diff --git a/dereferenced/deref-sailpoint-api.beta.json b/dereferenced/deref-sailpoint-api.beta.json index ec9e121..8e48235 100644 --- a/dereferenced/deref-sailpoint-api.beta.json +++ b/dereferenced/deref-sailpoint-api.beta.json @@ -111467,6 +111467,845 @@ } } }, + "/mfa/kba/config": { + "get": { + "operationId": "getMFAKbaConfig", + "tags": [ + "MFA Configuration" + ], + "summary": "Configuration of KBA MFA method", + "description": "This API returns the KBA configuration for MFA. A token with USER or ORG_ADMIN authority is required to call this API.", + "parameters": [ + { + "in": "query", + "name": "allLanguages", + "required": false, + "schema": { + "type": "boolean" + }, + "description": "Indicator whether the question text should be returned in all configured languages\n * If true, the question text is returned in all languages that it is configured in.\n * If false, the question text is returned in the user locale if available, else for the default locale. \n * If not passed, it behaves the same way as passing this parameter as false", + "example": "allLanguages=true" + } + ], + "security": [ + { + "UserContextAuth": [ + "idn:mfa-kba:read" + ] + } + ], + "responses": { + "200": { + "description": "The configuration for KBA MFA method.", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "description": "KBA Configuration", + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": false, + "description": "KBA Question Id", + "example": "143cfd3b-c23f-426b-ae5f-d3db06fa5919" + }, + "text": { + "type": "string", + "nullable": false, + "description": "KBA Question description", + "example": "[{\"text\":\"Nouvelle question MFA -1 ?\",\"locale\":\"fr\"},{\"text\":\"MFA new question -1 ?\",\"locale\":\"\"}]" + }, + "hasAnswer": { + "type": "boolean", + "nullable": false, + "description": "Denotes whether the KBA question has an answer configured for any user in the tenant", + "example": true + }, + "numAnswers": { + "type": "integer", + "format": "int32", + "nullable": false, + "description": "Denotes the number of KBA configurations for this question", + "example": 5 + } + }, + "required": [ + "id", + "text", + "hasAnswer", + "numAnswers" + ] + } + }, + "example": [ + { + "id": "143cfd3b-c23f-426b-ae5f-d3db06fa5919", + "text": "MFA new question -1 ?", + "hasAnswer": false, + "numAnswers": 0 + }, + { + "id": "173421", + "text": "What is your alphanumeric PIN?", + "hasAnswer": false, + "numAnswers": 3 + } + ] + } + } + }, + "400": { + "description": "Client Error - Returned if the request body is invalid.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "detailCode": { + "type": "string", + "description": "Fine-grained error code providing more detail of the error.", + "example": "400.1 Bad Request Content" + }, + "trackingId": { + "type": "string", + "description": "Unique tracking id for the error.", + "example": "e7eab60924f64aa284175b9fa3309599" + }, + "messages": { + "type": "array", + "description": "Generic localized reason for error", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + }, + "causes": { + "type": "array", + "description": "Plain-text descriptive reasons to provide additional detail to the text provided in the messages field", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + } + } + } + } + } + }, + "401": { + "description": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "error": { + "description": "A message describing the error", + "example": "JWT validation failed: JWT is expired" + } + } + } + } + } + }, + "403": { + "description": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "detailCode": { + "type": "string", + "description": "Fine-grained error code providing more detail of the error.", + "example": "400.1 Bad Request Content" + }, + "trackingId": { + "type": "string", + "description": "Unique tracking id for the error.", + "example": "e7eab60924f64aa284175b9fa3309599" + }, + "messages": { + "type": "array", + "description": "Generic localized reason for error", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + }, + "causes": { + "type": "array", + "description": "Plain-text descriptive reasons to provide additional detail to the text provided in the messages field", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + } + } + }, + "examples": { + "403": { + "summary": "An example of a 403 response object", + "value": { + "detailCode": "403 Forbidden", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "The server understood the request but refuses to authorize it." + } + ] + } + } + } + } + } + }, + "429": { + "description": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "description": "A message describing the error", + "example": " Rate Limit Exceeded " + } + } + } + } + } + }, + "500": { + "description": "Internal Server Error - Returned if there is an unexpected error.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "detailCode": { + "type": "string", + "description": "Fine-grained error code providing more detail of the error.", + "example": "400.1 Bad Request Content" + }, + "trackingId": { + "type": "string", + "description": "Unique tracking id for the error.", + "example": "e7eab60924f64aa284175b9fa3309599" + }, + "messages": { + "type": "array", + "description": "Generic localized reason for error", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + }, + "causes": { + "type": "array", + "description": "Plain-text descriptive reasons to provide additional detail to the text provided in the messages field", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + } + } + }, + "examples": { + "500": { + "summary": "An example of a 500 response object", + "value": { + "detailCode": "500.0 Internal Fault", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "An internal fault occurred." + } + ] + } + } + } + } + } + } + } + } + }, + "/mfa/kba/config/answers": { + "post": { + "operationId": "setMFAKBAConfig", + "tags": [ + "MFA Configuration" + ], + "summary": "Set MFA KBA configuration", + "description": "This API sets answers to challenge questions. Any configured questions omitted from the request are removed from user KBA configuration.\nA token with USER authority is required to call this API.", + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": false, + "description": "Question Id", + "example": "c54fee53-2d63-4fc5-9259-3e93b9994135" + }, + "answer": { + "type": "string", + "nullable": false, + "description": "An answer for the KBA question", + "example": "Your answer" + } + }, + "required": [ + "id", + "answer" + ] + } + }, + "example": [ + { + "id": "173423", + "answer": "822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34" + }, + { + "id": "c54fee53-2d63-4fc5-9259-3e93b9994135", + "answer": "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08" + } + ] + } + } + }, + "security": [ + { + "UserContextAuth": [ + "idn:mfa-kba:authenticate" + ] + } + ], + "responses": { + "200": { + "description": "The new KBA configuration for the user.", + "content": { + "application/json": { + "schema": { + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": false, + "description": "Question Id", + "example": "c54fee53-2d63-4fc5-9259-3e93b9994135" + }, + "question": { + "type": "string", + "nullable": false, + "description": "Question description", + "example": "[{\"text\":\"Nouvelle question MFA -1 ?\",\"locale\":\"fr\"},{\"text\":\"MFA new question -1 ?\",\"locale\":\"\"}]" + }, + "hasAnswer": { + "type": "boolean", + "nullable": false, + "description": "Denotes whether the KBA question has an answer configured for the current user", + "example": true + } + }, + "required": [ + "id", + "question", + "hasAnswer" + ] + } + }, + "example": [ + { + "id": "143cfd3b-c23f-426b-ae5f-d3db06fa5919", + "question": "[{\"text\":\"Nouvelle question MFA -1 ?\",\"locale\":\"fr\"},{\"text\":\"MFA new question -1 ?\",\"locale\":\"\"}]", + "hasAnswer": false + }, + { + "id": "173421", + "question": "[{\"text\":\"What is your alphanumeric PIN?\",\"locale\":\"\"}]", + "hasAnswer": true + }, + { + "id": "c54fee53-2d63-4fc5-9259-3e93b9994135", + "question": "[{\"text\":\"Nouvelle question MFA - 2 ?\",\"locale\":\"fr\"},{\"text\":\"MFA new question - 2 ?\",\"locale\":\"\"}]", + "hasAnswer": true + } + ] + } + } + }, + "400": { + "description": "Client Error - Returned if the request body is invalid.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "detailCode": { + "type": "string", + "description": "Fine-grained error code providing more detail of the error.", + "example": "400.1 Bad Request Content" + }, + "trackingId": { + "type": "string", + "description": "Unique tracking id for the error.", + "example": "e7eab60924f64aa284175b9fa3309599" + }, + "messages": { + "type": "array", + "description": "Generic localized reason for error", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + }, + "causes": { + "type": "array", + "description": "Plain-text descriptive reasons to provide additional detail to the text provided in the messages field", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + } + } + } + } + } + }, + "401": { + "description": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "error": { + "description": "A message describing the error", + "example": "JWT validation failed: JWT is expired" + } + } + } + } + } + }, + "403": { + "description": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "detailCode": { + "type": "string", + "description": "Fine-grained error code providing more detail of the error.", + "example": "400.1 Bad Request Content" + }, + "trackingId": { + "type": "string", + "description": "Unique tracking id for the error.", + "example": "e7eab60924f64aa284175b9fa3309599" + }, + "messages": { + "type": "array", + "description": "Generic localized reason for error", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + }, + "causes": { + "type": "array", + "description": "Plain-text descriptive reasons to provide additional detail to the text provided in the messages field", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + } + } + }, + "examples": { + "403": { + "summary": "An example of a 403 response object", + "value": { + "detailCode": "403 Forbidden", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "The server understood the request but refuses to authorize it." + } + ] + } + } + } + } + } + }, + "429": { + "description": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "description": "A message describing the error", + "example": " Rate Limit Exceeded " + } + } + } + } + } + }, + "500": { + "description": "Internal Server Error - Returned if there is an unexpected error.", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "detailCode": { + "type": "string", + "description": "Fine-grained error code providing more detail of the error.", + "example": "400.1 Bad Request Content" + }, + "trackingId": { + "type": "string", + "description": "Unique tracking id for the error.", + "example": "e7eab60924f64aa284175b9fa3309599" + }, + "messages": { + "type": "array", + "description": "Generic localized reason for error", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + }, + "causes": { + "type": "array", + "description": "Plain-text descriptive reasons to provide additional detail to the text provided in the messages field", + "items": { + "type": "object", + "properties": { + "locale": { + "type": "string", + "description": "The locale for the message text, a BCP 47 language tag.", + "example": "en-US", + "nullable": true + }, + "localeOrigin": { + "type": "string", + "enum": [ + "DEFAULT", + "REQUEST", + null + ], + "description": "An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.", + "example": "DEFAULT", + "nullable": true + }, + "text": { + "type": "string", + "description": "Actual text of the error message in the indicated locale.", + "example": "The request was syntactically correct but its content is semantically invalid." + } + } + } + } + } + }, + "examples": { + "500": { + "summary": "An example of a 500 response object", + "value": { + "detailCode": "500.0 Internal Fault", + "trackingId": "b21b1f7ce4da4d639f2c62a57171b427", + "messages": [ + { + "locale": "en-US", + "localeOrigin": "DEFAULT", + "text": "An internal fault occurred." + } + ] + } + } + } + } + } + } + } + } + }, "/mfa/{method}/test": { "get": { "operationId": "testMFAConfig", @@ -113484,61 +114323,39 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "answers": { - "nullable": false, - "type": "array", - "items": { - "type": "object", - "properties": { - "questionId": { - "type": "string", - "nullable": false, - "description": "Question Id", - "example": "089899f13a8f4da7824996191587bab9" - }, - "answer": { - "type": "string", - "nullable": false, - "description": "An answer for the KBA question", - "example": "Your answer" - } - }, - "required": [ - "questionId", - "answer" - ] + "type": "array", + "items": { + "type": "object", + "properties": { + "id": { + "type": "string", + "nullable": false, + "description": "Question Id", + "example": "c54fee53-2d63-4fc5-9259-3e93b9994135" }, - "description": "Kba answers", - "example": [ - { - "questionId": "089899f13a8f4da7824996191587bab9", - "answer": "Your answer" - }, - { - "questionId": "067899f13a8f4da7824996191587bab9", - "answer": "Your answer1" - } - ] - } - }, - "required": [ - "answers" - ] - }, - "example": { - "answers": [ - { - "questionId": "089899f13a8f4da7824996191587bab9", - "answer": "Your answer" + "answer": { + "type": "string", + "nullable": false, + "description": "An answer for the KBA question", + "example": "Your answer" + } }, - { - "questionId": "067899f13a8f4da7824996191587bab9", - "answer": "Your answer1" - } - ] - } + "required": [ + "id", + "answer" + ] + } + }, + "example": [ + { + "id": "173423", + "answer": "822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34" + }, + { + "id": "c54fee53-2d63-4fc5-9259-3e93b9994135", + "answer": "9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08" + } + ] } } }, diff --git a/dereferenced/deref-sailpoint-api.beta.yaml b/dereferenced/deref-sailpoint-api.beta.yaml index e0d118e..35f0bd5 100644 --- a/dereferenced/deref-sailpoint-api.beta.yaml +++ b/dereferenced/deref-sailpoint-api.beta.yaml @@ -83525,6 +83525,610 @@ paths: - locale: en-US localeOrigin: DEFAULT text: An internal fault occurred. + /mfa/kba/config: + get: + operationId: getMFAKbaConfig + tags: + - MFA Configuration + summary: Configuration of KBA MFA method + description: This API returns the KBA configuration for MFA. A token with USER or ORG_ADMIN authority is required to call this API. + parameters: + - in: query + name: allLanguages + required: false + schema: + type: boolean + description: |- + Indicator whether the question text should be returned in all configured languages + * If true, the question text is returned in all languages that it is configured in. + * If false, the question text is returned in the user locale if available, else for the default locale. + * If not passed, it behaves the same way as passing this parameter as false + example: allLanguages=true + security: + - UserContextAuth: + - 'idn:mfa-kba:read' + responses: + '200': + description: The configuration for KBA MFA method. + content: + application/json: + schema: + type: array + items: + description: KBA Configuration + type: object + properties: + id: + type: string + nullable: false + description: KBA Question Id + example: 143cfd3b-c23f-426b-ae5f-d3db06fa5919 + text: + type: string + nullable: false + description: KBA Question description + example: '[{"text":"Nouvelle question MFA -1 ?","locale":"fr"},{"text":"MFA new question -1 ?","locale":""}]' + hasAnswer: + type: boolean + nullable: false + description: Denotes whether the KBA question has an answer configured for any user in the tenant + example: true + numAnswers: + type: integer + format: int32 + nullable: false + description: Denotes the number of KBA configurations for this question + example: 5 + required: + - id + - text + - hasAnswer + - numAnswers + example: + - id: 143cfd3b-c23f-426b-ae5f-d3db06fa5919 + text: MFA new question -1 ? + hasAnswer: false + numAnswers: 0 + - id: '173421' + text: What is your alphanumeric PIN? + hasAnswer: false + numAnswers: 3 + '400': + description: Client Error - Returned if the request body is invalid. + content: + application/json: + schema: + type: object + properties: + detailCode: + type: string + description: Fine-grained error code providing more detail of the error. + example: 400.1 Bad Request Content + trackingId: + type: string + description: Unique tracking id for the error. + example: e7eab60924f64aa284175b9fa3309599 + messages: + type: array + description: Generic localized reason for error + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + causes: + type: array + description: Plain-text descriptive reasons to provide additional detail to the text provided in the messages field + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + '401': + description: 'Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.' + content: + application/json: + schema: + type: object + properties: + error: + description: A message describing the error + example: 'JWT validation failed: JWT is expired' + '403': + description: 'Forbidden - Returned if the user you are running as, doesn''t have access to this end-point.' + content: + application/json: + schema: + type: object + properties: + detailCode: + type: string + description: Fine-grained error code providing more detail of the error. + example: 400.1 Bad Request Content + trackingId: + type: string + description: Unique tracking id for the error. + example: e7eab60924f64aa284175b9fa3309599 + messages: + type: array + description: Generic localized reason for error + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + causes: + type: array + description: Plain-text descriptive reasons to provide additional detail to the text provided in the messages field + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + examples: + '403': + summary: An example of a 403 response object + value: + detailCode: 403 Forbidden + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: The server understood the request but refuses to authorize it. + '429': + description: Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again. + content: + application/json: + schema: + type: object + properties: + message: + description: A message describing the error + example: ' Rate Limit Exceeded ' + '500': + description: Internal Server Error - Returned if there is an unexpected error. + content: + application/json: + schema: + type: object + properties: + detailCode: + type: string + description: Fine-grained error code providing more detail of the error. + example: 400.1 Bad Request Content + trackingId: + type: string + description: Unique tracking id for the error. + example: e7eab60924f64aa284175b9fa3309599 + messages: + type: array + description: Generic localized reason for error + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + causes: + type: array + description: Plain-text descriptive reasons to provide additional detail to the text provided in the messages field + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + examples: + '500': + summary: An example of a 500 response object + value: + detailCode: 500.0 Internal Fault + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: An internal fault occurred. + /mfa/kba/config/answers: + post: + operationId: setMFAKBAConfig + tags: + - MFA Configuration + summary: Set MFA KBA configuration + description: |- + This API sets answers to challenge questions. Any configured questions omitted from the request are removed from user KBA configuration. + A token with USER authority is required to call this API. + requestBody: + required: true + content: + application/json: + schema: + type: array + items: + type: object + properties: + id: + type: string + nullable: false + description: Question Id + example: c54fee53-2d63-4fc5-9259-3e93b9994135 + answer: + type: string + nullable: false + description: An answer for the KBA question + example: Your answer + required: + - id + - answer + example: + - id: '173423' + answer: 822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34 + - id: c54fee53-2d63-4fc5-9259-3e93b9994135 + answer: 9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08 + security: + - UserContextAuth: + - 'idn:mfa-kba:authenticate' + responses: + '200': + description: The new KBA configuration for the user. + content: + application/json: + schema: + type: array + items: + type: object + properties: + id: + type: string + nullable: false + description: Question Id + example: c54fee53-2d63-4fc5-9259-3e93b9994135 + question: + type: string + nullable: false + description: Question description + example: '[{"text":"Nouvelle question MFA -1 ?","locale":"fr"},{"text":"MFA new question -1 ?","locale":""}]' + hasAnswer: + type: boolean + nullable: false + description: Denotes whether the KBA question has an answer configured for the current user + example: true + required: + - id + - question + - hasAnswer + example: + - id: 143cfd3b-c23f-426b-ae5f-d3db06fa5919 + question: '[{"text":"Nouvelle question MFA -1 ?","locale":"fr"},{"text":"MFA new question -1 ?","locale":""}]' + hasAnswer: false + - id: '173421' + question: '[{"text":"What is your alphanumeric PIN?","locale":""}]' + hasAnswer: true + - id: c54fee53-2d63-4fc5-9259-3e93b9994135 + question: '[{"text":"Nouvelle question MFA - 2 ?","locale":"fr"},{"text":"MFA new question - 2 ?","locale":""}]' + hasAnswer: true + '400': + description: Client Error - Returned if the request body is invalid. + content: + application/json: + schema: + type: object + properties: + detailCode: + type: string + description: Fine-grained error code providing more detail of the error. + example: 400.1 Bad Request Content + trackingId: + type: string + description: Unique tracking id for the error. + example: e7eab60924f64aa284175b9fa3309599 + messages: + type: array + description: Generic localized reason for error + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + causes: + type: array + description: Plain-text descriptive reasons to provide additional detail to the text provided in the messages field + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + '401': + description: 'Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.' + content: + application/json: + schema: + type: object + properties: + error: + description: A message describing the error + example: 'JWT validation failed: JWT is expired' + '403': + description: 'Forbidden - Returned if the user you are running as, doesn''t have access to this end-point.' + content: + application/json: + schema: + type: object + properties: + detailCode: + type: string + description: Fine-grained error code providing more detail of the error. + example: 400.1 Bad Request Content + trackingId: + type: string + description: Unique tracking id for the error. + example: e7eab60924f64aa284175b9fa3309599 + messages: + type: array + description: Generic localized reason for error + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + causes: + type: array + description: Plain-text descriptive reasons to provide additional detail to the text provided in the messages field + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + examples: + '403': + summary: An example of a 403 response object + value: + detailCode: 403 Forbidden + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: The server understood the request but refuses to authorize it. + '429': + description: Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again. + content: + application/json: + schema: + type: object + properties: + message: + description: A message describing the error + example: ' Rate Limit Exceeded ' + '500': + description: Internal Server Error - Returned if there is an unexpected error. + content: + application/json: + schema: + type: object + properties: + detailCode: + type: string + description: Fine-grained error code providing more detail of the error. + example: 400.1 Bad Request Content + trackingId: + type: string + description: Unique tracking id for the error. + example: e7eab60924f64aa284175b9fa3309599 + messages: + type: array + description: Generic localized reason for error + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + causes: + type: array + description: Plain-text descriptive reasons to provide additional detail to the text provided in the messages field + items: + type: object + properties: + locale: + type: string + description: 'The locale for the message text, a BCP 47 language tag.' + example: en-US + nullable: true + localeOrigin: + type: string + enum: + - DEFAULT + - REQUEST + - null + description: 'An indicator of how the locale was selected. *DEFAULT* means the locale is the system default. *REQUEST* means the locale was selected from the request context (i.e., best match based on the *Accept-Language* header). Additional values may be added in the future without notice.' + example: DEFAULT + nullable: true + text: + type: string + description: Actual text of the error message in the indicated locale. + example: The request was syntactically correct but its content is semantically invalid. + examples: + '500': + summary: An example of a 500 response object + value: + detailCode: 500.0 Internal Fault + trackingId: b21b1f7ce4da4d639f2c62a57171b427 + messages: + - locale: en-US + localeOrigin: DEFAULT + text: An internal fault occurred. '/mfa/{method}/test': get: operationId: testMFAConfig @@ -84979,41 +85583,28 @@ paths: content: application/json: schema: - type: object - properties: - answers: - nullable: false - type: array - items: - type: object - properties: - questionId: - type: string - nullable: false - description: Question Id - example: 089899f13a8f4da7824996191587bab9 - answer: - type: string - nullable: false - description: An answer for the KBA question - example: Your answer - required: - - questionId - - answer - description: Kba answers - example: - - questionId: 089899f13a8f4da7824996191587bab9 - answer: Your answer - - questionId: 067899f13a8f4da7824996191587bab9 - answer: Your answer1 - required: - - answers + type: array + items: + type: object + properties: + id: + type: string + nullable: false + description: Question Id + example: c54fee53-2d63-4fc5-9259-3e93b9994135 + answer: + type: string + nullable: false + description: An answer for the KBA question + example: Your answer + required: + - id + - answer example: - answers: - - questionId: 089899f13a8f4da7824996191587bab9 - answer: Your answer - - questionId: 067899f13a8f4da7824996191587bab9 - answer: Your answer1 + - id: '173423' + answer: 822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34 + - id: c54fee53-2d63-4fc5-9259-3e93b9994135 + answer: 9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08 responses: '200': description: KBA authenticated status. diff --git a/postman/collections/sailpoint-api-beta.json b/postman/collections/sailpoint-api-beta.json index fc0898d..8122162 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": "97a8ba30-5d5e-417f-886e-65a802eca15b", + "id": "c25ead64-3a92-4a22-abcb-1d9876c20dc0", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -107,7 +107,7 @@ }, "response": [ { - "id": "5a90395b-2e04-4d2d-8380-bfd87a143eff", + "id": "dd9c1bac-a3b6-4808-b23e-5d2cdcf3cc3c", "name": "List of Access Profiles", "originalRequest": { "url": { @@ -223,7 +223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df2c80ac-7f0b-4583-b851-70e01aeb960c", + "id": "a938b4b6-dcf1-4d6d-85c4-f6ba105fcaf1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -339,7 +339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de4d55a5-b22e-4045-a5e0-34cf612faf3a", + "id": "5791c7b9-6a92-482c-a84b-8ad8c035d5d7", "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": "c9ab3157-560c-4999-b76c-939993d1bbc3", + "id": "009bce10-03ea-46a0-935d-d19fb886ff35", "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": "9342844e-07d2-4912-9f23-61beead5542a", + "id": "3f7c39b7-b088-4f14-83d2-e3886e8da95e", "name": "Too Many Requests - Returned in response to too many requests in 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": "fbd5ebc3-1f05-426b-9bb8-c1fe2ff8b893", + "id": "6f36165c-33ac-4184-90bf-a89f604e0b59", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -809,7 +809,7 @@ } }, { - "id": "f242406a-6374-4218-a0be-5b6513cbd667", + "id": "b085292e-aced-4606-93cb-8ac148a1fe8f", "name": "Create an Access Profile", "request": { "name": "Create an Access Profile", @@ -851,7 +851,7 @@ }, "response": [ { - "id": "286d9d2a-bdef-418a-8c0f-0bbb1cdc9c07", + "id": "82095fce-07d7-4b31-842e-728cbf5afa0a", "name": "Access Profile created", "originalRequest": { "url": { @@ -907,7 +907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29d8a837-8797-46ef-914d-55a4a586819b", + "id": "694852a9-34fe-4750-bec5-f70851962ac1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -963,7 +963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f649e63e-cc6d-439f-9cd5-f29321ca062c", + "id": "8971b219-0e50-49cd-af86-f9b4398a4945", "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": "d14ab79c-3a62-43cd-94dc-7546b4121ba6", + "id": "315a396f-27fa-481f-978e-ad586f88214f", "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": "7497f2b2-0752-4b59-b5c1-8cb34534ef34", + "id": "4e549482-53e3-4c26-b1f7-406a3ab82e74", "name": "Too Many Requests - Returned in response to too many requests in 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": "7105b276-cfd1-4884-b2dd-5b86badd1ab1", + "id": "8719dfe9-fa35-4a29-9563-9241e641f7e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1193,7 +1193,7 @@ } }, { - "id": "fbbcaf8e-5ccd-4e51-a721-19c19334c314", + "id": "de402d33-2d52-4f25-b086-5afbda3f4c96", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -1234,7 +1234,7 @@ }, "response": [ { - "id": "62ef92f8-5343-44a7-8132-3aaf26410b7e", + "id": "064960ba-4003-416a-ac34-de498ce5e1b7", "name": "An AccessProfile", "originalRequest": { "url": { @@ -1278,7 +1278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "561e0450-7ada-42b0-8865-fe7feb9c3f62", + "id": "e10f6157-4911-4080-8733-74061e738421", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1322,7 +1322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b65ce7e-b111-4625-8184-3e9a0f52bf4e", + "id": "d843ce82-4bd8-4d52-a235-0578cf9fbce9", "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": "618233d5-4f47-4cc4-b0a4-68437018631c", + "id": "c81a927b-80d0-42f3-b666-3e575a93c764", "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": "9bd011eb-f152-4c0a-8460-f6bfca31cc46", + "id": "0776f357-59b6-4b0b-9d2c-a68cccb9803d", "name": "Too Many Requests - Returned in response to too many requests in 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": "ff92a554-55be-46cf-84f5-4247eba5687f", + "id": "58062d34-966a-44d5-813d-b408a04d7a00", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1504,7 +1504,7 @@ } }, { - "id": "ba693fda-611b-4993-8578-0e1c7cdc6e17", + "id": "9575fb40-1633-4fde-a9aa-c9aa1b0ce608", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -1558,7 +1558,7 @@ }, "response": [ { - "id": "d8f6cb5e-fb33-4d72-925e-9632c5aec03d", + "id": "2f6193c9-691c-44a5-98b9-9c0124aab743", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1615,7 +1615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1e3c8d2-73a6-4371-8f61-676c341955ba", + "id": "0eff37e8-1dac-44dc-8323-ed63276f253c", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1672,7 +1672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "794a3c7b-0d24-42a5-aac4-9104ce9a31e1", + "id": "5c3d555d-e599-4793-b46f-e990353aaf9d", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1729,7 +1729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84174bd5-b88b-4783-91db-7d1941d9ecf1", + "id": "8e04209d-9e08-4ea4-a97a-4092fac29ab3", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1786,7 +1786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b4a765b-ae16-48e2-856a-28a63900cc8e", + "id": "ef46ab40-fc91-4922-b36e-ac69cec0986f", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1843,7 +1843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b08e0588-9147-4fd9-b7af-cf25e7e1f049", + "id": "2c293d8b-dc8c-4701-8e66-89b817e72b8c", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1900,7 +1900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a28aac3-556e-4ecd-9f53-7550e7970dc0", + "id": "879447cb-f7d0-4320-9d9d-48d47b38a548", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1957,7 +1957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8b211a3-0c89-4d09-a75d-b459ae923211", + "id": "9d0f19b2-0484-4b14-a950-d43e06583dbf", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2014,7 +2014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34731d86-f28e-4997-a144-2c780628c47d", + "id": "0b749285-2eae-4650-abd7-c2e6469a4c29", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2071,7 +2071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "872a739c-eab3-4982-aecc-4c8ce8de2bc5", + "id": "03d191c3-87e3-4e53-acb4-cac718b48a17", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -2128,7 +2128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56e044ec-88c3-4964-b7af-747ee16594ad", + "id": "5a52fdb6-4c04-4ff5-9128-4d93e5e77bdf", "name": "Add Entitlements", "originalRequest": { "url": { @@ -2185,7 +2185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68525e16-2963-400e-a098-66aa78b5aebd", + "id": "1e0bba18-2e6b-4272-b11e-0200bb43b55a", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -2248,7 +2248,7 @@ } }, { - "id": "1a0cdaac-ed2a-47ec-ae55-54bf8eeaa682", + "id": "dc778bc9-652b-480f-95c7-0ee21e208f52", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -2289,7 +2289,7 @@ }, "response": [ { - "id": "4ceae4fd-80dc-4d62-89a5-57699228c771", + "id": "8407a4a0-1f02-4222-a8cf-f1fbcc7a6fc0", "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": "895ce8e5-39b7-49ea-a3c7-1c0a8eec9412", + "id": "19bcda02-e83e-4c11-9b32-2f009194bb2b", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -2367,7 +2367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccb9246c-e809-4c09-bb42-ef2406d37ae6", + "id": "10f283f6-4319-468c-ab97-4ae9a99f84b7", "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": "fe502c45-101a-4e02-b689-5735baf8be80", + "id": "eeeedde0-2c00-4e33-8e09-8c12db40360c", "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": "756cfc62-ee4d-4b4c-9ba0-90f6fdbd7521", + "id": "41a04f4f-c3f4-4ab4-a05c-c419c3aeedf9", "name": "Too Many Requests - Returned in response to too many requests in 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": "62fd5c8e-8576-441f-89b3-771f716c7d0c", + "id": "ed18f88f-3a0f-436d-b42b-dba98cca6035", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2549,7 +2549,7 @@ } }, { - "id": "2921f885-7a6b-485d-9492-a35a141e0dc4", + "id": "9e43190d-3d16-465d-b2c4-c1a06f98d145", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -2592,7 +2592,7 @@ }, "response": [ { - "id": "0ce084f1-ac10-4002-81f6-03a70995f113", + "id": "37dd89b7-d147-4814-8815-523e50a897cb", "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": "d65bf03f-3e0f-4aee-b57a-6385505dc36b", + "id": "242fc3f8-85d9-4176-b9fe-d94a8c0d1050", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -2706,7 +2706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57c84ee1-007f-4fa2-81d3-d94f39dc3a86", + "id": "018b8802-138e-4cc5-b322-0ea28947ca59", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2763,7 +2763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aa38dd7-1711-4807-a1d4-2edff305583f", + "id": "48318433-d59e-4ad6-8e06-c55dbc1a0e12", "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": "333c3da0-23d9-4d32-b7f3-5f1ff212eaf1", + "id": "81e5adee-67ce-45a9-b440-0e576cb7c800", "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": "619b1883-56dd-49fb-8e9c-bb4b6a696e1e", + "id": "121c6061-85aa-43b9-97c2-8588de3662cf", "name": "Too Many Requests - Returned in response to too many requests in 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": "812c9bd0-6298-4c9f-a16e-185f96bdcf89", + "id": "70ad2bf2-d315-41aa-954b-1e1837feb4e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2997,7 +2997,7 @@ } }, { - "id": "47e040ee-8f23-4c1c-8d7c-ae949c9ca03c", + "id": "af69663c-81bb-486f-94e0-f781b48202ab", "name": "Update Access Profile(s) requestable field.", "request": { "name": "Update Access Profile(s) requestable field.", @@ -3040,7 +3040,7 @@ }, "response": [ { - "id": "251d8229-80cd-49e4-a105-bb65ebfc15ed", + "id": "23f2c3e2-1f9b-4955-a823-7472b0b99246", "name": "List of updated and not updated Access Profiles.", "originalRequest": { "url": { @@ -3097,7 +3097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba39a983-50cc-44ee-852d-a93e8ee2c181", + "id": "7448c3c0-3e46-4b05-8667-8e62c3493ff3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3154,7 +3154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9af3eca5-d811-4943-aa66-f3bbc2e02752", + "id": "2950c64f-c4e6-4178-8de5-662b41f2b6fd", "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": "3b760e46-ed47-49c2-9c1d-72506aa12986", + "id": "35a111c0-6f32-46ee-a05b-52b235c8f18c", "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": "de9bbf3a-3935-4067-8240-efa9988051a1", + "id": "1230cd0c-5cf6-4cc2-a4d2-ee6192c793ab", "name": "Precondition Failed - Returned in response if API/Feature not enabled for an organization.", "originalRequest": { "url": { @@ -3325,7 +3325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ee7212f-c501-46d7-a377-16f06369da17", + "id": "33bdf5ce-1d40-4c1b-aeb3-8f4d4d5ba6e3", "name": "Too Many Requests - Returned in response to too many requests in 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": "97337f8b-c876-4d4a-84f6-6771bb886014", + "id": "341fea22-9539-40c1-a8d1-c4c67c17ae7e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3445,7 +3445,7 @@ } }, { - "id": "dda869f6-32fc-4f16-b790-e294ef22468b", + "id": "a300121b-3228-45b6-9dfd-73d11a0bf77d", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -3533,7 +3533,7 @@ }, "response": [ { - "id": "cb3a003e-eda9-489d-aa60-0ba823648975", + "id": "11260982-b279-4918-8865-ecd1b21b2563", "name": "List of Entitlements", "originalRequest": { "url": { @@ -3624,7 +3624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7def1a63-803c-4ac6-be0d-4870c1755664", + "id": "be97f76a-a5b9-4027-8568-fdaaf5757fb4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3715,7 +3715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e4f7dca-835b-4fd3-9aec-fea78837393e", + "id": "905bef3e-f4a0-4062-acc6-0a61d8640112", "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": "78d107b3-4d0e-4c34-b682-98d2cbd52542", + "id": "25b80cc5-dd43-443a-9920-5b72c4e347d7", "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": "2fa824b5-446b-4379-afbd-166cd4636e86", + "id": "53249338-69ba-4644-887e-ea183b352425", "name": "Too Many Requests - Returned in response to too many requests in 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": "663428c3-1bc3-4df9-bed2-2d1b6f48b47c", + "id": "98587080-5986-4d30-819d-6fcc2e803a2d", "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": "1aea155f-f910-4f48-90a2-86031b422fb7", + "id": "6d8beb16-fc56-4d0d-a3ad-8a89501f9dde", "name": "Submit an Access Request", "request": { "name": "Submit an Access Request", @@ -4133,7 +4133,7 @@ }, "response": [ { - "id": "4be60cf8-1059-4d5f-a4ac-da1f561ad83c", + "id": "fbc90e56-d3b6-4711-9770-cb2118a272e6", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -4189,7 +4189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "880cc4c5-4851-4d03-8c62-af9c49b224b4", + "id": "4e7aa52b-ddd1-4c1a-a521-6be26e3c524b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4245,7 +4245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dcb6d4e-6c5a-4677-964d-0c1fbe15d1d6", + "id": "9840bde3-644b-4fd7-bae8-d87a35121db2", "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": "bd3a448d-8d6f-4532-a662-f0c181454028", + "id": "e358f4d0-dddc-4f06-a5ff-df3987b742ae", "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": "f93b33bd-3f4a-48f4-ab8f-ef16ac664a9f", + "id": "ca235c94-3c70-4c0d-8413-66fe5d139115", "name": "Too Many Requests - Returned in response to too many requests in 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": "cf21b74b-82a4-41bd-ab06-5c424472413a", + "id": "eb7a3574-8c9d-48f0-8c27-ea67a42e1d67", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4475,7 +4475,7 @@ } }, { - "id": "d2063d73-2999-4603-b0db-4036ca8e2e1e", + "id": "d9a267ea-1835-4054-bcbf-2ec345001931", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -4518,7 +4518,7 @@ }, "response": [ { - "id": "84e35578-a80e-441b-89ee-25ed0138f301", + "id": "44f088f6-b04e-4b3b-86e9-7e5b87849126", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -4575,7 +4575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e72b1fc2-200a-4566-b550-301a277b6203", + "id": "68c0cf34-87d4-4ae8-b1cf-ee53f5d3fefd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4632,7 +4632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "644f6088-c41d-4104-8463-6cafc87f3473", + "id": "8797af45-f37c-4eca-9d9f-5e5109da2b8a", "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": "1694ff90-9d05-4dd9-8d4f-bde478bb0da7", + "id": "b075bd88-bc22-4504-a630-47631131f786", "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": "9f3efca2-62b6-48f5-b20e-76ad919a4219", + "id": "5b54de0e-9ecc-49c6-bce6-30ef9b503ac7", "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": "f26ffb12-89c7-443b-b864-41c59eb18dc9", + "id": "663f4c20-9c5e-48f0-890b-3f2128e3ff65", "name": "Too Many Requests - Returned in response to too many requests in 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": "25136d95-c0a3-4aef-aa44-a44ebe6d82d2", + "id": "8308f21c-9444-4f20-98fa-022b77e7764c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4923,7 +4923,7 @@ } }, { - "id": "2d09428b-db71-4385-9b49-e792d31f41cf", + "id": "62746640-6902-40ff-b7de-ed293b61b711", "name": "Close Access Request", "request": { "name": "Close Access Request", @@ -4966,7 +4966,7 @@ }, "response": [ { - "id": "10d01170-0298-40b9-bb4d-73830ae82e5d", + "id": "0601bce8-91ef-49e4-8931-1012ea381607", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -5023,7 +5023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dae50f5a-bf4d-423f-ab05-2faf6b17b902", + "id": "6b57fe33-4515-4f4e-9ca4-9433dd585c3f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5080,7 +5080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b68d5d3-ce2f-473f-9a1d-e4150a8d2f2f", + "id": "d8eef127-0850-4e7d-9f29-8da42e5c66ba", "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": "9811d0a0-a87d-4768-acc7-7e09e88f5f12", + "id": "30f0095c-96d3-4a79-9682-bd3fc0dacd57", "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": "5afe922f-fae0-41c2-8368-7515786dff36", + "id": "a00684ef-7afb-4157-b620-df744a38582d", "name": "Too Many Requests - Returned in response to too many requests in 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": "21bc5ba5-47cc-48d4-9b1b-9a97e6e3d349", + "id": "6e8a7f35-11c6-4687-acab-5d61fdcd5352", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5314,7 +5314,7 @@ } }, { - "id": "a8e1c8b8-2f03-4324-b7f0-7c51453d852c", + "id": "2ddcc608-0fd9-4fe6-9ff2-dec712e7cd36", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -5343,7 +5343,7 @@ }, "response": [ { - "id": "f6836df8-e21b-4383-9079-2cf23f93a065", + "id": "a2d56a3f-bf61-4163-b20f-b92ea1598742", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -5386,7 +5386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e60410b1-1924-46a5-a8c5-4d3acdcb97bf", + "id": "b2f02ecb-9782-4d03-8e3d-3bb0f38acf0c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5429,7 +5429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eef6161f-674e-40a4-9c26-55ca7cc500a2", + "id": "6e472457-e11a-4619-92da-4d6837e8c179", "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": "6fc6693a-15ee-4b55-9286-c401e1a50275", + "id": "4a8067fe-9611-4a6b-8381-dc44f0c68ada", "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": "5a9e068e-9cdb-477f-a79c-1dd694f412a1", + "id": "4ecfb084-5d90-42b2-acf8-74aadbcb3692", "name": "Too Many Requests - Returned in response to too many requests in 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": "2ce11483-df13-4fc2-ab60-0e37968546da", + "id": "00aa46c4-44ac-4b9c-ab3b-32172139f72a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5607,7 +5607,7 @@ } }, { - "id": "c783c8ec-3147-41c2-b7bc-2b5bb3285fd6", + "id": "0393b009-72e4-4a0a-9c88-e7c1659fcb11", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -5649,7 +5649,7 @@ }, "response": [ { - "id": "893e8b43-0f1f-4f8d-9060-15e94c2632e2", + "id": "951f9994-5e12-48ea-a9de-9c3019f50cdb", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -5705,7 +5705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac8bae42-e896-4410-b286-1d15f877f5da", + "id": "c652781b-6b2b-47b2-8317-d601fd62b56a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5761,7 +5761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcbadd2a-65c0-4f17-a456-e4774b9ae223", + "id": "acc47a8c-c5bc-4693-948d-d057250422a2", "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": "fa725acb-8388-451e-8393-369c1badb61f", + "id": "c988b08a-313c-43df-8d48-44a21d28cf6c", "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": "f041c567-094f-4c55-b0b9-5a8c9437b7d8", + "id": "f633565a-12df-4149-93e3-fbe7d70a503e", "name": "Too Many Requests - Returned in response to too many requests in 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": "2c45a8bc-2fa5-4914-a2a8-f9128b0d8c3e", + "id": "c6aaf8ef-907c-48f7-bf84-119c55f74ecb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5991,7 +5991,7 @@ } }, { - "id": "5cbac33f-8f0b-4e22-aae5-4e25ba4ef73b", + "id": "5f2934f1-14e8-4e6b-b6ee-6c366297c003", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -6102,7 +6102,7 @@ }, "response": [ { - "id": "58b1933f-2d56-459e-aca8-6aca56c2a85e", + "id": "72726e0e-024e-44ab-a362-2c43cd180bfc", "name": "List of requested item status.", "originalRequest": { "url": { @@ -6227,7 +6227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de4aa6ab-e6b9-4422-8ac6-2cdb3d0a1f3f", + "id": "77a6a9f5-51c4-4960-bd54-16c11375aa1c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6352,7 +6352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f669fbb0-14c3-40d0-9136-2e094ddfeed5", + "id": "c66fb3ab-60af-41c8-a77c-51ccb99f4637", "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": "25aa623d-b9f0-4a91-b6ec-012024a7a7c3", + "id": "494fb97f-7578-4347-83a9-8249a8f73462", "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": "0ddd92fe-d9dc-4966-95ec-30c20b237a32", + "id": "c0260e52-19fa-4de2-9239-45fbe89a6653", "name": "Too Many Requests - Returned in response to too many requests in 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": "d975fc60-6701-4c04-911a-61efa7f0a056", + "id": "aa0d99c9-c2a6-4b0e-926e-8de2411dc20d", "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": "b5d7f14c-bef7-4193-818c-dd567ea53e61", + "id": "8f431ae0-9670-4fd1-ade7-24a6fb021254", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -6888,7 +6888,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -6924,7 +6924,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -6933,7 +6933,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -6949,7 +6949,7 @@ }, "response": [ { - "id": "7abda8d5-c381-408e-8d09-85dce48577f8", + "id": "dfc13cc6-eae1-499a-9a93-6b5548f93886", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -6968,7 +6968,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7004,7 +7004,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7013,7 +7013,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -7048,7 +7048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11667a2a-f428-4639-a1b7-df06723be1e5", + "id": "041091cf-e1a8-45af-88a5-a204f76dc6ca", "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": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7103,7 +7103,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7112,7 +7112,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -7147,7 +7147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0831bdf-67d4-4efe-99bc-b8d0794ae4c5", + "id": "2930d046-1933-47a1-8bfe-28d09dda8276", "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": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7202,7 +7202,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7211,7 +7211,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -7246,7 +7246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6839319b-e03a-491d-9bce-1e5641c3188e", + "id": "5afd9f5c-bef3-46e1-b168-f739c0995328", "name": "Too Many Requests - Returned in response to too many requests in 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": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7301,7 +7301,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7310,7 +7310,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -7345,7 +7345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6c58ef1-4f73-4818-ae45-b05d56b16f7c", + "id": "7b59b4b4-84dd-4cec-92c6-76461b941c79", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7364,7 +7364,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7400,7 +7400,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7409,7 +7409,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -7450,7 +7450,7 @@ } }, { - "id": "9e409a28-a64a-411f-b192-bdd3a783bdf4", + "id": "d89b87b6-8f9c-402f-aa4a-31e927679308", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -7474,7 +7474,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7510,7 +7510,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7519,7 +7519,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -7535,7 +7535,7 @@ }, "response": [ { - "id": "981d5433-0813-4aa4-a836-223728426c47", + "id": "1b7ef170-9413-47e7-8094-94d1e70e02b1", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -7554,7 +7554,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7590,7 +7590,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7599,7 +7599,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "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\"\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\": \"et esse\"\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\": \"labore aliquip fugiat dolor\"\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\": \"ex aute\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2c0a5347-4bce-433c-86bf-1021a200d90a", + "id": "f84124c8-ec37-46bd-b2a0-f2e7ce288903", "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": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7689,7 +7689,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7698,7 +7698,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -7733,7 +7733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dd6738d-45ff-4a07-a686-d621b0854826", + "id": "79f0a8e5-f1b8-4f40-9ab3-91bd31210924", "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": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7788,7 +7788,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7797,7 +7797,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -7832,7 +7832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2757d5c-1b7f-445d-8fc5-3b86f17664f0", + "id": "65be1393-f3f0-433d-91f5-0466ee0cdaef", "name": "Too Many Requests - Returned in response to too many requests in 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": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7887,7 +7887,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7896,7 +7896,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -7931,7 +7931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c04de030-67c9-42a6-b82f-9d76dadf4596", + "id": "8c007d22-e51c-46d1-b513-936ae6cd8751", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7950,7 +7950,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7986,7 +7986,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -7995,7 +7995,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -8036,7 +8036,7 @@ } }, { - "id": "576c0790-9cbe-4d44-b67a-ef2ef330da29", + "id": "8e03038c-fbf9-4726-b7a6-23349360ba43", "name": "Approves an access request approval.", "request": { "name": "Approves an access request approval.", @@ -8091,7 +8091,7 @@ }, "response": [ { - "id": "06573b7b-baf0-43fd-aa50-7f14ea51ad3e", + "id": "c8d04c11-c24b-4215-b38e-7d1272bad19f", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8149,7 +8149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "230930ee-7d3a-414f-841d-fe826d487190", + "id": "f7c799d2-f017-4b3b-b93f-d192d475d9e5", "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": "f9aec59a-f53b-483f-9802-a9c066f5aa55", + "id": "d6563a4c-6b52-4acf-912f-e6c57b9d6318", "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": "55f3bc86-9ccd-4baf-a35c-728f143cd0d8", + "id": "af367ec9-4c79-4a4d-ad9d-2815bedcb44f", "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": "490a2316-4661-479c-ab32-05da34e97921", + "id": "b9b17e02-39e7-445a-b2ba-29beb3c77b5a", "name": "Too Many Requests - Returned in response to too many requests in 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": "002cb7e8-f70a-4080-9f66-b7118d093c6b", + "id": "acb39cf3-388f-47f9-8849-c2033fcb9415", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8445,7 +8445,7 @@ } }, { - "id": "e9aa26ca-d9bf-47be-ba0c-765c1cbfc05b", + "id": "2c1fcdef-8aa1-4f45-9c55-426df6ffc8a4", "name": "Rejects an access request approval.", "request": { "name": "Rejects an access request approval.", @@ -8500,7 +8500,7 @@ }, "response": [ { - "id": "cb75e76a-d857-4c65-9c7c-ba63e4dbdb25", + "id": "ee61d7eb-1628-4cde-bf6d-cf044dc97957", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8558,7 +8558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23f4632b-7fcd-4434-82d5-5de0aef88894", + "id": "f892bf49-8731-4b4c-b36f-93252f893968", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8616,7 +8616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49909351-f02e-45e5-acb5-e64399171fdb", + "id": "04b33703-99c1-46ed-a23c-d62a500b16f4", "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": "15c1ab0f-b9b7-487f-8a6e-5b47ba10a48c", + "id": "f6cab23e-1a21-4317-a098-abc309a32f73", "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": "438501e3-8a1e-4b75-9ca0-f36b15ea3897", + "id": "c50d9ffa-febe-434a-b42b-02d29aea5a8f", "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": "1ccb2f7f-5f8d-4694-9941-1f749ae9147c", + "id": "d3f17f91-00dc-4d99-b86d-8b252b1f5e9c", "name": "Too Many Requests - Returned in response to too many requests in 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": "51bca992-cd94-46dd-8645-6d4ecccccde1", + "id": "08689c45-6359-4034-8758-38336cfa12f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8912,7 +8912,7 @@ } }, { - "id": "8b9dab1c-bf44-4f08-a440-fe42fda6ddfc", + "id": "7a831567-3dc4-4b08-9832-53f0d2bab6d5", "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\": \"enim veniam ad nisi\",\n \"comment\": \"non dolor\"\n}", + "raw": "{\n \"newOwnerId\": \"tempor in nisi adipisicing\",\n \"comment\": \"sint magna consequat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8967,7 +8967,7 @@ }, "response": [ { - "id": "1fcca2d0-5f03-4a4a-8771-b81fe3351f00", + "id": "9f5293b3-1b87-43bf-9339-9bfc4694b2b1", "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\": \"enim veniam ad nisi\",\n \"comment\": \"non dolor\"\n}", + "raw": "{\n \"newOwnerId\": \"tempor in nisi adipisicing\",\n \"comment\": \"sint magna consequat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9025,7 +9025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47ade2c5-fc3e-41d8-b5be-e56d91431e7d", + "id": "bc3d11e3-c41b-40f6-a1b6-f0f6e2eb02f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9061,7 +9061,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"enim veniam ad nisi\",\n \"comment\": \"non dolor\"\n}", + "raw": "{\n \"newOwnerId\": \"tempor in nisi adipisicing\",\n \"comment\": \"sint magna consequat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9083,7 +9083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9d84dff-0120-481e-aba8-78a9453dab49", + "id": "84f23811-4ef0-4f75-8903-4cb93340534b", "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\": \"enim veniam ad nisi\",\n \"comment\": \"non dolor\"\n}", + "raw": "{\n \"newOwnerId\": \"tempor in nisi adipisicing\",\n \"comment\": \"sint magna consequat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9141,7 +9141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de4f99c9-e2ac-44a0-9731-8b8e963bbced", + "id": "f6b9f46b-b506-477b-af27-d959ff76eecb", "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\": \"enim veniam ad nisi\",\n \"comment\": \"non dolor\"\n}", + "raw": "{\n \"newOwnerId\": \"tempor in nisi adipisicing\",\n \"comment\": \"sint magna consequat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9199,7 +9199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4f5a956-4798-4865-a750-d963dedbbfa2", + "id": "804e434b-eee6-41f3-a085-fb1af9452fad", "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\": \"enim veniam ad nisi\",\n \"comment\": \"non dolor\"\n}", + "raw": "{\n \"newOwnerId\": \"tempor in nisi adipisicing\",\n \"comment\": \"sint magna consequat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9257,7 +9257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "487722c4-ce42-4faf-8c70-f901d01ccb01", + "id": "54d6b669-2be4-4050-9beb-4946d1d01ae5", "name": "Too Many Requests - Returned in response to too many requests in 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\": \"enim veniam ad nisi\",\n \"comment\": \"non dolor\"\n}", + "raw": "{\n \"newOwnerId\": \"tempor in nisi adipisicing\",\n \"comment\": \"sint magna consequat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9315,7 +9315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a84608f9-55db-42b4-9bfa-fa789108789d", + "id": "ff78f26f-f8d7-4623-bf70-6563eab14cc9", "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\": \"enim veniam ad nisi\",\n \"comment\": \"non dolor\"\n}", + "raw": "{\n \"newOwnerId\": \"tempor in nisi adipisicing\",\n \"comment\": \"sint magna consequat\"\n}", "options": { "raw": { "headerFamily": "json", @@ -9379,7 +9379,7 @@ } }, { - "id": "a977fe73-0a7f-40fe-aacf-2cd7674ed30a", + "id": "751deee2-81c8-477c-8ee8-8fe87da69e19", "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": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -9412,7 +9412,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -9428,7 +9428,7 @@ }, "response": [ { - "id": "b26a03b7-1742-44bb-ae6f-a73085ec806c", + "id": "62801841-b5e9-4b07-9951-1f0da6e1a53f", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -9447,7 +9447,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -9456,7 +9456,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -9486,12 +9486,12 @@ "value": "application/json" } ], - "body": "{\n \"pending\": 56191596,\n \"approved\": 48758185,\n \"rejected\": -79474911\n}", + "body": "{\n \"pending\": -45131979,\n \"approved\": -91146200,\n \"rejected\": 49339857\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "394f1749-84ed-44d3-81a3-4649814e56ab", + "id": "3831a0ab-34be-439c-ae91-be9f39ad93ab", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -9510,7 +9510,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -9519,7 +9519,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -9554,7 +9554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea9d1f2d-b269-48fb-8308-ff10d45b21d8", + "id": "950bbb70-5955-439e-a563-0bb4b270d9d1", "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": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -9582,7 +9582,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -9617,7 +9617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a39514f8-0ee8-45fa-9797-c9cd4f7da0b8", + "id": "9f34bc6c-f31f-44ce-82f4-b870e3d54e44", "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": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -9645,7 +9645,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -9680,7 +9680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d65b554-7c6e-4c9b-a720-b5f6a373d270", + "id": "0572fe65-610d-421e-b08f-ce810ed80013", "name": "Too Many Requests - Returned in response to too many requests in 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": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -9708,7 +9708,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -9743,7 +9743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeb47d67-c609-4a1e-985e-8c4220afdc5f", + "id": "8f7007e9-c378-4e28-937a-e1cc724da8e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9762,7 +9762,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -9771,7 +9771,7 @@ "type": "text/plain" }, "key": "from-date", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "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": "69926056-967b-472b-8907-252cb65f8888", + "id": "27db39b6-6d45-4e5b-8264-302dd52416c4", "name": "Return access request identity metrics", "request": { "name": "Return access request identity metrics", @@ -9883,7 +9883,7 @@ }, "response": [ { - "id": "035312a4-4b72-4d70-b540-cb451e75ca09", + "id": "1359a448-02c3-4997-9b75-be2e5275b44b", "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": "eb461ecd-032c-45ee-9839-ef0be3d86fca", + "id": "88542c6d-f381-41b3-9666-ece7f54e09bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9979,7 +9979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb6fb66d-7af7-4fd1-97a5-af532fb48d56", + "id": "9604059d-5d77-4508-9dd6-a54338f602d2", "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": "cea35159-83f8-4812-ae9d-44c597090bca", + "id": "206008ea-1a85-4e4e-9e0d-759bed89cfd1", "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": "e7cbe3f4-2057-48ac-b81f-e9162c7b310c", + "id": "b146b843-822d-46e8-a46a-5d93bcec5dde", "name": "Too Many Requests - Returned in response to too many requests in 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": "53a83aff-c93e-404a-ac85-ec44a2e88b52", + "id": "1b530bb0-642f-421b-8fb4-2aff27a76b9e", "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": "a2e8f881-d37e-4e25-b4c8-b9e228545c00", + "id": "b1fe1d1b-5aa9-4f2d-b801-0a27d2c834ce", "name": "Accounts List", "request": { "name": "Accounts List", @@ -10267,7 +10267,7 @@ }, "response": [ { - "id": "b6e3771d-ef37-446d-991a-e58cad958e75", + "id": "ac6a4592-ff96-4b25-8a5a-d5e300658b57", "name": "SlimAccounts", "originalRequest": { "url": { @@ -10365,7 +10365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e49e9e46-0591-4411-a12b-c24cb338ae64", + "id": "c1620707-3308-4508-9515-f1171de4317b", "name": "FullAccounts", "originalRequest": { "url": { @@ -10463,7 +10463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c70eec8a-34e8-43a9-bd63-1107b01c7a69", + "id": "3022b3b9-a824-4c9a-8f36-dc0124c1e978", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10561,7 +10561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31975872-737d-47a1-b71c-06843e23e247", + "id": "69f53f71-3630-4019-bc00-a1081b860af8", "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": "8bce8498-3c11-4dc2-b5c3-d7ed5754dfec", + "id": "7c55d550-eaf7-4063-b835-258fed0f5d86", "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": "4c1923cb-bd16-45b0-b5d6-80b072b43462", + "id": "aa982dd6-f9ed-41a2-9c82-f323914d2ee8", "name": "Too Many Requests - Returned in response to too many requests in 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": "ec77f7a6-0544-4cd3-96cf-b44064259e96", + "id": "86370af9-9539-4382-bd92-3a507ac25f7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10959,7 +10959,7 @@ } }, { - "id": "217a9d8d-68c3-4a7b-8f3a-5e1f8d352e5c", + "id": "d6866637-1c9d-45c6-9cd4-8385c153d662", "name": "Create Account", "request": { "name": "Create Account", @@ -11001,7 +11001,7 @@ }, "response": [ { - "id": "144eda76-dd3e-418f-b470-de44f06fb6d0", + "id": "081ae938-7606-47c9-9895-14ac9b0c0690", "name": "Async task details", "originalRequest": { "url": { @@ -11057,7 +11057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f6243b5-3766-4d2d-ba4d-9be7531e03ad", + "id": "64b76b41-408d-4370-9e44-e905ee830879", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11113,7 +11113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49c50933-189f-45ad-9f4b-fa87d6e3d2bb", + "id": "c41b4fb6-3e86-4649-9483-e8afb78eeeef", "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": "6d52cdfe-3c90-4105-a2fe-2d3c580f6356", + "id": "e0a8b2f0-830f-46fe-bbf0-be0edd00de20", "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": "0a6535f9-7fb8-4268-8aec-fcaa1f7f8a1d", + "id": "19c325e4-3248-44ab-863b-bfe20c2bc395", "name": "Too Many Requests - Returned in response to too many requests in 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": "f703ec1c-e20b-428a-8321-c76d532d5a1f", + "id": "ebeba1c1-f1fc-4d67-9d92-aa2fa2a77d52", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11343,7 +11343,7 @@ } }, { - "id": "52145f7c-0c3c-467a-898c-80a2ac5e94bc", + "id": "b0c6f504-6f94-444e-b0e6-d1bc5df3958b", "name": "Account Details", "request": { "name": "Account Details", @@ -11384,7 +11384,7 @@ }, "response": [ { - "id": "1fbbb630-67ab-4ffa-94e4-1388dd04a3b1", + "id": "817ab7ac-6fa8-43e8-a6cb-5a201a88a571", "name": "Account object.", "originalRequest": { "url": { @@ -11428,7 +11428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba663a72-33cf-4d08-b65f-581909420f7b", + "id": "2e43a44c-3326-46c5-827b-6175c193752d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11472,7 +11472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6cf82db-05da-4f48-8ba9-37b9cd260827", + "id": "f55b9b84-0267-427d-b0b5-526197e24c99", "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": "cb7c3432-c1ae-41a1-bd34-4bb0e00659c8", + "id": "e672c102-7e34-4b1c-9322-5fc936de0969", "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": "92d144cc-9b2b-463b-9f31-9e4f09d006c2", + "id": "e601cafb-5a76-4da6-a578-a3b1cbff209a", "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": "2f36ff68-d58c-47be-b1e1-4a43afe48168", + "id": "b5599f5b-aff0-4a1c-bf72-c192a32b2bfb", "name": "Too Many Requests - Returned in response to too many requests in 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": "d0c196b6-5e4f-490e-a8c9-0162442552fb", + "id": "519be36b-21cd-4211-911e-28261b224af2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11698,7 +11698,7 @@ } }, { - "id": "3753c61a-0d9b-41c7-a017-31d633fab5d5", + "id": "99fe26a1-3a4a-4afd-a913-4c6570378433", "name": "Update Account", "request": { "name": "Update Account", @@ -11752,7 +11752,7 @@ }, "response": [ { - "id": "3f014db7-a404-4b53-ba05-4217e16449ca", + "id": "3d0ec257-8b53-4bc4-b538-9c88c816a20b", "name": "Accepted. Update request accepted and is in progress.", "originalRequest": { "url": { @@ -11809,7 +11809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e26ed83d-7975-4fe2-950d-a34c4d1d442d", + "id": "c3c91e37-9ef2-4319-8294-be6bf9d0b0b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11866,7 +11866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d372c56a-33ce-4f36-a135-12438ec8880d", + "id": "521a3c13-5685-434f-82a3-c96e8f0a5fe5", "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": "0cc8a9dd-b136-49a3-a7bf-8705442d45c7", + "id": "3d4bfe00-072f-47b4-b265-3b02bb23b0ca", "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": "a0456a04-dc92-421e-8002-268ccb006f0c", + "id": "e3e02c6a-3812-4965-9dd4-e9f859ca78e2", "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": "364e0a26-4fac-4784-9541-5bf07ca5b137", + "id": "b0106cfa-3b1b-4832-8eac-74fe36988ae0", "name": "Too Many Requests - Returned in response to too many requests in 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": "bcd7f35d-d79c-428b-a02d-99398469546c", + "id": "af735194-049a-4727-92b7-6da917f85bd5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12157,7 +12157,7 @@ } }, { - "id": "13f4f72d-da9f-490e-a3d7-123438d37228", + "id": "9f8a328f-cc68-4fed-95f1-c02275507790", "name": "Update Account", "request": { "name": "Update Account", @@ -12211,7 +12211,7 @@ }, "response": [ { - "id": "df2ea16d-53c3-466c-8c07-aba29bcebeff", + "id": "d6d7343b-91f1-4cb7-b29f-cadba1a0e75c", "name": "Async task details.", "originalRequest": { "url": { @@ -12268,7 +12268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7448588-b04f-4bcb-80ba-25083f60a59c", + "id": "73d1ebd8-7e4c-46ff-99be-241c08a30179", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12325,7 +12325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d8fa89d-97f0-4417-a33b-6404558e83c6", + "id": "5992a038-8264-4ee4-9214-8dfcd72feacc", "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": "51d23fc5-267b-43c0-a349-7369bd2009ea", + "id": "0aff3ea3-3310-40fd-acbb-36f4acc91189", "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": "518c6204-c1d3-4c24-ad0f-81e48302183c", + "id": "73f620f0-6131-46e2-afea-09be56763d54", "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": "6bbbcddb-cdf3-4601-b4af-c9447a8e51de", + "id": "175f4b6e-6240-475e-a591-6d4701989eb1", "name": "Too Many Requests - Returned in response to too many requests in 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": "f39e2a4c-0325-49ba-87e2-1f9727524409", + "id": "b30ef010-841b-4e32-8db7-1b2a39f42b51", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12616,7 +12616,7 @@ } }, { - "id": "7dc2a928-10a1-4669-ac95-a6179eee73b1", + "id": "1a73db95-e2d9-4000-918a-9b3851fe95f9", "name": "Delete Account", "request": { "name": "Delete Account", @@ -12657,7 +12657,7 @@ }, "response": [ { - "id": "054bfa10-aefe-4f72-8758-e9ee39873fd9", + "id": "3fabea90-7d95-4ae0-9f0d-93f451b7f232", "name": "Async task details.", "originalRequest": { "url": { @@ -12701,7 +12701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba781dbd-9c5e-4e73-a9df-c34a23f84234", + "id": "b29bdcc9-d06e-48eb-ad32-989b7a6f46c9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12745,7 +12745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c4429e0-5f39-41a6-98a4-d53da24975b1", + "id": "fc3553c0-4110-451b-b908-42e231c17ed8", "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": "a6594910-c34e-46f8-a987-1993ce57e7df", + "id": "86759caa-d782-4d85-b518-8211c5ee10bd", "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": "d3cd5221-3ddb-43ba-9b21-347533794c16", + "id": "e0dc4622-1292-4263-951c-79ce4185f257", "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": "4e48edeb-338d-4cef-b6f3-1ea7fc42d86c", + "id": "3f2e0738-7126-46ea-9bd6-741ba1fc7b80", "name": "Too Many Requests - Returned in response to too many requests in 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": "af208ed0-e043-402f-ac27-a89baeebd35f", + "id": "03548da6-b007-4e7d-afdf-4c7149278267", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12971,7 +12971,7 @@ } }, { - "id": "d00c219c-21e1-4a60-a6ae-ae1d9977e6c3", + "id": "2100aafd-9e7e-4e3d-9b9c-ea2b05e30b42", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -13041,7 +13041,7 @@ }, "response": [ { - "id": "08ea43f6-eb87-4e0e-b4fd-579bd72badb6", + "id": "f373cec9-e351-4f2a-b617-22aba08daebc", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -13114,7 +13114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e015b48-4dce-4972-8567-745692c87653", + "id": "2f84671f-8a82-48e2-9415-6a75cb581c3b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13187,7 +13187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d885eb6b-fc51-40f7-8e78-4ad4aa88a46e", + "id": "1635d25b-9d57-418a-8e2c-8d90955a6aa1", "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": "f89e4889-510c-4e9b-bc5a-2ce8fd656328", + "id": "c1dff41f-c2bf-4222-ae3e-55d702978f26", "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": "d995a459-68be-4139-a4f1-758b28eff174", + "id": "53e35c6d-2a6d-4168-acf0-49010f9d9439", "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": "2ab2e479-58b9-4c41-adae-b5c91a2da48c", + "id": "562e1670-ff9e-4fc9-a510-b7f1835f9174", "name": "Too Many Requests - Returned in response to too many requests in 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": "4b9ffabb-8886-4195-bf61-e98e39445284", + "id": "b1b8d120-86d8-41ca-a5d6-1a864f07c6e9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13558,7 +13558,7 @@ } }, { - "id": "248eb9d3-07a4-47c3-aedd-c503983fc728", + "id": "490554f9-8905-4393-858a-d9ca9a9b7dd2", "name": "Reload Account", "request": { "name": "Reload Account", @@ -13600,7 +13600,7 @@ }, "response": [ { - "id": "f520bb9d-4355-473a-a47a-f0c783d6dc19", + "id": "b1dce5ee-93a5-4737-8fac-ccfdcdbf91ff", "name": "Async task details", "originalRequest": { "url": { @@ -13645,7 +13645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6870f5a3-e40c-42a4-8f1d-d59db055ff4c", + "id": "a75c607a-37a2-4ca2-92f2-f536f34ce9da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13690,7 +13690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d4252d1-982f-4d96-8378-84e8a0d1d790", + "id": "c38d2beb-faf6-429b-92c9-c33f95d5fb49", "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": "e355d41a-791e-4e63-9d33-c4fce3d6bd21", + "id": "c672f9b6-8f4a-4489-b65f-1ce5fe6572fd", "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": "c8808c3e-34e0-4a66-9b82-cffe6e34eaba", + "id": "e8572428-9f33-47f1-a567-e339b688824b", "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": "6774e965-1e3f-4b7f-a6c7-de98d6cdf7a3", + "id": "f16814a7-948a-486b-9326-68fe54f58d88", "name": "Too Many Requests - Returned in response to too many requests in 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": "e085349b-93e1-4ba4-b2e9-59a9bef5aab8", + "id": "18835b8b-328c-459d-905c-9e801aa207bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13921,7 +13921,7 @@ } }, { - "id": "fe71b2fa-c3b0-4ec2-b636-cb77a00651fb", + "id": "8284c97f-f649-4b3c-a1b4-1f35a3b9c7bb", "name": "Enable Account", "request": { "name": "Enable Account", @@ -13976,7 +13976,7 @@ }, "response": [ { - "id": "a2960616-3f15-4423-aa4c-f35069c8cc98", + "id": "2c704360-6661-4e62-b63f-e0f156c541c6", "name": "Async task details", "originalRequest": { "url": { @@ -14034,7 +14034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "283a858e-cf1c-45be-b52c-096094f4c24f", + "id": "c315f4fd-05be-4df2-b5cb-cb1e65baca9e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14092,7 +14092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25ae2d23-5e2f-4c8c-a379-c882aa76ce9f", + "id": "5c9cf578-6360-4368-916d-c55c18634de5", "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": "93706af9-0354-42d6-8e19-8704e81f2a66", + "id": "dc1271fb-a5f1-4297-b040-e668b294d3e9", "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": "48589a54-ac99-4ae2-8854-1e6304b8df46", + "id": "33ef7243-6a01-438b-bcd2-51c08b74a62a", "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": "f4c855d8-1953-442a-8e3d-456d76958b31", + "id": "6188e2c2-6cfb-4b51-96fa-b2ab81b4c66d", "name": "Too Many Requests - Returned in response to too many requests in 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": "5b03d047-4e09-45f1-8765-23ba6813b7ff", + "id": "d03e890d-aea6-4061-b2bd-e4837c0dda70", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14388,7 +14388,7 @@ } }, { - "id": "a43e1610-c20a-4e26-bc56-fa7b313048e1", + "id": "c7ffd239-cc1a-491b-b0a6-05e6a5aeb575", "name": "Disable Account", "request": { "name": "Disable Account", @@ -14443,7 +14443,7 @@ }, "response": [ { - "id": "4df6ee1b-56a4-47a8-8a40-9357e603a434", + "id": "dba91e8a-e261-456d-9280-c5a5fd197ddc", "name": "Async task details", "originalRequest": { "url": { @@ -14501,7 +14501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f03bb77-ed58-4ec3-9afc-91b20c6f1cd8", + "id": "3baf9b61-40ae-4ae8-834e-10faa0fac3b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14559,7 +14559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c9fbfc1-5324-4b72-abba-860749d2a725", + "id": "c58ae9fd-8081-4e95-b347-b37ed575fd7d", "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": "5f70873b-905e-4956-b339-33e07f703e72", + "id": "49d6c881-182b-41c9-b191-7763ab6f81c7", "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": "2c4511c9-bcfe-4e0a-a33c-ecb602f87af5", + "id": "6ff590b2-151e-4a5f-a377-dcc8f6c985db", "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": "b8dfa950-9e89-42e7-88a8-fa0a3f4c52d4", + "id": "1b1defce-2385-440b-9c4d-19db808fea44", "name": "Too Many Requests - Returned in response to too many requests in 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": "b39399b2-df6e-45eb-a6c0-1259e2c8f97e", + "id": "a753fb95-5ce3-48c9-af61-5a6d0c0e8618", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14855,7 +14855,7 @@ } }, { - "id": "79396743-1e33-4906-8e5d-a6eb2ae720b9", + "id": "a3fbd0c0-fbdd-4bf6-b858-f1d0b13547a9", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -14910,7 +14910,7 @@ }, "response": [ { - "id": "60699668-4500-4f8a-bbea-d757b1ec55c2", + "id": "ab6c1c6c-5029-4fd8-981c-329b8e6bfc0e", "name": "Async task details", "originalRequest": { "url": { @@ -14968,7 +14968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db32bc33-9080-4e36-86a4-f6097ceae479", + "id": "f6c5b05f-c72f-475d-bcf6-19a5e4e711c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15026,7 +15026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbd531fd-7655-404b-9bd4-f44a4aa89860", + "id": "5d405bd3-2713-4ff0-b45d-af44e6cac600", "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": "e29a17c5-946c-40ce-b0f5-120de6c905d3", + "id": "e05718d4-33ee-4d89-be0d-70eeef7bf779", "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": "371e7cb1-bc70-4fc0-9434-d36d2bc56242", + "id": "8484044e-998d-4493-90e8-c7e27958a4e3", "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": "63d45575-c1b7-42f1-9eff-85a17edde146", + "id": "a24d619d-3201-4ae9-bccf-1f926291702b", "name": "Too Many Requests - Returned in response to too many requests in 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": "db7a3cec-76d1-43a1-935e-2f165bf3f7b9", + "id": "7b464ac9-aa9a-42e7-b3da-03b547b0d9a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15322,7 +15322,7 @@ } }, { - "id": "f5491e44-97c7-4d85-bc4a-08d99676bd42", + "id": "7e5b3eea-cc43-440c-9b0c-01d243478959", "name": "Remove Account", "request": { "name": "Remove Account", @@ -15364,7 +15364,7 @@ }, "response": [ { - "id": "cb9e36e5-60cb-4fac-8acb-8aede5d2f9eb", + "id": "8e4cafab-1e27-45df-9b43-64c3e6cd8472", "name": "Accepted. Returns task result details of removal request.", "originalRequest": { "url": { @@ -15409,7 +15409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36b0de1e-68ec-4fb9-8f9e-66eb09f0153f", + "id": "a28da262-ee9d-4240-89b4-0e0ca9fc10dc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15454,7 +15454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c30ee689-89d5-4b7c-aad0-1fbd2de31c3d", + "id": "2ead20ba-6be6-42c1-af8a-e42874fd3e26", "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": "37859dbf-871a-4b9d-be12-ab4f7829a430", + "id": "76558873-56dd-4a42-b712-43e2ad0b91a7", "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": "ed312b4b-e0f7-4a72-93f2-97a0d1361928", + "id": "70fd77db-e4bf-4dab-b89e-7d5e21292070", "name": "Too Many Requests - Returned in response to too many requests in 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": "e0d62722-bd84-484c-816b-7659506865c9", + "id": "781360f5-e328-4804-940f-4e9017d94dca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15640,7 +15640,7 @@ } }, { - "id": "522f1434-286d-4a2e-8cb9-1234ed89f1a2", + "id": "a95c0936-d642-4013-a305-2f4bb23f306e", "name": "Enable IDN Account for Identity", "request": { "name": "Enable IDN Account for Identity", @@ -15682,7 +15682,7 @@ }, "response": [ { - "id": "810b14b2-6252-42a2-903b-3557fef49497", + "id": "8635cfce-52f5-4323-acc1-46b370dc94f0", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -15727,7 +15727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e930f3c-9877-4186-a9b8-eaae88246d6c", + "id": "b56a9c78-1f0c-4f9e-a2e3-45ff25447c36", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15772,7 +15772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d7a8752-c2a7-41ba-a8a8-b91eece736dd", + "id": "6e680fbc-1413-44bd-8ccc-9238e8972a5a", "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": "e4e83f55-c61e-4db9-a237-1c104e7e0213", + "id": "31588211-41f7-4516-875e-63dee98846fe", "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": "849f9f21-87c7-42ad-b1d3-d29e915697df", + "id": "ac361837-13e1-42cc-9b5b-a42f78190fcf", "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": "18afacf2-b35b-4b03-8502-548d89008d5c", + "id": "89ea5135-2737-4331-8703-845396a04a2f", "name": "Too Many Requests - Returned in response to too many requests in 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": "8dba54bb-f5af-4fed-9290-ab8cb72c75d3", + "id": "a74945c4-049d-41d9-a091-ce1a05ffa984", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16003,7 +16003,7 @@ } }, { - "id": "54200617-9d3d-40b1-9d9c-f4872d3fc786", + "id": "a2170343-b4f0-470d-b015-bcd1e17e3c5f", "name": "Disable IDN Account for Identity", "request": { "name": "Disable IDN Account for Identity", @@ -16045,7 +16045,7 @@ }, "response": [ { - "id": "b0c178b8-f54e-406a-9fc5-8b6dea4249e8", + "id": "1fc7371c-f017-4d3e-97b3-567e2f2691d7", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -16090,7 +16090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2688ceee-2b9c-4c4f-995f-50dab05192c0", + "id": "63adb2a2-e627-4ded-86ac-048aea3331bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16135,7 +16135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "087c2778-7af2-40ac-87b9-c326e1ee7a1c", + "id": "5557ca10-a94c-483c-8b4c-c57d96558dc3", "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": "3acf7faa-bb5e-446f-a24f-ad00812fb1c8", + "id": "171a7096-7037-4acd-9a03-04c4b1e63703", "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": "47cb971b-aaa8-4580-b8e0-612f18a3992f", + "id": "099866e6-6730-4390-8e18-5bcf65efce08", "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": "1e1b7298-8e64-4a97-b0ff-1c6a44750521", + "id": "f2f1eb3e-8ceb-4899-8167-5c7f82aff86c", "name": "Too Many Requests - Returned in response to too many requests in 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": "30431998-f6af-4e84-8da3-14eab0dc04e9", + "id": "e1f6b7f3-4c41-4843-bb41-f20e759bb5fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16366,7 +16366,7 @@ } }, { - "id": "dcbffe6f-a337-4f60-af44-a9f58ca741e4", + "id": "0f987206-a7e9-4f83-a93d-15156aaeeb57", "name": "Enable IDN Accounts for Identities", "request": { "name": "Enable IDN Accounts for Identities", @@ -16409,7 +16409,7 @@ }, "response": [ { - "id": "d57b767b-6a31-4f54-95e9-95728c3e2738", + "id": "aada7af8-8b4a-4f51-b31d-4cf9f7b230ac", "name": "Bulk response details.", "originalRequest": { "url": { @@ -16466,7 +16466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8791d8d-d558-495b-95cf-cc042abb6ff2", + "id": "0b97316b-f886-4b35-94d7-bbcc2786bcf8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16523,7 +16523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e885e1f6-d8a2-415b-9ab8-c894d3bbd79a", + "id": "09fa661d-e8db-4e47-bd7f-dbe8bc7b594a", "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": "5e90e1b9-e464-4aca-8311-2b416bb05d36", + "id": "7db2553a-9e27-4d19-87e9-b390a3f9e601", "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": "1d9d17bf-4e7b-429c-8f3a-a5fa3f51d043", + "id": "69013b22-f90d-4050-a7dc-60589b8882a4", "name": "Too Many Requests - Returned in response to too many requests in 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": "8fd81682-cf9d-4f3a-9268-f6a082dcd2d0", + "id": "6eb284dd-5310-47de-84a7-d779b7346617", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16757,7 +16757,7 @@ } }, { - "id": "3bd6e1f4-7822-489b-b138-2671839058d0", + "id": "1bffccbd-261b-4f12-ac39-14e3dcb901a9", "name": "Disable IDN Accounts for Identities", "request": { "name": "Disable IDN Accounts for Identities", @@ -16800,7 +16800,7 @@ }, "response": [ { - "id": "73020512-ad30-43b1-a15e-a20410b17d53", + "id": "ef4c704f-e89e-4c9a-99bc-07ec9be5aea1", "name": "Bulk response details.", "originalRequest": { "url": { @@ -16857,7 +16857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fac4298-ac9e-4fed-94b6-d762daec768b", + "id": "5131974f-8d9d-406f-a630-524fd1b4d204", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16914,7 +16914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f58dc50-15ff-4c93-8eb2-99995a1ea8cc", + "id": "ba59b51b-d89b-4e52-99c1-9ffe69759897", "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": "5b12e709-47f0-4ac2-ba72-72c1846e0141", + "id": "92afe2a0-a1e5-4953-93a8-c4dcb953cc00", "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": "4c26e913-5d3b-44ec-8097-07fc94dc1f24", + "id": "83345ba4-b9bd-4d3e-aef9-d18fe6a5d335", "name": "Too Many Requests - Returned in response to too many requests in 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": "967bccdc-090f-400e-80f8-a4dc56c4b0ae", + "id": "41dd5744-9b93-4fc7-bb2d-7f19bb97a364", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17148,7 +17148,7 @@ } }, { - "id": "c6260426-a514-469e-ae8e-22dea531d0c5", + "id": "b64c4694-3e14-469c-864a-e4dc34699f93", "name": "Remove All Accounts", "request": { "name": "Remove All Accounts", @@ -17190,7 +17190,7 @@ }, "response": [ { - "id": "e182a004-e5ea-4a01-82bf-46a77674c767", + "id": "5ed67f66-62b9-40c3-a560-b6ba145ecb88", "name": "Accepted. Returns task result details of removal request.", "originalRequest": { "url": { @@ -17235,7 +17235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc1f5f04-3a1c-4f87-a475-664931085d06", + "id": "1fcd589b-1ff6-4d5d-a159-75319da6ab9d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17280,7 +17280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ffbef8f-c612-4fbc-b4cc-81d828c1978c", + "id": "3f73e637-7872-479f-bcc4-1b4c659c254c", "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": "2dbd2b46-47c3-43cf-8802-c3f4b985f23a", + "id": "b7cc724a-1255-4b49-90c4-111572e6284d", "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": "d0a6d2fa-7d08-4af4-a762-544b9b0c0d84", + "id": "e9f80a86-34a3-40b4-a13f-41db23914219", "name": "Too Many Requests - Returned in response to too many requests in 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": "8c2ca1a0-ddab-4f19-b987-3e744f57e934", + "id": "0d8df3c7-076c-4bf5-a34a-18f0bc58a253", "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": "16e54dd0-7c83-4696-9242-b7f3706aafb0", + "id": "e7c83d6d-7988-49c2-8d40-6bfbbb115658", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -17495,7 +17495,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17504,7 +17504,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17513,7 +17513,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17522,7 +17522,7 @@ "type": "text/plain" }, "key": "type", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17558,7 +17558,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17567,7 +17567,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -17583,7 +17583,7 @@ }, "response": [ { - "id": "d7530da8-c1bf-4518-8c0a-b122ecd0398c", + "id": "8118b95c-04f7-4cbb-a202-50cc10dec972", "name": "List of account activities", "originalRequest": { "url": { @@ -17601,7 +17601,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17610,7 +17610,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17619,7 +17619,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17628,7 +17628,7 @@ "type": "text/plain" }, "key": "type", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17664,7 +17664,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17673,7 +17673,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "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 \"aliquip_22\": \"iru\",\n \"ut92\": \"id sed officia\"\n },\n \"cancelable\": true,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n },\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"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 \"nulla_d\": \"ex do\",\n \"dolor09\": \"velit cillum minim consequat\"\n },\n \"cancelable\": false,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n },\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"FINISHED\",\n \"provisioningStatus\": \"PENDING\",\n \"requesterComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"reviewerIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"reviewerComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n },\n \"operation\": \"ADD\",\n \"attribute\": \"detectedRoles\",\n \"value\": \"Treasury Analyst [AccessProfile-1529010191212]\",\n \"nativeIdentity\": \"Sandie.Camero\",\n \"sourceId\": \"2c91808363ef85290164000587130c0c\",\n \"accountRequestInfo\": {\n \"requestedObjectId\": \"2c91808563ef85690164001c31140c0c\",\n \"requestedObjectName\": \"Treasury Analyst\",\n \"requestedObjectType\": \"ACCESS_PROFILE\"\n },\n \"clientMetadata\": {\n \"customKey1\": \"custom value 1\",\n \"customKey2\": \"custom value 2\"\n },\n \"removeDate\": \"2020-07-11T00:00:00Z\"\n }\n ],\n \"executionStatus\": \"COMPLETED\",\n \"clientMetadata\": {\n \"sintb\": \"co\"\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 \"Excepteure\": \"minim\",\n \"velite9\": \"exercitation quis sint\",\n \"fugiat_3e2\": \"ipsum tempor dolore\",\n \"quis9a\": \"veniam laborum Lorem dolor\"\n },\n \"cancelable\": true,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "586212ef-28a4-4af0-942f-3d4cd4900f69", + "id": "115919c7-d0b0-453f-875d-4d6c99155f19", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17726,7 +17726,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17735,7 +17735,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17744,7 +17744,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17753,7 +17753,7 @@ "type": "text/plain" }, "key": "type", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17789,7 +17789,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17798,7 +17798,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -17833,7 +17833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dbc57b8-45d5-4134-855d-01a9d79a7307", + "id": "85311a72-f748-4d68-9646-d42aece6202c", "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": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17860,7 +17860,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17869,7 +17869,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17878,7 +17878,7 @@ "type": "text/plain" }, "key": "type", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17914,7 +17914,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17923,7 +17923,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -17958,7 +17958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d6b82ca-d505-4754-9bb6-7729e0b26ac2", + "id": "001b0703-df95-4bb5-9177-2110de973fe9", "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": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17985,7 +17985,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -17994,7 +17994,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -18003,7 +18003,7 @@ "type": "text/plain" }, "key": "type", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -18039,7 +18039,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -18048,7 +18048,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -18083,7 +18083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c674fbb2-478b-49af-b0af-6d6539f0e040", + "id": "5ed42dbc-638d-4a0d-b460-9d64accc0986", "name": "Too Many Requests - Returned in response to too many requests in 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": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -18110,7 +18110,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -18119,7 +18119,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -18128,7 +18128,7 @@ "type": "text/plain" }, "key": "type", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -18164,7 +18164,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -18173,7 +18173,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -18208,7 +18208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7450481b-0e3f-48a4-b5ad-862b2573af1d", + "id": "49be22e7-e96e-4faf-95f2-fb54e8b95849", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18226,7 +18226,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -18235,7 +18235,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -18244,7 +18244,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -18253,7 +18253,7 @@ "type": "text/plain" }, "key": "type", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -18289,7 +18289,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -18298,7 +18298,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -18339,7 +18339,7 @@ } }, { - "id": "7b0fa155-5b0e-4d9d-93d0-b8807fbe2c3e", + "id": "ec506657-5240-42c4-94e7-6eb45683b461", "name": "Get Account Activity", "request": { "name": "Get Account Activity", @@ -18380,7 +18380,7 @@ }, "response": [ { - "id": "03df26ce-344a-4044-a16d-74510238bd8d", + "id": "24fd2790-6ff8-4323-9505-23f506ef57ce", "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 \"occaecat_3\": \"et commodo\"\n },\n \"cancelable\": false,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n}", + "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"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 \"do_e\": \"minim nulla sed sint\"\n },\n \"cancelable\": false,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8955abf0-c831-44c3-9f78-e0b98b2a674e", + "id": "4188daf8-3233-4dee-bbfe-4078dc62b3a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18468,7 +18468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d6e3458-b3d1-48ce-9fa8-a1452dc3bab7", + "id": "245caff6-bc76-49bb-bd2f-ece9c508ea53", "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": "388aa230-66b9-4329-ace2-cc580aecc426", + "id": "a47b3795-68c3-4cd5-90db-65a735179449", "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": "b5f631c6-3874-4195-8bdd-4c7ecffbad1c", + "id": "0323d9e0-7629-450c-8c2f-c1c3a10c5c8f", "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": "14e3149c-02fe-4737-bc3e-69441cac6beb", + "id": "cd9e67a2-5687-47b0-ad52-ace158f5803e", "name": "Too Many Requests - Returned in response to too many requests in 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": "f655947c-7645-4523-939a-e6944325e696", + "id": "04296cdb-f3a7-4717-acf8-6a1788149c31", "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": "2ed16e48-afc7-4241-80ed-40ea2785be2c", + "id": "ba21b668-9322-472d-988c-b67044f1ba63", "name": "In-progress Account Aggregation status", "request": { "name": "In-progress Account Aggregation status", @@ -18742,7 +18742,7 @@ }, "response": [ { - "id": "67db035c-87cf-499f-9715-66c64f360c51", + "id": "d630370b-ce9b-4a7d-8cf2-9db15dff7fe6", "name": "An account aggregation status object", "originalRequest": { "url": { @@ -18787,7 +18787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2f367cf-dc65-4cd8-82fb-ebf63efae244", + "id": "b8a68fc1-bce6-46e6-8eb3-13f58df51546", "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": "425cdb10-a1c0-4ab6-b603-34a41ffbb0e0", + "id": "b1b89cd8-11f9-41ff-a922-509c1e2148bf", "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": "6855c483-9092-4b10-a313-94c9448d5df2", + "id": "d22f07d9-504f-4cb6-82b6-06905f40ebef", "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": "52dc8e63-8f56-45d1-add8-cbad0e458156", + "id": "3ebaca7b-ec3f-4451-b3aa-4175da48dba5", "name": "Too Many Requests - Returned in response to too many requests in 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": "86dba6dd-d31f-450e-a75f-04243273fb95", + "id": "4b030e66-a929-417f-bbbd-ebb4e1e047b1", "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": "ca1b68f0-9446-4c48-83d1-6bc85c60de82", + "id": "def515a0-43fe-4056-b2dc-cb81c372157c", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -19103,7 +19103,7 @@ }, "response": [ { - "id": "3b3f2ea7-1306-4efa-ba31-e268243d1d41", + "id": "70a6de2f-d01f-4110-931c-62ec9e1ec1f5", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -19185,7 +19185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5f24930-0d2f-4070-bce4-469e969b1410", + "id": "1abd09fe-22e7-4f78-9d07-bd4fc03772d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19267,7 +19267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39043754-08ec-4f25-bf15-a8c295cbc3d2", + "id": "1ddfe182-092d-461a-a9f5-31b37502cc03", "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": "6d7799d0-6864-4c2b-a81a-4d1b40d3826d", + "id": "764791bb-f25d-4fb9-9b5f-ec9cc4171909", "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": "7c3a14c0-d16e-4df0-988b-cd427dd9f4f7", + "id": "9a1fdb00-b3cc-45d2-8498-87981043f64f", "name": "Too Many Requests - Returned in response to too many requests in 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": "8daa8e70-576a-4745-939a-04a02b7058e8", + "id": "3280c803-a7d8-4331-af04-87c6558c3469", "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": "693922e2-2040-4df3-b179-517871849a76", + "id": "2501aea3-f4ae-4519-ab28-066a81c9ebfc", "name": "Get list of Auth Profiles.", "request": { "name": "Get list of Auth Profiles.", @@ -19636,7 +19636,7 @@ }, "response": [ { - "id": "fda98e9f-fc7c-4916-9a10-3f12f1284ddf", + "id": "c28bfa19-be45-4d73-bbce-d7feb631496f", "name": "List of Auth Profiles", "originalRequest": { "url": { @@ -19679,7 +19679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e53ce5e-a1cd-41e1-b4d4-596872286d49", + "id": "6366de06-9ddc-44f8-9e63-897d32f8b6fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19722,7 +19722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9a85b7e-b65a-4bec-8103-5a9444b67894", + "id": "b8b432e2-5207-4871-b471-85af079e5455", "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": "44f1af65-7289-4885-9c66-f93baf2708ed", + "id": "daad4119-879b-4e7f-b680-c2e8b09e2dce", "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": "c318782f-7713-4ca7-8f57-7d1f23be3383", + "id": "8d29d428-2a48-402b-9032-9fbe9e2d77be", "name": "Too Many Requests - Returned in response to too many requests in 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": "b6d49291-9639-4ca8-8013-35de462ca58e", + "id": "3eb2b160-a269-42b9-97e9-eeec11e6b5a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19900,7 +19900,7 @@ } }, { - "id": "0d8d6191-7a7b-4a49-93cd-110e6f394039", + "id": "8deafaac-dd55-4af0-9987-5a246222b560", "name": "Get Auth Profile.", "request": { "name": "Get Auth Profile.", @@ -19935,7 +19935,7 @@ }, "response": [ { - "id": "5d380793-4831-4225-8787-711bea83af03", + "id": "8e95fb35-6e9c-4e76-8a5c-0a04916e4684", "name": "Auth Profile", "originalRequest": { "url": { @@ -19979,7 +19979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "944c240b-34bf-43ff-903e-9450ea20ec58", + "id": "0422b830-553d-44d8-b4bc-e08729c15697", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20023,7 +20023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b1d0f41-f4fc-4bf0-a321-bb40f020b1fd", + "id": "91a84723-b5f8-4a2d-9ebc-431703875f4c", "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": "8d00b48d-cbc9-4b6a-9746-84800f70ec90", + "id": "4a4c7d54-f53d-407f-a157-849b292b039c", "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": "429132a9-bb3e-4d1d-9feb-0db343ddfcea", + "id": "6ad9fcd0-b4ef-4aa9-a57f-d91ce3789c25", "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": "446dd517-ea0b-47ec-890b-42bafc5efa6d", + "id": "0aa8a554-7ce8-4a5b-91da-a4dc45170597", "name": "Too Many Requests - Returned in response to too many requests in 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": "f0608707-fe31-4814-805f-fd141690933e", + "id": "8e78df39-9a0c-448a-80f2-eb74713a6a85", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20249,7 +20249,7 @@ } }, { - "id": "d1405879-0572-4565-b828-31f3ac256e77", + "id": "a50a7909-55b5-4c87-bad2-0dd0c3e9ed60", "name": "Patch a specified Auth Profile", "request": { "name": "Patch a specified Auth Profile", @@ -20303,7 +20303,7 @@ }, "response": [ { - "id": "509c0955-d182-4371-b490-9663d88ed568", + "id": "b13e95b6-c4b6-46dc-9fc0-004df4d00e59", "name": "Responds with the Auth Profile as updated.", "originalRequest": { "url": { @@ -20360,7 +20360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ec782df-345b-4e96-9cc6-7791c3d58f3f", + "id": "a048589e-b975-4758-833c-330938ca10cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20417,7 +20417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8cec032-85cf-4ca1-a49e-e5ae6df84143", + "id": "b6afc58e-f0ae-4a0a-a678-f3c61758ac53", "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": "f169b7c9-4c65-477c-a5a6-6cc985ff58e4", + "id": "83c5319e-785c-43f4-8e58-0b4e1a4cdb01", "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": "32545dcf-6b9a-475e-92f6-d995297505a5", + "id": "b5b9e142-05eb-4d82-a635-856d97c55b9c", "name": "Too Many Requests - Returned in response to too many requests in 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": "07ebfa94-a176-4354-b426-878b804ffa88", + "id": "6e35844f-eabb-43f5-80bc-39f671b92cff", "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": "62a9909f-22a3-46c3-adb1-eac6bcf8f5a4", + "id": "e48ca857-524d-4184-ac2e-c538cf9512bb", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -20712,7 +20712,7 @@ }, "response": [ { - "id": "75c23a18-b88d-4505-b8d3-a84097e4bd60", + "id": "d1e70429-0cab-4178-859d-24e7c75f92d0", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -20765,12 +20765,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n}", + "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"QUEUED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cd2b8829-1bd9-4b56-b9ba-991fb0add8aa", + "id": "21fae368-e78a-4f48-805d-0cca5b0e0495", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20828,7 +20828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f89b70d-0835-4d7a-8efb-f8139749c0db", + "id": "512c3af5-4da0-482a-8423-a3c5ce546d66", "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": "267d68ca-01ce-44a8-a54f-a306290414f8", + "id": "689058bd-ce0f-45cf-9e06-8a33cb6313c4", "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": "351a7b78-e2fd-486f-995d-766cbb3d9e0d", + "id": "110a1dd2-82ff-4118-9a7a-0119e739b8a8", "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": "1ecea526-b2b4-4fe4-b895-21945d681e53", + "id": "9aaaa38f-5920-4c45-82c9-fc73045f2bc1", "name": "Too Many Requests - Returned in response to too many requests in 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": "5a789dea-b235-443a-88e3-3391cb21addb", + "id": "c4facfdf-9fb3-4fbf-8e7c-575cfd0cf01d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21124,7 +21124,7 @@ } }, { - "id": "d7fcbc7d-67ec-4195-ad3d-943460b867cc", + "id": "49a9cc1a-704a-47ec-afaa-258984de682c", "name": "Certification Task Status", "request": { "name": "Certification Task Status", @@ -21146,7 +21146,7 @@ "variable": [ { "type": "any", - "value": "reprehenderit proident Ut ad", + "value": "occaecat Excepteur", "key": "id", "disabled": true, "description": { @@ -21156,7 +21156,7 @@ }, { "type": "any", - "value": "reprehenderit proident Ut ad", + "value": "occaecat Excepteur", "key": "taskId", "disabled": true, "description": { @@ -21177,7 +21177,7 @@ }, "response": [ { - "id": "8b233c82-57fb-4203-a75d-617b21333e63", + "id": "355b7111-1105-484a-8471-0e2884dc2ce5", "name": "A certification task object.", "originalRequest": { "url": { @@ -21218,12 +21218,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n}", + "body": "{\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"QUEUED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "02d9d410-0281-4964-a328-43beafd15bc8", + "id": "d2ce3014-b035-4c14-99a9-650a51600349", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21269,7 +21269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a23fa13e-df9e-44c8-b597-5c32bc0baaea", + "id": "27ffea55-4a6e-47c3-8500-b27578c358c0", "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": "d1317871-cd4a-403a-aa79-2b7fc4e426fb", + "id": "554026a9-8f24-4fb8-8c56-deb2f2ad3743", "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": "994fc029-d2f7-4ddf-a3e3-60c2482166c6", + "id": "bef18c7a-c9fb-432d-ad32-cf51031a0d2f", "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": "ea15dd3e-95e4-4177-93a8-3a4e389a7731", + "id": "b7679f80-51c0-41e1-93ca-f745b7c9afae", "name": "Too Many Requests - Returned in response to too many requests in 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": "bd3ee148-ffa3-4f46-9029-bc1aa4a95f0f", + "id": "05d2a065-6a36-4453-9b43-18bf0e8af56b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21505,7 +21505,7 @@ } }, { - "id": "b5b6e2c2-8020-4ca1-85a8-ffb48a09f4a7", + "id": "97f0abcd-332a-4fd3-a149-4755ecf58aef", "name": "Pending Certification Tasks", "request": { "name": "Pending Certification Tasks", @@ -21526,7 +21526,7 @@ "variable": [ { "type": "any", - "value": "reprehenderit proident Ut ad", + "value": "occaecat Excepteur", "key": "id", "disabled": true, "description": { @@ -21547,7 +21547,7 @@ }, "response": [ { - "id": "0c0224e2-ba63-440c-80fa-f228bff94150", + "id": "719a4a21-4aca-484f-86f3-a5c7be1f291a", "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\": \"SUCCESS\"\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\": \"SUCCESS\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "de80533a-1669-4dd5-90fd-954e0120fa8c", + "id": "9182e737-80c4-4b2c-b6b2-950c070c8ed3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21637,7 +21637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a96b9a4-b651-4cf4-969f-3db417dd291d", + "id": "9d8f311a-0e9a-4bc0-a511-c855ed344247", "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": "6bb32982-095e-45b0-aec1-f1c971ca39ac", + "id": "ca1afcab-02ae-461e-a522-bbf1868a585e", "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": "c90f2052-1cc1-4619-96ea-a69fe5877f4e", + "id": "0655ce8b-c062-4ffd-968c-5e1ad90b15b2", "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": "0eba6a7d-dd69-43a2-ae1b-c6a37bd233d7", + "id": "0be6800b-94a1-4952-b47f-02ccf6872dee", "name": "Too Many Requests - Returned in response to too many requests in 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": "8da103cb-78c6-4fb2-9269-e98a8e16840b", + "id": "05ed6c89-9203-4891-8fc0-a6519c96aa83", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21868,7 +21868,7 @@ } }, { - "id": "bc6b097d-bf61-459a-bb6b-984a3a6e5304", + "id": "3827e5dc-dfc4-4154-9479-e39bf67e0b0a", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -21959,7 +21959,7 @@ }, "response": [ { - "id": "de768bbf-5ed9-4ed4-8373-0ebfa3e0bffa", + "id": "2508c525-f0cb-4f8e-b461-e6a3219dcc6d", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -22043,7 +22043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6db0342b-dee8-40eb-aa24-ac9936754785", + "id": "6c392c03-22d7-45d3-8290-f5224dbee425", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22127,7 +22127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ed5b61c-a782-41bb-b574-422b31b55052", + "id": "68289d88-7e9f-4e89-b4a6-ac8c69cdc14f", "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": "c4d93355-3209-4566-ba34-88bada33778c", + "id": "11787656-c24a-4eb0-aab6-630105ffaf70", "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": "312ca06d-a636-40c6-969a-43f4319573fa", + "id": "f13f8812-327d-4615-be8b-cce334fd10e0", "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": "28a69dfc-2391-411e-a393-a2c63e15b67f", + "id": "f7f3c166-5dc8-4f83-9e9d-88718a90164d", "name": "Too Many Requests - Returned in response to too many requests in 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": "d87427ae-e8c1-4f66-a8e9-b562573d12d4", + "id": "21f11134-29d8-4e66-bf46-49b328aa0f80", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22553,7 +22553,7 @@ } }, { - "id": "2cd96f28-c075-48f5-8960-8bbe9d85bcf6", + "id": "6b72e6f4-8d20-4a09-a2b9-93510d7e1d61", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -22641,7 +22641,7 @@ }, "response": [ { - "id": "6ed369c5-dac0-4834-ad56-d17a8e34a50b", + "id": "6138e045-4729-48dc-8c2c-833cf25fef7b", "name": "A list of reviewers", "originalRequest": { "url": { @@ -22732,7 +22732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bd2fa60-3e24-4a22-b263-8a6be7ad2ddd", + "id": "96a33776-e36c-4bec-86e8-ec6f56c24d79", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22823,7 +22823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f952b12-8934-4817-b0fe-d34a6bded645", + "id": "56d827db-3908-4616-a769-b99d8f84bcd8", "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": "45e55990-1018-4aca-92b8-dba75cee565d", + "id": "9fc64dd0-1852-48f8-9890-a41676ac6996", "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": "cf25fc2a-005a-4384-8958-ba0b39586670", + "id": "f02fb10a-7f43-4ad4-a475-e6d564f93f40", "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": "cacaaf32-4e30-4a71-9ea0-190ba61bb3a0", + "id": "b05af456-f327-48bf-bf25-7b72817e5d41", "name": "Too Many Requests - Returned in response to too many requests in 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": "7ebe9b60-1874-4f60-8dbc-a78369208194", + "id": "c30712ed-6226-4ab2-820d-ceb6e15ea133", "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": "58e60307-4853-445e-85f5-5273965bd941", + "id": "5b07d67e-964f-41a0-bd7d-b38c4cd9b512", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -23374,7 +23374,7 @@ }, "response": [ { - "id": "be11e535-01ba-4ef6-95e1-ad42a22a697a", + "id": "4fca8532-85a0-40b3-8ba4-2d890d3ea3d3", "name": "Slim Campaign", "originalRequest": { "url": { @@ -23472,7 +23472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2853fea2-464b-49fe-a59e-c197624c14a8", + "id": "06c9eb16-cf3c-48c0-8eff-bbcd511132fc", "name": "Full Campaign", "originalRequest": { "url": { @@ -23570,7 +23570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b9bd643-c9b6-4c31-9017-42c818e07bd8", + "id": "6e8fbc87-b8c8-4d2e-b64e-ea83b41a1038", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23668,7 +23668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6ca5a99-077d-41c6-9a71-b5f979b1d570", + "id": "e2ce7390-28a9-47de-b931-991d477c1723", "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": "80c1d36a-09b8-41c8-9911-3cd0b96fac0b", + "id": "86264597-2117-4163-bc7a-85605c682f1c", "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": "2d684b9e-cf55-451c-a254-2dee8d3104ec", + "id": "1c4a7477-f953-4718-8903-32fd29dc3b38", "name": "Too Many Requests - Returned in response to too many requests in 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": "8127b693-3141-4c18-bb71-a07d82b1e819", + "id": "a1e31557-e15b-46aa-b198-33f97c8160ac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24066,7 +24066,7 @@ } }, { - "id": "8219f1d0-f438-4337-a241-d076355ee36a", + "id": "fe7e2b02-bd6e-4b0b-8da7-a0e150ee4e49", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -24108,7 +24108,7 @@ }, "response": [ { - "id": "67c9986c-20b8-485e-a6e2-df7f7a43cfdc", + "id": "5d42609e-fdb8-4f0b-9a11-e8c7dfd2f7dc", "name": "Manager", "originalRequest": { "url": { @@ -24164,7 +24164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31a55f3c-a892-4ded-ae84-1afe16355ae9", + "id": "22405a6c-c798-4dec-a3e0-06f4cebd556b", "name": "Search", "originalRequest": { "url": { @@ -24220,7 +24220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d28938d3-dec3-4951-9800-9abd49fea820", + "id": "b7f96b8a-6ada-42d9-aaf4-5df94d351eca", "name": "Source Owner", "originalRequest": { "url": { @@ -24276,7 +24276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf8272e1-776e-4936-8d7d-a2d5187539e7", + "id": "5dc5f289-6885-4780-b2ea-e2d9dd641ec3", "name": "Role Composition", "originalRequest": { "url": { @@ -24332,7 +24332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "582948d8-fef3-4ba5-989f-98f4abc0105d", + "id": "7c05c5e4-46fc-4f5d-a6da-a8c772da22b1", "name": "Manager", "originalRequest": { "url": { @@ -24388,7 +24388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4017e1f-fa96-4989-8ceb-608a9c0d7845", + "id": "049d4e77-8d9e-4b62-b136-00e23ccbabc1", "name": "Manager", "originalRequest": { "url": { @@ -24444,7 +24444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d2e51a8-ee02-4003-9fec-746157424247", + "id": "af2b9e41-d867-417f-9feb-1a55e24d8e2a", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -24500,7 +24500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b38bdd24-4194-46a6-8e6b-eba08516a7bd", + "id": "13736de3-240e-44dd-ab4b-c825753a1582", "name": "Manager", "originalRequest": { "url": { @@ -24556,7 +24556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86d64f6d-7106-4b69-811c-35f83c54f43d", + "id": "8a5b2eaa-54f2-46c9-9f73-b432db49fe70", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -24618,7 +24618,7 @@ } }, { - "id": "edd4b7ed-eada-4e5b-8fe6-9399142803e6", + "id": "edce957a-67af-4f5f-b4fc-20ca379751cc", "name": "Deletes Campaigns", "request": { "name": "Deletes Campaigns", @@ -24661,7 +24661,7 @@ }, "response": [ { - "id": "8fa9c8f2-da07-4739-a51f-c8dffc417378", + "id": "80caeaaf-22b4-4526-a69e-6a9cc9bfdbc6", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -24718,7 +24718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8bffbd4-367d-40b5-b175-ea85f553c50e", + "id": "eccdebce-de15-4c8c-8266-3c52df21588d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24775,7 +24775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e100c241-736d-48e3-a9ac-4ed4b2ef4714", + "id": "2404541c-1786-463a-92dc-165298fb1b71", "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": "275e44dd-0b12-4ed0-8418-bcd2fd7b0d74", + "id": "8acc5bfa-b6b1-4fa7-9b87-61d7d99ebb89", "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": "e751be6a-96a7-404d-a515-808240d68e62", + "id": "22c7b1d1-8f56-4343-a73b-fef1fd461571", "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": "735af1fc-83d1-4bed-851d-8246d3ac7a93", + "id": "2a324b1c-968c-4a37-abdf-13bdd436afdf", "name": "Too Many Requests - Returned in response to too many requests in 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": "e442a575-f70f-4ffb-9b63-c7fc00f27406", + "id": "2c7759df-4afa-4243-bae0-343522e6ff12", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25066,7 +25066,7 @@ } }, { - "id": "ae9f28dd-a1f1-4842-840a-f8857576ef8b", + "id": "dbc027b8-78fe-46f2-869f-7c9f596dab21", "name": "Get a campaign", "request": { "name": "Get a campaign", @@ -25107,7 +25107,7 @@ }, "response": [ { - "id": "c4295776-8048-467d-95f0-abcefb440db3", + "id": "a5a06192-555e-41ba-bf74-b1c17fcb6ccc", "name": "Manager", "originalRequest": { "url": { @@ -25151,7 +25151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "920d3d56-a5b8-43d6-9980-b1489513fd2a", + "id": "3a402117-5515-4725-87b3-b0bd2cbd7eac", "name": "Search", "originalRequest": { "url": { @@ -25195,7 +25195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d79cdcd-c9cc-4bd7-95c5-1a85c22cc63d", + "id": "d22ee90a-aefc-4500-9ddf-aafde1f0b742", "name": "Source Owner", "originalRequest": { "url": { @@ -25239,7 +25239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab02590f-f5c5-4f67-a13c-ada018bd1de3", + "id": "1c68529f-e149-4b2f-a34e-bb524f09b60c", "name": "RoleComposition", "originalRequest": { "url": { @@ -25283,7 +25283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e52f203-6a03-48bf-83cb-45cd7c22ea99", + "id": "08bfdcb2-3f1a-41a8-8a5c-949ad0ee2afd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25327,7 +25327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3164f7b8-3dc7-4d18-84bb-472da24d92cc", + "id": "3db49777-e7d3-4598-9663-0f21887a7507", "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": "babe0c8d-4f82-411c-93d8-c6076b6bdb83", + "id": "bc37c8df-164e-4125-9a44-80a3ae7a181c", "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": "2e72a37f-a0d0-4d5f-9e42-f1df46638e9e", + "id": "3f456261-4140-425f-a03f-43415087cb9a", "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": "45079148-34fe-4275-a129-650131dc76ac", + "id": "5128459c-37f3-4bea-aaed-9efcbad62f04", "name": "Too Many Requests - Returned in response to too many requests in 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": "dc0a0fa2-4722-4a0e-842d-bf48aad797dd", + "id": "a2031136-1ad2-42f2-b1fb-5e1276b31ae6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25553,7 +25553,7 @@ } }, { - "id": "0f0b991f-a26e-4d2a-8795-86018de5fc84", + "id": "3de9838b-3eae-4a79-91fc-b03e0754c662", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -25607,7 +25607,7 @@ }, "response": [ { - "id": "8952afc7-7613-4874-87bb-a24037beb607", + "id": "b78aaa71-c041-4a90-bdab-285d5c027318", "name": "Manager", "originalRequest": { "url": { @@ -25664,7 +25664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d691714-fdd9-4a26-a277-ed15cd213524", + "id": "8e744ae6-50da-4d2c-8a37-c2e64a41050f", "name": "Search", "originalRequest": { "url": { @@ -25721,7 +25721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa8f1a8c-6597-4e4b-96c2-a7d1a3fa5a97", + "id": "c66738ef-f2d3-4862-9c41-1e78434de81d", "name": "Source Owner", "originalRequest": { "url": { @@ -25778,7 +25778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a557db4-5c99-4efe-8aa8-f78fe2a80d67", + "id": "d99e7792-717c-4592-b2cd-50537209a2e4", "name": "RoleComposition", "originalRequest": { "url": { @@ -25835,7 +25835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "059024cf-04db-4179-ac19-9ecee863fd21", + "id": "2da086a1-5580-4bd8-a097-29adfd31753b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25892,7 +25892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41341983-901c-433a-ba53-3692f12e3e1a", + "id": "35df7d19-5bc8-48c2-843c-e534c8b587c4", "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": "d4b70716-9a4d-4882-9c66-414262e7482f", + "id": "6f54047a-11fd-4fb4-8e56-8f45f2691b4b", "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": "0a715c58-8b0e-4b48-9bb2-b0ed7fc14fac", + "id": "df29c4dd-201d-41e6-b69e-d530f80c3c1c", "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": "34b126a6-4c7b-40b6-adc6-df16cfc3bb86", + "id": "c17527fe-5a2a-4d23-bed1-dd4a853a8efe", "name": "Too Many Requests - Returned in response to too many requests in 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": "be0d2967-cdb9-49f1-88c2-2c763bf80189", + "id": "658dcfec-5479-4dc9-9feb-9894ef3036a1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26183,7 +26183,7 @@ } }, { - "id": "4ae26959-f468-48ef-ad7e-93e48182e0d4", + "id": "10e8b3e2-62dc-48af-9cc6-ac20b667284a", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -26238,7 +26238,7 @@ }, "response": [ { - "id": "aacc74eb-4d1b-4b37-b205-77c3d82f3633", + "id": "eddcc73c-7432-4c26-a606-e217debb3507", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -26296,7 +26296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4665886c-770f-4000-8611-039f2b458ef8", + "id": "49290675-b9cc-481b-944a-b4a1fdf6348c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26354,7 +26354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f5d4988-af6c-4658-9cf5-22a4158b19c8", + "id": "8e53141e-5b55-4d70-ae11-0aed21a100e8", "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": "da9b8000-9f15-44be-9b3c-3fdb3e17c3ab", + "id": "e42b781e-f165-4fab-927d-f2decdaba834", "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": "2720c309-543f-4c12-833c-f9ba25e69739", + "id": "0d752873-d0f0-4850-a615-ede5b39ce565", "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": "fdcc5f46-4137-4229-8c64-494ed6605738", + "id": "6993a4c2-7409-43af-a118-f83344496280", "name": "Too Many Requests - Returned in response to too many requests in 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": "d238f331-abf3-4cb0-beaf-b48eae8cf759", + "id": "d225d501-28c7-47c4-9c5f-4876ec359906", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26650,7 +26650,7 @@ } }, { - "id": "58e96e9c-2c63-4877-b6a3-988eefb1bbbf", + "id": "8938b922-d66c-4065-88a2-c39138ae04c7", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -26705,7 +26705,7 @@ }, "response": [ { - "id": "edb74a0b-2616-4558-b058-b57076e9d249", + "id": "1356d34b-057d-4a2c-b1d3-ea157c2b94da", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -26763,7 +26763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d61befe-479b-4c15-817b-c61721f228c0", + "id": "285c0542-7d5e-45ec-9dd8-c31a2c748ed2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26821,7 +26821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7645582-d8b1-4ca5-9431-4e8207058b90", + "id": "249dcd8e-299b-46fb-b18a-a3a6919dd97f", "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": "fa532778-76eb-4405-a344-e56d0a629408", + "id": "88695ae9-18a0-45ed-b305-17f122a92b04", "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": "16cb7c62-d961-428f-bdae-98b2fa379a35", + "id": "61a26815-20f2-4af9-8e47-181b764a986d", "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": "89e632fc-0a1f-41a7-b26f-380e338b8473", + "id": "5176f7b5-669a-49b9-b2b5-f52d8a4696b7", "name": "Too Many Requests - Returned in response to too many requests in 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": "5ef9aa1c-4f0c-4789-afae-468ac3bdc0dd", + "id": "72205628-b5a9-404b-a45f-e536c2e4f853", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27117,7 +27117,7 @@ } }, { - "id": "d04b27f9-1121-4af6-b59b-ca5ff9f30585", + "id": "232037bf-30a2-49a3-a85f-954bb0ee4c05", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -27159,7 +27159,7 @@ }, "response": [ { - "id": "9ddd51c4-7589-4709-bdac-c85eaf0670b1", + "id": "d4838207-44e5-406f-9e4c-fbe3ab1fde1d", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -27204,7 +27204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f2750d9-97a3-495b-a4b5-d40d63e70fce", + "id": "f71421ed-329a-4d0f-b239-70aa16bb0db1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27249,7 +27249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21471149-13d1-4c29-a38b-95ab43943c5a", + "id": "7dcb6d8e-2b75-43be-9661-90593d309c17", "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": "7498422f-d8af-4d06-a486-1b19983eab91", + "id": "cea8129a-276f-4139-bd6c-f48850af8863", "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": "26367169-5b8b-4bf7-b4d1-7b8072f77c22", + "id": "8a4b683c-f987-4170-80d2-e8c4ed5ef4fb", "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": "4b957e9f-2f6c-4be3-b7dc-e31e9365ac27", + "id": "5011eda7-0199-4b11-b514-11109877403a", "name": "Too Many Requests - Returned in response to too many requests in 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": "1cdf2bab-c02d-43d8-b60e-03b551dc01c8", + "id": "ed92b620-cc7b-4b51-815c-10489df238f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27480,7 +27480,7 @@ } }, { - "id": "f5ab1dbb-4daa-48e9-9380-0963c1f5de79", + "id": "d7926e6b-954c-44e4-bcc5-fa2131ecb6a3", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -27535,7 +27535,7 @@ }, "response": [ { - "id": "3548864b-f8b6-4e88-a977-de2756d84ec5", + "id": "0bfc3f4f-8575-4721-bea4-9c735a44a22d", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -27593,7 +27593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e17cb948-adec-414f-bebd-05ff270f2486", + "id": "5f2077b3-094f-422f-b5b8-cbadee9b9bba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27651,7 +27651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1bc27b1-217a-4444-aa2d-2978101b15a3", + "id": "cacd0d48-a1ae-4f0c-bb66-0347723a62b9", "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": "099cb24c-5890-4832-b786-b003b338ec2e", + "id": "b75ece4e-b9ae-4e5a-8cbf-f7b91e0fee33", "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": "26d23f51-36db-4ff6-8976-78c9441349da", + "id": "b493bea4-caae-4e1e-bdeb-93ecfbec18db", "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": "74d38b50-f571-4cd6-96e2-f3b0ef2ccd7c", + "id": "ae0edee3-a3b3-4a78-ba10-3a964b136620", "name": "Too Many Requests - Returned in response to too many requests in 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": "5f2d3c74-1b74-427b-a50f-83bb7358141e", + "id": "a2928a70-f320-48ab-916a-48fd9d81162c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27947,7 +27947,7 @@ } }, { - "id": "464cf170-5d28-4620-8fb8-6e6aa9f63cb1", + "id": "2661bdba-4a84-4917-a18d-ac18908a6201", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -27989,7 +27989,7 @@ }, "response": [ { - "id": "4e067c71-f563-4818-8d7c-8e7f03be7e85", + "id": "e37d70f4-8473-4e56-9d49-c8f27e6176a8", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -28034,7 +28034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10738084-35ca-48fc-a960-d4d6e28da298", + "id": "ee52fbd2-efab-4848-bfe7-bfcae04b187f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28079,7 +28079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61e7a0db-e75b-4693-9e81-1118d50fd5df", + "id": "14e35265-aaea-478b-a672-35192eda075a", "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": "421db265-f1d6-4de6-aff9-e8889b215d18", + "id": "c8e06772-bd19-40e7-aaf6-ddf11fd2dca8", "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": "43b57451-5509-4211-9b0c-81157dba6b6d", + "id": "56dd29a9-48f4-489d-9bb4-a94d94ca955d", "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": "616e6d0b-fe12-4e82-88a2-6ecc5d86ed11", + "id": "9748434d-f2c8-4638-94e6-87df9361decb", "name": "Too Many Requests - Returned in response to too many requests in 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": "989bf489-c4a7-4324-ad76-1a0e95a62c95", + "id": "d24849d7-a247-4e03-8e4d-546686d62a7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28310,7 +28310,7 @@ } }, { - "id": "b0a7266c-0a57-4e86-9d06-ec7235d513ca", + "id": "3b2c3420-afd4-4d21-8eee-ccdc62fcbc07", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -28363,7 +28363,7 @@ }, "response": [ { - "id": "823793d8-2ab5-47bc-ad9f-3c1a7d7de9a6", + "id": "b5e363c1-2cf1-4acd-ae3a-49da5c4b6a10", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -28409,7 +28409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93e3b360-c018-4261-89f8-9c2d60fe355b", + "id": "4d6f976f-a6f0-4d96-923f-318a32579b21", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28455,7 +28455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca882284-48c2-467c-a1cd-2ee1eff37d99", + "id": "40736ad9-d454-4746-bf97-5ad41d69a173", "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": "a7a835ad-c54e-48b9-be65-618c12816486", + "id": "a8d6adee-662e-48d4-aa26-48a1ed20bcae", "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": "ddef746f-8a58-46cf-949e-66c19d6fe319", + "id": "c2489a21-8dee-443a-b1c7-9c9b231de67c", "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": "6b634795-a925-4705-b966-7c1c4a5ab293", + "id": "23f7f44e-6138-4953-9553-73a79739ac5a", "name": "Too Many Requests - Returned in response to too many requests in 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": "11a627e3-32b9-4ff4-af75-be055c21f634", + "id": "b612e24d-c1c0-4ca5-8e83-06c45f749da3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28691,7 +28691,7 @@ } }, { - "id": "7a619274-3331-4e20-b4b4-d4df4e773d48", + "id": "9db5179e-5183-46e5-9c30-ec73b3ff2a92", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -28721,7 +28721,7 @@ }, "response": [ { - "id": "b586efc8-3b3d-4511-9a6e-3ede8cfe8e97", + "id": "1ebd551c-c68a-49f0-a978-20a94f8c2246", "name": "Campaign Report Configuration", "originalRequest": { "url": { @@ -28765,7 +28765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fd1f914-bb8f-4870-a6b9-602d612ec853", + "id": "4ccdf12a-fb8f-4d35-94cc-ef61c6735f75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28809,7 +28809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1b28ee5-bd6d-4a7f-a060-9b360796e2a5", + "id": "7d29b988-a94f-470b-9867-83a6de30e2d7", "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": "7ece04b6-b5f8-4eb8-91c3-06bed70183e2", + "id": "e509573e-f3d0-4a34-ab54-31498f7b0cd6", "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": "c630a021-75a6-4566-b40b-7a794ef9b696", + "id": "3e5fe0bd-8ca8-45e6-9b22-4a6d5f1efefe", "name": "Too Many Requests - Returned in response to too many requests in 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": "b6e02cc8-7b02-4655-9eda-e62ae27b833b", + "id": "b403bb3a-aca4-40f7-b0ee-43d5fa5a85c8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28991,7 +28991,7 @@ } }, { - "id": "16c9a6b5-8b6d-4c6f-bd40-36d0d2cd3566", + "id": "5d0a500e-5d5b-4a8d-8779-45818670317e", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -29034,7 +29034,7 @@ }, "response": [ { - "id": "bd987cb0-4674-47e1-a45b-9a41751e7a30", + "id": "8dc43f77-0e66-4fd5-9914-867c8107119d", "name": "The persisted Campaign Report Configuration", "originalRequest": { "url": { @@ -29091,7 +29091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b98d4e1-55b5-4abe-914d-d21620831abb", + "id": "ad19315a-3a2a-4b0f-8fc8-5309a52acca7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29148,7 +29148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96185648-92ba-4931-b81a-a0c9d755c138", + "id": "a23eaf4e-b80b-4ba7-a759-55595ebc076d", "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": "0b317743-b993-4565-9757-000bda1b130d", + "id": "0a697d42-70c5-4f4d-b7e0-8f7616958e37", "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": "74b4057b-5913-4c0e-8159-ba7de1da9218", + "id": "86c81ee7-80c2-49e1-b027-1bd80280f70f", "name": "Too Many Requests - Returned in response to too many requests in 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": "5c90bdcb-fe2e-4ba1-96a8-3b6e9d0ffb22", + "id": "b17455ef-81a5-466d-87ec-9ec2b813e3df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29382,7 +29382,7 @@ } }, { - "id": "de5b52d1-4425-41f3-b084-61bff0dfc878", + "id": "a838e68d-f7bb-4926-8dac-39ee06dc4af0", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -29457,7 +29457,7 @@ }, "response": [ { - "id": "a457efee-8405-49f7-afc6-7e36eb3601fd", + "id": "4a27d907-a627-4ab2-97ca-c31411adfe26", "name": "List of campaign template objects", "originalRequest": { "url": { @@ -29546,7 +29546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1162e6b7-87fc-46e8-a028-c1bc08b369db", + "id": "70f425ce-8c77-4641-9ff6-93569eb3ef8f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29635,7 +29635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0eeaea0-b4dd-4583-bd22-adc5007cfe37", + "id": "898e79f3-a479-4cd4-9dd8-a30c86f5b353", "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": "5842f428-1228-487c-8d7b-f6804119c1f5", + "id": "b7c7cfa8-4ce5-4120-b55e-3048664a94cc", "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": "fd90ea26-8156-422c-9088-e7a1e14dea86", + "id": "619fa65e-2901-4f3e-ba8f-bc54a85cfd6c", "name": "Too Many Requests - Returned in response to too many requests in 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": "62fb4454-4146-4b18-9385-ee87e680af07", + "id": "e8531bbf-f967-41ef-96c4-6a50f9c07562", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29997,7 +29997,7 @@ } }, { - "id": "12072f94-325f-4b2d-9716-5aaedb4cb1cd", + "id": "38cb8ef3-308e-4445-a91a-9f56b3d71299", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -30039,7 +30039,7 @@ }, "response": [ { - "id": "c6896671-6c52-413a-a8cd-bc15ad817248", + "id": "96da4461-a7a4-48a5-852a-d2706f7e02bf", "name": "Manager", "originalRequest": { "url": { @@ -30095,7 +30095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3ddd8e6-6b5b-4be8-9cad-afd1ec27ffbc", + "id": "5751d754-b98f-4bde-846f-740d48327056", "name": "Search", "originalRequest": { "url": { @@ -30151,7 +30151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c82af26-11ea-41c0-834b-fda8d5dab0ec", + "id": "c6af2443-2d19-4732-9d73-94a6b37cdf57", "name": "Source Owner", "originalRequest": { "url": { @@ -30207,7 +30207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f73064e5-5201-46af-adf9-146ae8ae4bfd", + "id": "ded3e60c-91ca-4bdd-a556-7e4dbc99108e", "name": "RoleComposition", "originalRequest": { "url": { @@ -30263,7 +30263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6203ddf8-d147-4665-9fe5-2909ce3e9408", + "id": "b9d5f9f5-2235-43b1-b953-29963abfae04", "name": "Manager", "originalRequest": { "url": { @@ -30319,7 +30319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91f935cd-6726-415a-afc2-08a51ea3eb98", + "id": "11b9023f-39dd-4527-82b6-6771c4fefb77", "name": "Manager", "originalRequest": { "url": { @@ -30375,7 +30375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5a3f3cc-faf3-4e49-af0c-a13f05f19d6d", + "id": "73abc011-7d51-4a70-ba30-385cf8f23368", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -30431,7 +30431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1b56c26-7ef6-417a-9431-0e558de9a089", + "id": "ea2c9ab2-5aec-4306-915e-81e9d7098f96", "name": "Manager", "originalRequest": { "url": { @@ -30487,7 +30487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a83c50e9-2f2e-45d0-8fb9-beecc9b3407d", + "id": "925239a7-ad84-4312-a2fe-f6dced4ab435", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -30549,7 +30549,7 @@ } }, { - "id": "c3b18689-6bc5-494a-a122-cbb0937e98ae", + "id": "e88ff0b0-19de-40f8-902c-86677c7563b8", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -30590,7 +30590,7 @@ }, "response": [ { - "id": "34dc7690-7aa7-4ed9-a083-f95ee2dd5b45", + "id": "8b49e392-6e0a-45c6-b359-8f126e0bcfe6", "name": "Manager", "originalRequest": { "url": { @@ -30634,7 +30634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "535316fa-f8a2-4f23-853e-08a2ef5ca330", + "id": "ff631a04-9d47-485d-930c-c9f6f8deb269", "name": "Search", "originalRequest": { "url": { @@ -30678,7 +30678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0529289c-868c-4ebf-b957-f6f3408ae223", + "id": "53e73915-0f55-4ab3-b96e-5f4a9f3a3540", "name": "Source Owner", "originalRequest": { "url": { @@ -30722,7 +30722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13413cfd-2b53-44b9-bffb-0e718e5a3d2f", + "id": "48773748-25f0-427f-ae51-9e4def2b864a", "name": "RoleComposition", "originalRequest": { "url": { @@ -30766,7 +30766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82ff5eb7-baf3-4094-8d65-e291f2f0ba2b", + "id": "869616c3-d3c5-4f1b-89d6-c3ffbfe23071", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30810,7 +30810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad4e35b3-f6b8-4c4d-bdda-1bcce48219eb", + "id": "589b269e-932c-42f7-99a9-4e489a99d8b2", "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": "fc2abb72-718c-44f8-a7d9-9c4effafa61c", + "id": "c402e347-0992-4341-bfde-ae34a841f503", "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": "be27ccd2-6fa4-41a8-9059-fcdc3a0af325", + "id": "dd19c630-9aba-4ebc-bf59-47ef6081befc", "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": "ddee8baf-8403-4dc9-9a5b-33405efdf4aa", + "id": "df7ba06a-194b-40c9-ba99-94a1d93cf1f7", "name": "Too Many Requests - Returned in response to too many requests in 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": "10a4488e-5962-4ebe-830d-9cc24f59377e", + "id": "dba405fb-7090-4adc-8c7a-1ffb8d1a6221", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31036,7 +31036,7 @@ } }, { - "id": "e49e31c9-0b76-4082-863a-7796477fc7d7", + "id": "e0f94875-0ab4-46ee-8b56-b30d1803767f", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -31090,7 +31090,7 @@ }, "response": [ { - "id": "eb390c66-9452-410e-9973-1877998d33a5", + "id": "25504d47-4e3e-43bd-ac49-79a8312c7f54", "name": "Manager", "originalRequest": { "url": { @@ -31147,7 +31147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b116da30-dfa8-46e9-aded-12c73e86ac26", + "id": "f75d43af-b95d-43ef-9bcc-7373a13573e2", "name": "Search", "originalRequest": { "url": { @@ -31204,7 +31204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d6e5b01-6e2d-48c3-b802-d471456a254f", + "id": "56db07f5-e526-48be-8079-5ee06576eaed", "name": "Source Owner", "originalRequest": { "url": { @@ -31261,7 +31261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c30c214-2cd4-4ff2-84d8-8367392a9c28", + "id": "a369b413-0161-443e-8272-7418f592f69d", "name": "RoleComposition", "originalRequest": { "url": { @@ -31318,7 +31318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a36ce172-42dd-4c3b-94b1-5ce5001ed040", + "id": "9d57f8dc-1553-4a56-acc3-a1d0506e0549", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31375,7 +31375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c26568ea-2164-4fff-9b11-a6f12aeeb061", + "id": "7fe0fa5a-47ac-4cc0-bb12-66912615bb7b", "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": "d1be5e4f-6920-454d-9221-fc3a17a2b89f", + "id": "f2ae4cd2-a2a1-428b-a9d3-a7be183d595c", "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": "b19deefa-fe3d-4dcd-b4a8-b837934ddf99", + "id": "09bf2fa9-bc09-4f0e-bb47-91f6dc7e5e0d", "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": "8756e52b-88fc-4fde-9774-36ba72f56df9", + "id": "95607ea9-18ce-4135-8aec-4c179a2f3b87", "name": "Too Many Requests - Returned in response to too many requests in 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": "6f8c69b7-71db-4e3a-b939-6bf09e6d9362", + "id": "03207305-97d5-49e3-8dff-f29c546a7e39", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31666,7 +31666,7 @@ } }, { - "id": "8bcd2057-c654-427c-9fda-d8367dd32013", + "id": "9afe0ad2-e8dc-46ae-8df4-0886c882a0d4", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -31707,7 +31707,7 @@ }, "response": [ { - "id": "372d20ea-464b-43b0-9c04-61ef6920f1dd", + "id": "042e12e7-46e4-4016-b813-34ab65f32cf2", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -31741,7 +31741,7 @@ "_postman_previewlanguage": "text" }, { - "id": "81ae2e45-9863-41dc-9b7b-49f3f36aae8c", + "id": "a38cc331-1865-4516-837c-563dd99c9be9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31785,7 +31785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94e11db6-8380-4d9d-b3ce-2c33b28a1042", + "id": "1cc984c3-7981-41a5-ac50-a60e38912a4d", "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": "877a0c09-7ca8-4bc9-8c1b-f89ef58d155e", + "id": "cb764152-09bd-418d-96ee-84d303b4f290", "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": "76d6c533-4db3-4c17-b305-31d784f4756f", + "id": "da056d21-4969-4bc5-86bf-3c2b275c613d", "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": "fdd148ca-5e42-4726-9573-7557abca309f", + "id": "bc888283-d8ae-42c4-9a5b-64704cc56d55", "name": "Too Many Requests - Returned in response to too many requests in 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": "6b30236a-ea39-41fe-b260-b4366523ade6", + "id": "9dc1ef00-7109-4923-bbb2-47a24f028ba7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32011,7 +32011,7 @@ } }, { - "id": "d48d9116-6cdd-4d7f-ab0d-eaa94523bbb5", + "id": "3be7c6ef-b061-4cdb-8c93-4b21c7e7e8b1", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -32053,7 +32053,7 @@ }, "response": [ { - "id": "5abc5ccf-1a6e-4539-9515-d6bb6977a1fe", + "id": "b70e0b4e-6144-466e-a9b8-586c264a47da", "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": "406962de-f5e6-4e98-92b8-e395feeabd24", + "id": "0a12a705-2f79-442f-814c-18ddbe9efce5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32143,7 +32143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81285838-9691-42ec-9770-7e04729666e4", + "id": "30c60b76-a8c9-40ed-9794-c8ee1a7fe4e0", "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": "334bc67b-2746-40a3-b8e9-32ad7e7ea71a", + "id": "b5c14212-8a41-4978-8918-ca48c5284de1", "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": "350a20d5-a361-45e4-9c22-ec56e92c71d4", + "id": "b792748a-42cc-439d-97bd-7eff6486da97", "name": "Too Many Requests - Returned in response to too many requests in 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": "147cd361-67fe-4455-838d-3608506ee32c", + "id": "9e6af5f0-b181-43a1-8ad5-f05dfe61cf7a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32329,7 +32329,7 @@ } }, { - "id": "1d92160f-9ed9-48dd-8369-3fa1ca0b1119", + "id": "b4b27910-2a61-44a3-b7fb-600a10e03b19", "name": "Gets a Campaign Template's Schedule", "request": { "name": "Gets a Campaign Template's Schedule", @@ -32371,7 +32371,7 @@ }, "response": [ { - "id": "e13a1b0e-af0e-41fe-9279-2fa10a3327ac", + "id": "14e319ad-c8e0-4280-9119-2a91304bd1cd", "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": "f4161854-325f-4181-9b0b-de3f7c33c059", + "id": "9720a2ee-9da7-4eb3-a894-bf829c0e5a05", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32461,7 +32461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ea6fcf0-35c1-4616-8093-24903f375d5b", + "id": "805dde0a-3ef3-4c76-a6d6-858ae46098b9", "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": "fc55d1e9-f4c4-4efb-9d2f-688f9e60d628", + "id": "eb63d5a4-d93f-4057-90be-94d9eb768cfb", "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": "f10a7e4b-3d3e-4112-89c1-9a8f24387628", + "id": "fd956e25-08e3-4cac-a1eb-14aeb7d87be9", "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": "093975a5-f27a-4a56-ada5-d91ae55ebdf9", + "id": "f5505840-a315-400f-b2f3-e2a5eb7abb41", "name": "Too Many Requests - Returned in response to too many requests in 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": "f1837a99-c2c0-4f1a-98d2-1d45176aa1cc", + "id": "494356a1-e6e7-4f40-8098-cd5332273b84", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32692,7 +32692,7 @@ } }, { - "id": "b50a9280-cd36-420e-a38d-c7eae598eefa", + "id": "4272eac8-4e4b-4d67-be60-d1afcd0e1a48", "name": "Sets a Campaign Template's Schedule", "request": { "name": "Sets a Campaign Template's Schedule", @@ -32747,7 +32747,7 @@ }, "response": [ { - "id": "24b17c1c-6c43-4b88-b9ec-cc30ce626712", + "id": "b91e39db-af3c-4b65-a9c5-5c33e635b446", "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": "f381e407-a958-4f48-976c-b0ba5fe44655", + "id": "3b65499f-241f-4e7a-99d5-9927c598dc0e", "name": "Monthly", "originalRequest": { "url": { @@ -32853,7 +32853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d46a6a3-5d1e-46b8-bfd5-2d495acf292b", + "id": "79f01d2d-5e1a-4603-89ac-2cf92a9546b6", "name": "Once a year", "originalRequest": { "url": { @@ -32911,7 +32911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd5901cd-cca0-40c6-8200-a72a99dad9ba", + "id": "e11684e4-212c-4c8d-a219-85cd716c7f3f", "name": "Quarterly", "originalRequest": { "url": { @@ -32969,7 +32969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba2df5f3-735c-47ea-8cf3-2f8d54201284", + "id": "7f0c3a9c-8591-49aa-84e1-fea20bc46239", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -33027,7 +33027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dea16826-d348-4d18-a1ff-dcf0de56048c", + "id": "99ab9e7d-e0b4-41a8-b3ba-dcfc8b2139f9", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33085,7 +33085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1299ced-ed4f-42bd-b1dd-3b0110cbd525", + "id": "f599b51e-b9ba-4e27-9b51-4454bb1cc04a", "name": "Once a year", "originalRequest": { "url": { @@ -33143,7 +33143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "242f744f-37cc-477e-901a-937998a89954", + "id": "51ef8740-cada-43ed-8b02-e1a5e4048bc0", "name": "Quarterly", "originalRequest": { "url": { @@ -33201,7 +33201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef0f7e10-f83e-477e-a5f4-5d9b0b4ee4ce", + "id": "2462ed45-45a1-40ec-894a-a93b45e7ecf1", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -33259,7 +33259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa59c3ef-171f-49eb-9291-ef28c0c2d6f5", + "id": "cbe5bb04-6035-431e-b1c6-0bf46cf167d9", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33317,7 +33317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5c7c8c2-c5b5-4dbf-b4bb-e07c4e029aab", + "id": "4c7e655b-3f12-40d6-ad2c-c665407cc1aa", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -33375,7 +33375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "024883dc-3a29-4d2c-9514-94a9508518c9", + "id": "446b9050-ef1a-4a15-8bc4-46611a6b1a87", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -33433,7 +33433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30988043-e6cb-4424-8f86-01c8de2c9ead", + "id": "51c502c9-6546-4ad8-b1e1-af543ab651b1", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33491,7 +33491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "add60680-984e-4cd3-946e-e82de5c47311", + "id": "c1d246dc-c1ac-4007-b61e-8a01ec55e63f", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -33549,7 +33549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3bbb779-47df-4a10-9928-54f0db650271", + "id": "14241231-b34f-45c4-8a2e-0b7ee23fc4cb", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33607,7 +33607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "875b0689-4db6-4698-b745-470a89194b7b", + "id": "91642ff9-12f9-4f5c-805a-284fc6d93c46", "name": "On a Specific Date", "originalRequest": { "url": { @@ -33665,7 +33665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60ace523-d422-4d81-baf0-41c25092ae41", + "id": "683ad666-8e52-434f-8c91-c958ef84217c", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -33729,7 +33729,7 @@ } }, { - "id": "7e2e4c54-4fd2-484c-a3f5-c30d6b528cf7", + "id": "52cb059a-7a1b-4a19-b9b3-651477284c48", "name": "Deletes a Campaign Template's Schedule", "request": { "name": "Deletes a Campaign Template's Schedule", @@ -33771,7 +33771,7 @@ }, "response": [ { - "id": "54ecde81-8640-4660-bb65-9844740a3d42", + "id": "57150999-55ea-4383-998d-63a4c8c1bf3c", "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": "3ae9d1aa-154b-4ed5-8a9b-18a4e9b3e481", + "id": "a3316c52-84fc-4a3f-915a-0103554c7513", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33851,7 +33851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6cd6984-19f3-4319-bd17-9948ec56e3af", + "id": "abb08c4f-7364-49a3-a5fe-0f56378dedbb", "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": "c3f3c926-f29c-435b-b063-1b4d0006e893", + "id": "7d03a424-fbf2-4830-95b9-18a5fec34b27", "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": "dcc19bbe-077b-4540-b7bf-acf69c022f4d", + "id": "02f22a1c-e4c3-4b4f-89a1-424c5c09091e", "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": "2c1e80e8-e278-42c2-8db7-87481e543098", + "id": "3b33941c-8bcd-4964-94d2-c1fd49df9aa1", "name": "Too Many Requests - Returned in response to too many requests in 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": "847d8399-11d8-48de-bac2-a9d20d0b3550", + "id": "e6bd3468-0a61-4f49-93ed-f28e5f72477c", "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": "5436f1c8-9a21-48ec-a3d5-d6595b99bcac", + "id": "f5194491-5912-4372-b940-20e1cef45fc7", "name": "Gets connector list", "request": { "name": "Gets connector list", @@ -34163,7 +34163,7 @@ }, "response": [ { - "id": "8deaa5ac-2fce-4853-a8b2-3a9e3749f458", + "id": "91f22b13-e085-415b-bcbb-45aecb9f9936", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -34252,7 +34252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "120f6f5f-1bd3-4e9a-87ec-dc98c5e0a1a2", + "id": "58f6f209-c5bd-4335-9e36-925ea630b5e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34341,7 +34341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "057cdd12-629c-4856-a2b0-63b5795e2d11", + "id": "ead7e8d6-1fd7-45b7-97ce-0230da0dff64", "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": "5ad1b748-42ca-4c69-96c3-09badf5f5f03", + "id": "3792863b-df2c-414b-8c8a-fd62fad0897f", "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": "008aa3d4-9050-495b-9ca7-18bff153c3d8", + "id": "f1a277cb-87fe-410f-bc5a-10cf765f3315", "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": "d7b2f81b-95b3-4729-b9e4-05299935fc87", + "id": "abe0bbdc-d2a5-4cf8-8945-79af59ea981d", "name": "Too Many Requests - Returned in response to too many requests in 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": "2c4bdbcd-413b-43e1-a77b-2663094de2d6", + "id": "c3afa609-bd73-43df-bde5-fd289539c461", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34798,7 +34798,7 @@ "description": "", "item": [ { - "id": "9704e3db-4066-40c0-a770-375c4cc24ed2", + "id": "8d8bb539-f374-42a1-b831-2b3fd8a6bd9c", "name": "List Connector Rules", "request": { "name": "List Connector Rules", @@ -34827,7 +34827,7 @@ }, "response": [ { - "id": "5d9911f2-baab-4882-ade7-fb3319cf305e", + "id": "97936409-74fb-4e67-8c72-31cc43750589", "name": "A list of connector rules", "originalRequest": { "url": { @@ -34870,7 +34870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de5953a5-9b80-4a11-af2b-06e91e48bc8a", + "id": "77e8a742-8cd5-4920-a736-fafb3863c77b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34913,7 +34913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a73f0a9-8476-4cb2-8c59-6ed1ccc3bbc1", + "id": "135cb7ec-e206-4aa7-87b0-81bbd26b6cd8", "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": "f22601a2-0726-4cc6-97b5-a3bcb098284e", + "id": "2b702ffa-72c5-4196-b3c4-67f11dd426d7", "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": "4b3a539e-9e6f-46ce-8b0f-59fafeb5691f", + "id": "3a7c6519-ce5f-4c35-ae61-4d509a1c0d71", "name": "Too Many Requests - Returned in response to too many requests in 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": "e82c2079-b181-4850-b2af-b324a3e0b7fb", + "id": "f8dd2cae-f237-4a40-abd0-20a4b8675b18", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35091,7 +35091,7 @@ } }, { - "id": "267b6818-aeee-43be-b494-037f3ce40cfa", + "id": "2377e204-e86c-41cf-be1f-8ca2d2bf9f73", "name": "Create Connector Rule", "request": { "name": "Create Connector Rule", @@ -35133,7 +35133,7 @@ }, "response": [ { - "id": "1903e5cc-b802-4ef6-9034-c80659cbe2a8", + "id": "53cc0f65-9362-4434-a554-bd2b08cacde7", "name": "The created connector rule", "originalRequest": { "url": { @@ -35189,7 +35189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "986f097b-a15f-461f-9d8b-ad18d2f56c85", + "id": "eb824e1e-6e47-4d6b-8220-12cd4b3945fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35245,7 +35245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3213df88-01fd-4cc0-9da8-bb62347feedb", + "id": "8c601e07-e447-4b60-a26c-f158609f84f6", "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": "6fabf43b-9884-447b-9cbf-1a71835743dc", + "id": "3c43e567-358b-4ab3-bbe2-789bf382f685", "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": "e1ca182e-bec8-454f-acbb-a758d1f7ddce", + "id": "2e1dd8ea-bd96-4fe3-a7fe-4667818d266a", "name": "Too Many Requests - Returned in response to too many requests in 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": "38d2ca18-79ef-41bc-a99e-682ed5d649e9", + "id": "cc2d49fa-a41b-4f50-b6b0-290c86acb91e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35475,7 +35475,7 @@ } }, { - "id": "c9810139-136d-489c-9aa2-99416909227a", + "id": "ba0991cb-df31-44a3-beae-0d2da019d87e", "name": "Connector-Rule by ID", "request": { "name": "Connector-Rule by ID", @@ -35516,7 +35516,7 @@ }, "response": [ { - "id": "49b154d6-3810-48c1-97ec-489fa0058b45", + "id": "24a9147f-fee0-4f99-a516-13727324a108", "name": "Connector rule with the given ID", "originalRequest": { "url": { @@ -35560,7 +35560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e0ab329-237e-4e54-a56a-c8cab04ccea6", + "id": "94939f1e-b834-4890-8c83-6ad0b8be942e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35604,7 +35604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46174d78-78e7-418d-831e-62801ec6c034", + "id": "5f35d55c-8f07-4064-985b-c73b51181f76", "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": "c81221e4-4bd9-41af-90e5-203daa5f7efc", + "id": "311ada8a-3557-4f79-8e00-efbcc2c92edc", "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": "595572bd-e040-40a8-b0b7-ece39fb0f323", + "id": "e726bbb1-f757-497e-bc9f-48123803a5d0", "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": "39bbed4f-4214-466f-bc58-34620782710a", + "id": "165e8aa6-d6ef-41c5-8834-519222355ad1", "name": "Too Many Requests - Returned in response to too many requests in 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": "8e3fe699-2808-491c-9643-380ac1ea6486", + "id": "692eb36b-dbca-4864-98f3-3a8baf0c7db8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35830,7 +35830,7 @@ } }, { - "id": "8b13fd86-3577-4826-b799-a95d2911de44", + "id": "8a5db166-d584-449b-9f75-2870f7a7c18b", "name": "Update a Connector Rule", "request": { "name": "Update a Connector Rule", @@ -35884,7 +35884,7 @@ }, "response": [ { - "id": "6993c579-7574-4da8-bf85-290a9b941802", + "id": "016c7a82-3a92-45ed-8233-ad6194ba473a", "name": "The updated connector rule", "originalRequest": { "url": { @@ -35941,7 +35941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7271e63-c3ad-44c8-9893-529c104d2fbf", + "id": "b5516dce-c15f-4c75-89a3-ea33ebd37f92", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35998,7 +35998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5227a7c-a47e-4700-8e42-9ed7d9c74bb6", + "id": "477c9bcf-1c96-4405-8cf8-725f95d14529", "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": "e54db6f6-9fac-43dc-85f2-81c63cef060b", + "id": "17553a3b-0cf4-43fe-b859-2622823d014b", "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": "39876e29-d553-4532-90f5-4d1dc5b8fa84", + "id": "6bbfd083-d0b2-4dc6-adb6-a5fa89a03cc8", "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": "ef442082-aa4a-4c97-beb4-ae91ea8fc9ed", + "id": "2290ea93-d911-46e7-8a4f-7d8cdff0e2e9", "name": "Too Many Requests - Returned in response to too many requests in 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": "154cb11d-e820-43b8-ba76-c261c0ee59f9", + "id": "04a7d9df-a1bc-4c9a-9dc2-fe30a54dff94", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36289,7 +36289,7 @@ } }, { - "id": "1b32153a-f1a9-4f31-af9c-aa103c4bd714", + "id": "c36a97bc-f2bb-4254-ac03-71d30f1c6959", "name": "Delete a Connector-Rule", "request": { "name": "Delete a Connector-Rule", @@ -36330,7 +36330,7 @@ }, "response": [ { - "id": "08198ca1-c3ef-4fbb-8b7d-e2a1789d061b", + "id": "dcad0327-c9ee-4dda-9522-316743655ca6", "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": "2074f007-e133-4351-a1e3-5814ddc33c5a", + "id": "5a181338-55da-456a-b1cd-e9e03d2a11fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36408,7 +36408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c2e281f-9294-40a4-8435-2b3044675186", + "id": "112f28a2-972a-4ba2-bdaf-776a33ca0591", "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": "8668e72e-0395-4a3b-a0c4-e24cdb4af6b5", + "id": "a9e13141-6bb5-4ffc-b09c-5cc780285bfc", "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": "ec8fa70a-bb9b-4e17-96bf-c2d4ad4835c6", + "id": "478dd5f4-4777-4943-99e7-935097baf04d", "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": "afeeb1f2-bc6c-4632-8499-3fd37719a705", + "id": "22f17b5c-ca46-43a7-83a6-bedb28a3e076", "name": "Too Many Requests - Returned in response to too many requests in 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": "4cfbf8f2-be7c-4341-a226-358c247dd352", + "id": "5f1d3e01-b35b-4aa0-82b9-bc4f1552ae93", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36634,7 +36634,7 @@ } }, { - "id": "28ea76ba-96d1-43f2-bf63-a3d891b667ba", + "id": "5afa4551-a6d0-47a3-971c-b336effeef7f", "name": "Validate Connector Rule", "request": { "name": "Validate Connector Rule", @@ -36677,7 +36677,7 @@ }, "response": [ { - "id": "66e80433-3139-4042-9395-e35270dcaab5", + "id": "820fee9e-de84-433c-8a8e-249ad4ba5f5d", "name": "The status of the code's eligibility as a connector rule", "originalRequest": { "url": { @@ -36734,7 +36734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd9a088d-d72d-4d66-8189-54dfb3897a68", + "id": "eb6c9cbb-3c2e-43dd-9faf-0882dc9547c9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36791,7 +36791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f067ad8-3996-4b12-b0b9-60539632bf72", + "id": "ada62ebf-84fb-48bb-866e-7d0c8b610501", "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": "6b513caa-899d-4639-b729-9a12031688d5", + "id": "25f3abfb-b3df-4fd8-b47c-4deee3c6bf04", "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": "2bc938fb-b972-4160-9d1e-b8bafc7801bc", + "id": "4c66da08-2ecc-49fc-b84c-5750c38b4b60", "name": "Too Many Requests - Returned in response to too many requests in 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": "4818cbe2-3ba6-408f-9f3e-18120241eff1", + "id": "e19017f8-673c-4d63-9dd1-987d4c3d99a9", "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": "095542c3-5da3-462d-b7cf-e9faece4f018", + "id": "6870681a-1bf3-45b0-b525-ab04b129a059", "name": "Export form definitions by tenant.", "request": { "name": "Export form definitions by tenant.", @@ -37097,7 +37097,7 @@ }, "response": [ { - "id": "4a2797ee-9627-4f55-8e7c-716a74f590cf", + "id": "1752e601-0afb-4b13-abf5-f509d4f0f493", "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\": \"consequat in deserunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"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\": \"officia deserunt ea\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam do\"\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\": \"id nulla\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Ut dolor\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eiusmod et\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"do sed proident 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\": \"mollit esse\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu anim in\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"mollit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore id Ut aliqua sed\"\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\": \"pariatur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ex con\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consequat qui sunt in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sunt quis ex in\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "873bf8a3-dbcb-4b8d-8043-22a9d5862097", + "id": "159211cf-d3bf-418a-83e8-598fdf0ab5d3", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -37252,12 +37252,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f757d911-7b58-435b-bce8-488f9c3e5193", + "id": "b4a59692-1253-49cf-a2bb-4180571231f7", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -37332,12 +37332,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0cde2279-8c90-4db6-a814-bd68499eaebd", + "id": "998c04b6-de44-484c-8cf3-c2e2f1934636", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -37412,12 +37412,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "778bdeb2-0617-4765-98a0-7c9f0b296f39", + "id": "52b99cf4-202c-4a93-a369-68287aba48c1", "name": "Too many requests", "originalRequest": { "url": { @@ -37497,7 +37497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49e75292-102e-42f0-9190-c3069f41cb2b", + "id": "aabd1f30-1e6d-4c38-98cd-72ea4439b053", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -37572,7 +37572,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -37583,7 +37583,7 @@ } }, { - "id": "ad1a28b2-a87b-432e-bb55-1794f8e2ef97", + "id": "a19ec3fe-0f04-4960-b3c1-70f967651117", "name": "Creates a form definition.", "request": { "name": "Creates a form definition.", @@ -37622,7 +37622,7 @@ }, "response": [ { - "id": "a4a2f830-55c7-4031-9516-a17bb116ed34", + "id": "3dbbf158-5a89-4541-81ff-0dd6fead1041", "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\": \"cupidatat officia elit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt ullamco enim 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\": \"cillum Duis anim aute\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consectetur anim ullamco sunt deserunt\"\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\": \"consectetur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ex culpa sint elit aliqua\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ad non culpa reprehenderit cupidatat\"\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": "a87c6391-4e5a-4fc8-9c89-05fd3b68a8a9", + "id": "c27dfa79-b598-4ed3-aa5a-8ed0dd602c02", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -37729,12 +37729,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e2674a3e-8cfc-47c6-9517-5abd67231d01", + "id": "924fee44-a2b0-4762-a526-3723ab5fffb2", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -37785,12 +37785,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d1bcb5d5-8391-477e-ba40-1cb9a01f78df", + "id": "a5fdf1db-d5fc-4ecd-92fb-aafa862ebb38", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -37841,12 +37841,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e15192a6-d082-40d2-9782-5b65be99697c", + "id": "4e480b9f-7796-4bcc-804a-2657d52473a4", "name": "Too many requests", "originalRequest": { "url": { @@ -37902,7 +37902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fcb4871-2e94-49ce-a35c-e4e1ef895f22", + "id": "abc38ec1-f28a-47e6-a693-2a8c284d2e0b", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -37953,7 +37953,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -37964,7 +37964,7 @@ } }, { - "id": "b2dc4a5a-83bd-43bd-bc3f-eb4fa9d277d9", + "id": "cf7ff9ab-20f6-4c64-a988-ed70c5e17549", "name": "Return a form definition.", "request": { "name": "Return a form definition.", @@ -38005,7 +38005,7 @@ }, "response": [ { - "id": "cf612009-2e7b-4914-8f57-22efbba872ec", + "id": "a2aaa59a-97fe-4d85-a5c6-515c9933eb12", "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\": \"cupidatat officia elit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt ullamco enim 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\": \"cillum Duis anim aute\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consectetur anim ullamco sunt deserunt\"\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\": \"consectetur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ex culpa sint elit aliqua\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ad non culpa reprehenderit cupidatat\"\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": "31bba2ea-cd10-4135-b45c-65a7adc3d459", + "id": "d85ad801-8cf1-4e86-b3c0-f0ccf5d3b6d1", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38088,12 +38088,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "71ff01a9-777f-44fd-a5b9-df6032e0d0cb", + "id": "8296d2b5-b7e8-4d5a-b396-3f4e53b19588", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38132,12 +38132,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "eef154a2-fd40-4d02-a091-71de9d3d57e6", + "id": "a7918054-b300-4cb5-934c-ede96ef94644", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -38176,12 +38176,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "15fb29c0-d077-40d8-b272-3f24d72f9905", + "id": "62dec1f2-ce5d-4815-80a4-631168ea2702", "name": "An error with the item not found", "originalRequest": { "url": { @@ -38220,12 +38220,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c056b9d9-1e49-4fe5-a43e-a79e1d028bff", + "id": "880c217e-10e4-4f38-963e-99ec6c643dce", "name": "Too many requests", "originalRequest": { "url": { @@ -38269,7 +38269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10519c40-339e-4ec0-a965-a555a4ad4f0f", + "id": "1012117d-6469-401d-b756-9a78dbe62179", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -38308,7 +38308,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -38319,7 +38319,7 @@ } }, { - "id": "d77b5731-14fc-46cb-9834-7b5aa61eec63", + "id": "1819ba97-8b94-4103-92c6-e08214b81bab", "name": "Deletes a form definition.", "request": { "name": "Deletes a form definition.", @@ -38360,7 +38360,7 @@ }, "response": [ { - "id": "fec05319-294c-4604-87c0-528b1adcf468", + "id": "d33157d4-3101-4a3d-9fc1-b93e86df485e", "name": "Returns an empty body", "originalRequest": { "url": { @@ -38404,7 +38404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1a3e28d-7d87-42d4-a382-044c26e511a5", + "id": "8226570e-e609-45c9-9eb9-d116a14a5723", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38443,12 +38443,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b0e5f482-df8c-42e5-9eca-47c42f54a77f", + "id": "e3dd8353-5cdb-4b5c-9ca8-793523a94ab4", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38487,12 +38487,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3b093808-ec0d-45af-80d7-4f8de5e69a7d", + "id": "a9cada48-10be-437e-81ef-ab6184ad462b", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -38531,12 +38531,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b689b21e-57d9-4432-84b8-5c1f979fd4b5", + "id": "62acc5dd-2305-470f-9b93-a16a72c5f005", "name": "An error with the item not found", "originalRequest": { "url": { @@ -38575,12 +38575,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e555341d-321d-474d-a719-0e301dd12dac", + "id": "14ae0886-d1fa-4fde-afbf-e8e732935bdb", "name": "Too many requests", "originalRequest": { "url": { @@ -38624,7 +38624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8edd0c0-6a20-4692-abb0-e3df0306fdae", + "id": "32640971-51a4-46e6-96fd-ebc7247fc38e", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -38663,7 +38663,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -38674,7 +38674,7 @@ } }, { - "id": "2a099f3e-80d5-4786-bc50-2b089d01b323", + "id": "db269840-7188-4026-8ae6-27c9051f1b7f", "name": "Patch a form definition.", "request": { "name": "Patch a form definition.", @@ -38728,7 +38728,7 @@ }, "response": [ { - "id": "6ee9d862-a792-4141-a572-bc9073d569ee", + "id": "e26e788d-7e8e-48c8-a03e-4125cbcab19e", "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\": \"cupidatat officia elit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt ullamco enim 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\": \"cillum Duis anim aute\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consectetur anim ullamco sunt deserunt\"\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\": \"consectetur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ex culpa sint elit aliqua\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ad non culpa reprehenderit cupidatat\"\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": "0a12aec6-8dd5-4015-8fc3-eb58a9d98d95", + "id": "c9b89b2d-e6c4-4bc6-b362-02cadede01a0", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -38837,12 +38837,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7b5db16c-ea20-4ed1-9c40-f75eee98a233", + "id": "996dfa3f-b24b-4ad6-bb81-d5eb8bc7f458", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -38894,12 +38894,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e81ab990-1a4f-4d11-93d6-72be8b72ea3a", + "id": "fb1119f9-96ba-4720-8be6-a82063963e24", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -38951,12 +38951,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7452a20e-6d6b-43ea-be3e-334880758a0f", + "id": "e7a22239-2c57-48c4-86bc-96cdbf856135", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -39008,12 +39008,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0aaff314-ad67-4dab-a5d8-ec38aeea93ba", + "id": "6f6935d2-1e15-42de-974f-f48feebb8094", "name": "Too many requests", "originalRequest": { "url": { @@ -39070,7 +39070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44edf46f-62c1-4439-824b-9166a8a781e4", + "id": "6845e6df-d325-45cb-9fd0-5a5e5c064546", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -39122,7 +39122,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -39133,7 +39133,7 @@ } }, { - "id": "e8680fbe-b17b-4a55-805e-65201a4b0832", + "id": "283e4b91-0cba-49bb-91ec-638bbc44914d", "name": "Preview form definition data source.", "request": { "name": "Preview form definition data source.", @@ -39213,7 +39213,7 @@ }, "response": [ { - "id": "73e6e66b-0387-4f85-a2ae-fca1d9b8a8b2", + "id": "d043080b-710e-4b3b-b211-0b84954428c2", "name": "Returns a preview of a form definition data source", "originalRequest": { "url": { @@ -39299,7 +39299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f16f5553-67ec-4c57-8a12-c1c0a9a634cb", + "id": "c5e45d7e-b951-4ecc-a214-eee009f865e8", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -39380,12 +39380,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ad2374b7-342a-419b-b7db-a04f3b25e2e2", + "id": "754e2107-7e23-41ba-90f8-3c3b67ae1a53", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -39466,12 +39466,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6b1f13b8-1330-4812-ae6d-84212fcd9d8a", + "id": "2fcfb7dc-04d1-4748-a3bb-60af8d1d32b9", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -39552,12 +39552,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "df527878-f8e4-49c3-b891-5235e9967ac5", + "id": "2a50388b-1b8a-4536-8d81-e4f3c9d4214c", "name": "An error with the item not found", "originalRequest": { "url": { @@ -39638,12 +39638,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bd0a2315-e3eb-41cc-a7b8-6b66e07277e1", + "id": "6b5646e3-4c30-482c-abc2-0991d6ab5bd1", "name": "Too many requests", "originalRequest": { "url": { @@ -39729,7 +39729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28d3db61-6703-4fb4-b406-fc2b6d4a006e", + "id": "220a53be-809c-43f0-a79f-bf1b48940bd2", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -39810,7 +39810,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -39821,7 +39821,7 @@ } }, { - "id": "4608615c-0ca4-4ecd-a098-7116359d360e", + "id": "e41b7987-2f58-428c-81ab-35b24efa26c3", "name": "List form definitions by tenant.", "request": { "name": "List form definitions by tenant.", @@ -39888,7 +39888,7 @@ }, "response": [ { - "id": "9b70acc0-9d37-4d8a-b646-29bd7c2530f7", + "id": "6a0eeed4-c73c-4cee-ad98-7db25720b126", "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\": \"tempor fugiat aliqua\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Duis in qui dolor in\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliquip eiusmod sit minim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ipsum\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"adipisicing amet ut dolore tempor\",\n \"version\": 33005772\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\": \"exercitation non\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"pariatur nisi 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\": \"laboris cillum ea consequat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"su\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"qui non nostrud\",\n \"version\": 81515511\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\": \"culpa sunt deserunt consequat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"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\": \"Duis ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in non consectetur ipsum 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\": \"sed laboris dolor consectetur\",\n \"version\": 71719391\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\": \"nulla\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Excepteur ipsum\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"voluptate adipisicing sit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu vol\"\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 ullamco\",\n \"version\": 69382278\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9bc2fd33-3096-4fb1-80cf-f6a582e2400c", + "id": "d3fee96c-d10c-44dd-bfdf-84ce95f30eb7", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -40045,12 +40045,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a4618033-8997-4631-aca5-ad9c4a281c2a", + "id": "526be52b-7c2d-4fac-8fd0-06769da2c6c6", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -40126,12 +40126,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "542c645e-9e3f-4b82-8765-73cbc9385d79", + "id": "bf285d4d-ce03-42a3-be25-c591995b8612", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -40207,12 +40207,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dcd2be0a-7064-44c2-81c7-c26658c610b4", + "id": "7282c238-d861-490a-bf32-2f614fdf562e", "name": "Too many requests", "originalRequest": { "url": { @@ -40293,7 +40293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e034214-a5fc-4ede-8c1c-f65483385b1c", + "id": "d1407eb9-c3bc-4a9a-9d5b-df792c84eddd", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -40369,7 +40369,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -40380,7 +40380,7 @@ } }, { - "id": "df3cf132-73f1-4ad4-ac8a-48b1ffb6e886", + "id": "56cd2f0d-7d1c-4cbf-8506-b2363b702d01", "name": "Generate JSON Schema dynamically.", "request": { "name": "Generate JSON Schema dynamically.", @@ -40420,7 +40420,7 @@ }, "response": [ { - "id": "0de5f579-5e7d-4747-898b-8d2f09e82323", + "id": "38fe2855-f2f9-46ce-82cf-67e0ff8273a3", "name": "Returns a form elements dynamic schema", "originalRequest": { "url": { @@ -40477,7 +40477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deff99a2-6fc1-46be-940c-1b34ac3c6e76", + "id": "8df91cef-0c8c-4e0f-be90-d7962926515a", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -40529,12 +40529,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "89895b41-8733-450d-846a-142cb3267f82", + "id": "f88f8150-1333-4d95-a06f-9f66cc63d9ab", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -40586,12 +40586,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "13eec3e7-46e5-4a70-84af-bd66b92c1aed", + "id": "b015013b-25f9-4ee5-a0fa-2e7369d53bfd", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -40643,12 +40643,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "87ce2196-9bd0-4e6a-9c94-2fec12ae30e2", + "id": "79720ee4-0028-42f1-ac97-d66f574bdd05", "name": "An error with the item not found", "originalRequest": { "url": { @@ -40700,12 +40700,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1d4de7e9-6421-4927-a34e-30c7838ec7c6", + "id": "592ed2df-2403-41fd-92b4-2bbbe8cf520c", "name": "Too many requests", "originalRequest": { "url": { @@ -40762,7 +40762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef418ae3-43ac-456c-b792-68e409966f36", + "id": "c84cd72e-ac35-40cf-b086-9f20b9fc4b53", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -40814,7 +40814,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -40825,7 +40825,7 @@ } }, { - "id": "33618a70-bfd1-4a0c-a1c4-2f73a7b0137d", + "id": "58af0808-a9b6-404d-873e-220e792dfdaf", "name": "Import form definitions from export.", "request": { "name": "Import form definitions from export.", @@ -40865,7 +40865,7 @@ }, "response": [ { - "id": "68f0d4f7-b9d5-451c-84f9-800b31ce23e0", + "id": "3063fc51-0ca9-400b-8d17-c5b06a9de1dd", "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 \"magna_3\": {}\n },\n \"key\": \"Ut sed ut\",\n \"text\": \"nisi sit\"\n },\n {\n \"detail\": {\n \"nisi7e1\": {}\n },\n \"key\": \"elit\",\n \"text\": \"reprehenderit consequat\"\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\": \"sit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"\"\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 irure in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"proident nostrud\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"aute ex nostrud est\",\n \"version\": -46926240\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\": \"Lorem nisi ea\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing non labo\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"irure\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"voluptate eiusmod\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"ea velit Excepteur enim\",\n \"version\": 49367192\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"consequat96e\": {},\n \"voluptate_b1\": {},\n \"reprehenderit__22\": {}\n },\n \"key\": \"Excepteur incididunt consectetur\",\n \"text\": \"aute\"\n },\n {\n \"detail\": {\n \"qui_8\": {}\n },\n \"key\": \"incididunt in adipisicing cons\",\n \"text\": \"cillum do\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"pariatur85b\": {},\n \"do8\": {}\n },\n \"key\": \"ad\",\n \"text\": \"consequat laboris\"\n },\n {\n \"detail\": {\n \"nulla_63\": {}\n },\n \"key\": \"eiusmod occaecat et sit\",\n \"text\": \"qui laborum pariatur Lorem nisi\"\n }\n ]\n}", + "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"in_c5\": {}\n },\n \"key\": \"dolor qui sit\",\n \"text\": \"in non eu Lorem\"\n },\n {\n \"detail\": {\n \"ut_a\": {}\n },\n \"key\": \"ad aliquip incididunt Ut\",\n \"text\": \"Lorem mollit\"\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\": \"eu ut in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor commodo\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"labore est dolor anim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"pariatur\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"exercitation ut\",\n \"version\": 13195333\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\": \"dolor irure aliqua\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consectetur anim\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"anim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"commodo pariatur culpa non eu\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"et aute enim Duis\",\n \"version\": -32779888\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"commodoe\": {},\n \"sunte7\": {}\n },\n \"key\": \"nulla ipsum laboris\",\n \"text\": \"fugiat laborum in dolor\"\n },\n {\n \"detail\": {\n \"autef8\": {}\n },\n \"key\": \"commodo est nulla id\",\n \"text\": \"proident\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"incididunt_da\": {},\n \"aute_dd8\": {}\n },\n \"key\": \"tempor occaecat ad officia sit\",\n \"text\": \"nostrud in qui eu\"\n },\n {\n \"detail\": {\n \"sint_fc\": {},\n \"veniam99c\": {}\n },\n \"key\": \"quis commodo\",\n \"text\": \"quis veniam aliqua ut\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9db5ec6b-b2e1-4fe3-b840-c67382a618ea", + "id": "bf2e132c-546f-4598-8b3b-e73cac26526f", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -40974,12 +40974,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d11f45a2-abee-4d50-a755-2ae7878ee070", + "id": "d61ab3a4-fd57-40db-bf57-677e8d5603fa", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -41031,12 +41031,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e217cfd1-639e-4620-a179-0181230bb97d", + "id": "7adf3bfd-29e9-4898-a758-8f54cc0191b7", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -41088,12 +41088,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "de81d270-56a5-4473-88b8-4d3bccc17b09", + "id": "92fb98c9-02ff-4b66-872c-4e69a2824f34", "name": "Too many requests", "originalRequest": { "url": { @@ -41150,7 +41150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca51f25f-bdba-46cd-bdd8-aa48cc745d3a", + "id": "606c7cee-b2dd-400e-9ff9-9f5392ed7276", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -41202,7 +41202,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -41213,7 +41213,7 @@ } }, { - "id": "459ec0de-156f-464b-8588-6ad621a29477", + "id": "81e76165-9b81-46ff-9e4a-e7746926c181", "name": "Upload new form definition file.", "request": { "name": "Upload new form definition file.", @@ -41264,7 +41264,7 @@ "type": "text/plain" }, "key": "file", - "value": "labore laboris", + "value": "ullamco ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41273,7 +41273,7 @@ }, "response": [ { - "id": "3cb6af38-65db-4df4-a1e7-84878ad68974", + "id": "5c599af6-4bbb-40ed-84dd-cfcdcc84a489", "name": "Returns a new form definition file", "originalRequest": { "url": { @@ -41316,7 +41316,7 @@ "type": "text/plain" }, "key": "file", - "value": "labore laboris", + "value": "ullamco ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41336,7 +41336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2d4d820-997a-427b-9939-8cf22b4cc6b1", + "id": "86667cf8-65fc-4eb1-a52d-81b2f9b909c7", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -41379,7 +41379,7 @@ "type": "text/plain" }, "key": "file", - "value": "labore laboris", + "value": "ullamco ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41394,12 +41394,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ab3fafef-d9ef-46cc-9f61-5fa3d1852424", + "id": "9342bee8-7608-454f-9b0b-54e698e9348c", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -41442,7 +41442,7 @@ "type": "text/plain" }, "key": "file", - "value": "labore laboris", + "value": "ullamco ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41457,12 +41457,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "24e14bcd-7bf5-4e35-a549-e8aae62d88c2", + "id": "9e80854f-b3de-4d94-ba14-d4baacfc1740", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -41505,7 +41505,7 @@ "type": "text/plain" }, "key": "file", - "value": "labore laboris", + "value": "ullamco ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41520,12 +41520,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "446a216b-4ed3-4167-8c0c-62809f11549c", + "id": "fac47192-2dc5-41db-9d6e-949750a2476d", "name": "An error with the item not found", "originalRequest": { "url": { @@ -41568,7 +41568,7 @@ "type": "text/plain" }, "key": "file", - "value": "labore laboris", + "value": "ullamco ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41583,12 +41583,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4fb12937-24c4-4e02-bd89-19c0f5562d96", + "id": "7f61158a-715d-4a47-8195-cd1c78f4b889", "name": "An error with payload size too large", "originalRequest": { "url": { @@ -41631,7 +41631,7 @@ "type": "text/plain" }, "key": "file", - "value": "labore laboris", + "value": "ullamco ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41646,12 +41646,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "74d68853-37cf-4b72-8d58-c8809518cee4", + "id": "222bb828-42ec-4678-900f-8864f6c680c8", "name": "An error with unsupported media type", "originalRequest": { "url": { @@ -41694,7 +41694,7 @@ "type": "text/plain" }, "key": "file", - "value": "labore laboris", + "value": "ullamco ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41709,12 +41709,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0590e2d9-af5f-44ec-af30-d23d64c0be1e", + "id": "98582e94-2487-4687-a976-bc339456adbe", "name": "Too many requests", "originalRequest": { "url": { @@ -41757,7 +41757,7 @@ "type": "text/plain" }, "key": "file", - "value": "labore laboris", + "value": "ullamco ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41777,7 +41777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dafb3b3-01ae-48f3-9df8-7b9943cf0d88", + "id": "c8063a0f-f1c1-43a9-8830-77b7644445b8", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -41820,7 +41820,7 @@ "type": "text/plain" }, "key": "file", - "value": "labore laboris", + "value": "ullamco ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41835,12 +41835,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c4d85636-d0cc-4209-8cbb-5583bb9542a8", + "id": "c1daeb74-9193-482d-942d-fc52c80752a2", "name": "An external service is not available", "originalRequest": { "url": { @@ -41883,7 +41883,7 @@ "type": "text/plain" }, "key": "file", - "value": "labore laboris", + "value": "ullamco ut", "type": "text", "contentType": "image/png, image/jpeg" } @@ -41898,7 +41898,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -41909,7 +41909,7 @@ } }, { - "id": "c6ed581b-465c-44d0-85f1-7083ad17e05b", + "id": "56aa5d54-0afd-4110-b524-e508cc7c1757", "name": "Download definition file by fileId.", "request": { "name": "Download definition file by fileId.", @@ -41959,7 +41959,7 @@ }, "response": [ { - "id": "296de7f6-d9b5-4717-925c-c4aaddb0e9f5", + "id": "6fe0f79a-9e4b-49d1-90b8-9017d956bfa2", "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": "reprehenderit proident Ut ad", + "body": "occaecat Excepteur", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d395e13e-53bd-4989-88b3-ad7840ba26e5", + "id": "e2055b88-f380-4120-b124-5d5774968c82", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -42046,12 +42046,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fb8a510d-772c-4f61-85ba-8d4b13de636d", + "id": "ae37246b-0c37-4c6d-9c09-52194340fbeb", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -42092,12 +42092,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "140d5dbc-91a4-4ee4-a46b-91f82cfa63d4", + "id": "28c45fe5-7a6c-4e14-971c-7e0b4373ea6e", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -42138,12 +42138,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "12c07909-3fa6-405a-9e06-ca73dca2c58c", + "id": "274882a8-5e39-4bc1-a0c0-37ad4ae88c96", "name": "An error with the item not found", "originalRequest": { "url": { @@ -42184,12 +42184,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4836a81c-228b-4561-a4c1-5e1449bb7305", + "id": "03c9cb0e-c7d4-473d-a4cb-d790b0f0fd7f", "name": "Too many requests", "originalRequest": { "url": { @@ -42235,7 +42235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99ca9da1-dd13-4b04-9007-8175cedc286b", + "id": "8d1a0488-2b5d-4156-9e8d-09daaf4924d5", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -42276,12 +42276,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6f485e2d-fbc8-4875-b90b-7e59bf806f43", + "id": "7bbb3190-5d1a-482f-ac55-2890cd672844", "name": "An external service is not available", "originalRequest": { "url": { @@ -42322,7 +42322,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -42333,7 +42333,7 @@ } }, { - "id": "fc547ecf-de46-443c-97c5-1463d12ce1bc", + "id": "8943399a-0635-4bdf-88f1-32cfb1668e08", "name": "List form instances by tenant.", "request": { "name": "List form instances by tenant.", @@ -42362,7 +42362,7 @@ }, "response": [ { - "id": "9321c89c-440c-4f04-b42b-57eacc0d168c", + "id": "b1961485-87d0-4e5b-8fa1-cfe7dce90915", "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\": \"fugiat minim moll\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore dolor nulla magna\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sit\"\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\": \"consectetur commodo quis\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aute aliquip sed qui\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"pariatur non\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in sit quis velit\"\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\": \"exercitation ex commodo Duis\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"magna dolore fugiat in\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"enim nostrud amet laboris mollit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"irure sit pariatur\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n },\n {\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nostrud irure\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"anim est 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\": \"deserunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"esse\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"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": "049b4070-6b34-4b30-bd42-6f4a7a6c7e24", + "id": "6d1eed5f-9072-48db-be33-bcc412b1d899", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -42443,12 +42443,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "704b3f46-55b7-4f6c-90b0-2e06526476fd", + "id": "ab25bd2c-85ff-40ec-b23a-ef478775f088", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -42486,12 +42486,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "294cfbcf-90eb-4aa2-b3a5-c87403ddcbcd", + "id": "7f7e1e89-928f-4cd8-afb7-451f12a1fa6e", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -42529,12 +42529,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "df2118be-7a38-4244-a54c-719be5d8775d", + "id": "9c7e0e02-a86c-4d95-8357-627c5a9f7534", "name": "Too many requests", "originalRequest": { "url": { @@ -42577,7 +42577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7655b286-74d4-4ea3-8803-eca8c96b9c94", + "id": "0c641038-f5b1-4801-8656-5bf0778a81e6", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -42615,7 +42615,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -42626,7 +42626,7 @@ } }, { - "id": "0c01dffd-f3b4-46ea-970f-0e3a92fdc3d6", + "id": "c598a4a2-8d28-408d-ba16-753064c870d9", "name": "Creates a form instance.", "request": { "name": "Creates a form instance.", @@ -42665,7 +42665,7 @@ }, "response": [ { - "id": "3304bf5c-ef99-493c-a291-ed41a6380f1a", + "id": "5884518e-0eb2-4743-9ef0-cc05a2450ce9", "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\": \"velit consequat aut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"incididunt ut ad\"\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 anim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in dolor cupidatat nulla\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", + "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat reprehenderit enim d\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eiusmod elit\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit enim ad eu\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sint\"\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": "71c7c433-4b82-4446-b7b6-b3a0e0dd70a6", + "id": "c9a4b96e-040a-4d80-8b39-0cad08a03b2b", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -42772,12 +42772,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "54c0502e-390c-4beb-a33b-57121e6f605c", + "id": "f28a0edd-4bb4-41b0-8f82-9cdd4c08fabb", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -42828,12 +42828,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6df51fb8-d057-42c0-b29f-ed23ba2db744", + "id": "8fc2c616-b5e8-45de-a10d-2ae5bd529657", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -42884,12 +42884,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0834ec4e-edc8-4e12-bf3c-7c2be64fc32b", + "id": "f2399227-48fa-4fa0-8e68-ae4b9086ce5c", "name": "Too many requests", "originalRequest": { "url": { @@ -42945,7 +42945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7894670-cc30-40be-b631-fd78ed1ec1d4", + "id": "61be73b4-5fea-450e-b9f2-5e01e8f519cd", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -42996,7 +42996,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -43007,7 +43007,7 @@ } }, { - "id": "5df86a35-557c-4ddf-8b93-18fcce99af1e", + "id": "e614c8dc-cd81-4f6a-89a3-e3877f192337", "name": "Returns a form instance.", "request": { "name": "Returns a form instance.", @@ -43048,7 +43048,7 @@ }, "response": [ { - "id": "6911f9e3-ed7f-42c9-9d1a-7c2c3a2f33c3", + "id": "d5179576-118f-4108-865a-7e0510b3537c", "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\": \"velit consequat aut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"incididunt ut ad\"\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 anim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in dolor cupidatat nulla\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", + "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat reprehenderit enim d\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eiusmod elit\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit enim ad eu\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sint\"\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": "1c0d552e-69fa-449f-a39d-63076bbddbdc", + "id": "038745e1-ea42-47ce-90a7-8669c1894f41", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -43131,12 +43131,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "de77a9fd-85c9-48cd-871b-1c355af3779b", + "id": "bce9e45c-8b37-4cae-9815-c9a5afb49b11", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -43175,12 +43175,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2d044026-4f8d-41c9-99d9-796624f66c23", + "id": "593985b0-30b1-48b9-9c0f-f551787c671a", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -43219,12 +43219,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fed646fa-6e4f-4300-9027-15ef8cb6d945", + "id": "f91c1667-5504-4441-9bdf-e23fcbeafc60", "name": "An error with the item not found", "originalRequest": { "url": { @@ -43263,12 +43263,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "85638ea4-baa9-41b9-a3d1-c12e71d278ec", + "id": "b7516940-a067-4aab-a3c0-66e5088da77b", "name": "Too many requests", "originalRequest": { "url": { @@ -43312,7 +43312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36fcf299-d73d-473f-a60a-b781ccdf51c1", + "id": "6c96c670-ebea-4493-94cd-636772ce50f5", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -43351,7 +43351,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -43362,7 +43362,7 @@ } }, { - "id": "7ec46382-ee5b-45d4-8efa-f352e75d7fb1", + "id": "1c870879-0204-4f7e-9dd3-26d34ffdb075", "name": "Patch a form instance.", "request": { "name": "Patch a form instance.", @@ -43416,7 +43416,7 @@ }, "response": [ { - "id": "80b4ec6a-aa4e-4497-8727-3b1b30b69959", + "id": "e66c73e4-d8b0-44dc-80b3-d087d19f9035", "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\": \"velit consequat aut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"incididunt ut ad\"\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 anim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in dolor cupidatat nulla\"\n }\n }\n ]\n }\n ],\n \"formData\": {\n \"department\": \"Engineering\"\n },\n \"formDefinitionId\": \"00000000-0000-0000-0000-000000000000\",\n \"formElements\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"elementType\": \"TEXT\",\n \"config\": {\n \"label\": \"Department\"\n },\n \"key\": \"department\",\n \"validations\": {}\n }\n ],\n \"formErrors\": [\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n },\n {\n \"key\": \"department\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"value\": \"Engineering\"\n }\n ],\n \"formInput\": {\n \"input1\": \"Sales\"\n },\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\",\n \"recipients\": [\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n },\n {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"IDENTITY\"\n }\n ],\n \"standAloneForm\": false,\n \"standAloneFormUrl\": \"https://my-org.identitynow.com/ui/d/forms/00000000-0000-0000-0000-000000000000\",\n \"state\": \"ASSIGNED\"\n}", + "body": "{\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"createdBy\": {\n \"id\": \"00000000-0000-0000-0000-000000000000\",\n \"type\": \"WORKFLOW_EXECUTION\"\n },\n \"expire\": \"2023-08-12T20:14:57.74486Z\",\n \"formConditions\": [\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat reprehenderit enim d\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eiusmod elit\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit enim ad eu\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sint\"\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": "503149e3-705f-432c-be16-a6b47a8066f7", + "id": "8996061f-52ed-41eb-b4ec-284df60a5b53", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -43525,12 +43525,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "689f233e-212c-494d-8c82-98a6536cfb72", + "id": "d775829c-d3d1-4f89-bf40-1319ddf4b016", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -43582,12 +43582,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e3c09f0e-9312-4258-9ac2-8142ce586df3", + "id": "7471a2d7-6d28-4715-9999-fdf2581bbe83", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -43639,12 +43639,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c71f60cc-874b-42da-9d70-af3db6d3f096", + "id": "7f6f440b-5b7f-4ed7-b6da-5563978816fd", "name": "An error with the item not found", "originalRequest": { "url": { @@ -43696,12 +43696,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bf66bde7-424a-42df-b17f-64b837ec2526", + "id": "493db461-4f6c-4969-97fc-d6930019ff36", "name": "An error with the request property conflicts with stored", "originalRequest": { "url": { @@ -43753,12 +43753,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f7df761a-bc6f-450c-9976-d203ecb29b47", + "id": "dc7570cb-2687-44c0-9bf0-1a18f0434a97", "name": "Too many requests", "originalRequest": { "url": { @@ -43815,7 +43815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfd42a61-853b-44b6-a7dc-f8209a2686b9", + "id": "9ff90c2d-14e1-4d4f-bbc5-4767e2c3e3b9", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -43867,7 +43867,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -43878,7 +43878,7 @@ } }, { - "id": "26bb6e26-4d4e-43ce-a38f-66d7bb2850fc", + "id": "6c122afc-1e67-446b-841c-603969e69e5e", "name": "Retrieves dynamic data by element.", "request": { "name": "Retrieves dynamic data by element.", @@ -43959,7 +43959,7 @@ }, "response": [ { - "id": "5e91ccc1-92a6-4cdf-a267-3c73b137cd10", + "id": "9b79458a-e4e6-4984-860d-62e9795a8c84", "name": "Retrieves dynamic data to aid in correctly completing a valid form by form element ID from data source configuration", "originalRequest": { "url": { @@ -44033,7 +44033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acd796f9-f502-4396-8c9e-68bc68cf6d58", + "id": "d529aa58-a613-4dae-be40-b9d0afb92e01", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -44102,12 +44102,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c3e1943a-ac16-4b68-9ec3-64e4cbdb2abb", + "id": "aa8bcdd8-4f91-4848-b1c3-dc429eff3a5b", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -44176,12 +44176,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c4a34f33-3011-488d-b0e1-348a0b406d64", + "id": "55243bc7-32c0-4af3-8979-0582e8ffb99e", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -44250,12 +44250,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ee61f60d-9783-4aaa-a000-73e55cfae88c", + "id": "c654cc0b-0c08-48ca-933e-9cea4c4a6bf0", "name": "An error with the item not found", "originalRequest": { "url": { @@ -44324,12 +44324,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "77af4cf9-b597-42a9-92d8-c50e2a387e49", + "id": "69104e9e-c3f1-445b-8883-b7e279645399", "name": "Too many requests", "originalRequest": { "url": { @@ -44403,7 +44403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26e7373b-a60d-4aec-89a9-8679ae66497a", + "id": "c69851f9-e8bd-4e6e-b1cd-05acd0e6ade4", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -44472,7 +44472,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -44483,7 +44483,7 @@ } }, { - "id": "b9a6eb5f-4a92-452b-9e33-7b8f3df3ef54", + "id": "8b1e7f75-d50d-42be-9829-585fd4de3d1c", "name": "Download instance file by fileId.", "request": { "name": "Download instance file by fileId.", @@ -44533,7 +44533,7 @@ }, "response": [ { - "id": "9693a937-40e2-4d6e-8d1d-8235851a4970", + "id": "c7556742-6097-4d84-abef-38141c46f339", "name": "Returns a file that is referred to by fileID and associated with the formInstanceID", "originalRequest": { "url": { @@ -44574,12 +44574,12 @@ "value": "application/json" } ], - "body": "reprehenderit proident Ut ad", + "body": "occaecat Excepteur", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e3a3f7b9-fc81-43be-8cb0-287b3dcf8de7", + "id": "b54777c2-ea3b-4951-a6e5-ab2672a7404b", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -44620,12 +44620,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cfc045a9-867c-4a46-abc3-bc3e53611569", + "id": "f6e66360-9fed-4f90-9e26-895e095ee2b1", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -44666,12 +44666,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "316698d0-6f08-4f80-994f-747a4082a349", + "id": "658184bb-c1ff-4c00-ad33-cb88a5944126", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -44712,12 +44712,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8199443f-118a-4686-928f-35bcbf6f1a83", + "id": "d65114f1-ef4e-4af7-bf53-cc5c390d7107", "name": "An error with the item not found", "originalRequest": { "url": { @@ -44758,12 +44758,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c2ea4e9e-404a-4bd9-bbe7-dc466a6ef7ef", + "id": "af52d94f-051a-449d-89ee-daeeb6b97b57", "name": "Too many requests", "originalRequest": { "url": { @@ -44809,7 +44809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dd386e2-94d3-40d9-b59b-658eee923194", + "id": "241f5310-f76b-424e-ba94-3fd3551b0cf5", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -44850,12 +44850,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "910226c3-a982-4d6b-8ad9-9bef41b0d2f9", + "id": "20d54700-066f-4b75-af66-eb0f2a4937be", "name": "An external service is not available", "originalRequest": { "url": { @@ -44896,7 +44896,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -44907,7 +44907,7 @@ } }, { - "id": "f7889592-553e-45fd-a4c8-532349e90f64", + "id": "bd5a5ab9-fbf9-4aef-9473-78968f94c6ea", "name": "List predefined select options.", "request": { "name": "List predefined select options.", @@ -44937,7 +44937,7 @@ }, "response": [ { - "id": "c1b2f6c2-7506-4b59-9875-a24280da5c87", + "id": "e0393404-30ff-4a00-9142-b89280b7fd74", "name": "Returns a list of available predefined select options", "originalRequest": { "url": { @@ -44981,7 +44981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd688cfa-82a3-445b-8ee4-b00d0208ecd9", + "id": "38a5de21-d179-44d0-b0ef-c96b69f7a4ff", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -45020,12 +45020,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "17d31cbc-4b4d-48e2-8003-1e306d09619b", + "id": "07f066ff-f46e-48c0-b5ad-21d86b0743fd", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -45064,12 +45064,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "55d84dd7-0000-496c-9a42-7332ffbcb950", + "id": "350b31a4-b429-41b4-8ba9-78787116fe56", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -45108,12 +45108,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ac99e08a-f161-4663-9725-90b7ea6ccd18", + "id": "3ef14f93-f32b-4b5b-9e43-2ef2bd80a343", "name": "Too many requests", "originalRequest": { "url": { @@ -45157,7 +45157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "031b2ab8-b929-435c-9890-ca87c473e94c", + "id": "22277100-4e96-40ea-b3b6-2fb96821091b", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -45196,7 +45196,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"minim aute quis irure ut\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 8089540,\n \"trackingId\": \"anim deserunt\"\n}", + "body": "{\n \"detailCode\": \"eiusmod laboris proident aliquip\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 38746073,\n \"trackingId\": \"magna elit exercitation culpa\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -45213,7 +45213,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": "ed8b83d0-eac1-4e81-81f4-c68134930c60", + "id": "0e9beaf0-1700-41f4-938d-7224a3caa086", "name": "Create Custom Password Instructions", "request": { "name": "Create Custom Password Instructions", @@ -45255,7 +45255,7 @@ }, "response": [ { - "id": "edb0f754-d5a7-4fa1-abd6-f0c7e59cc9a6", + "id": "37c39d64-d016-4b8c-9d2b-72606d71457a", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -45311,7 +45311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce10f254-952b-4ae3-b181-b667c2369529", + "id": "1ad94136-0f16-42d6-a110-e9e4d767159f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45367,7 +45367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be407f55-cfbc-4fb8-90b9-0cdaee82a21c", + "id": "da8d47af-64d0-41b7-9163-39e4a73ceb6e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45423,7 +45423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebebb8ae-0dd6-40c2-a8c6-62702a92b58e", + "id": "09a760af-7311-42f3-a568-9b53abd57736", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45485,7 +45485,7 @@ } }, { - "id": "f21018f2-3b53-426b-8219-db05a996360e", + "id": "e13bc587-464d-4eb8-9371-92a9d30bd9e9", "name": "Get Custom Password Instructions by Page ID", "request": { "name": "Get Custom Password Instructions by Page ID", @@ -45509,7 +45509,7 @@ "type": "text/plain" }, "key": "locale", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [ @@ -45536,7 +45536,7 @@ }, "response": [ { - "id": "8bdb3207-36a1-4c97-9605-d07ebca0181c", + "id": "91ce5cb8-4b7f-4964-9c44-01ae63529154", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -45555,7 +45555,7 @@ "type": "text/plain" }, "key": "locale", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -45590,7 +45590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc17d46e-b31f-4ff8-8249-52dd6d1a69f2", + "id": "abd1e71a-95ac-4b0b-97f0-cd91143771f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45609,7 +45609,7 @@ "type": "text/plain" }, "key": "locale", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -45644,7 +45644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83d0d5f5-649a-48e3-bc59-ea91c3f2b11c", + "id": "b6c4fbf9-90f1-4cde-93ae-6b7c24fd533d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45663,7 +45663,7 @@ "type": "text/plain" }, "key": "locale", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -45698,7 +45698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c572752b-8172-4938-ae64-4a09c98568c4", + "id": "8c1a92e1-621c-467d-be33-44a69a12aab1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45717,7 +45717,7 @@ "type": "text/plain" }, "key": "locale", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -45752,7 +45752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1595b783-bb42-433e-a647-0ad9d0935c42", + "id": "12abe6fb-965d-415b-9381-c6f944f2eb7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45771,7 +45771,7 @@ "type": "text/plain" }, "key": "locale", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -45812,7 +45812,7 @@ } }, { - "id": "0c30e2a6-babc-40ea-8808-5493a626b59f", + "id": "5119891d-f39e-42c1-b71f-797209ce6be2", "name": "Delete Custom Password Instructions by page ID", "request": { "name": "Delete Custom Password Instructions by page ID", @@ -45836,7 +45836,7 @@ "type": "text/plain" }, "key": "locale", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [ @@ -45863,7 +45863,7 @@ }, "response": [ { - "id": "66d8389f-d6cc-44f5-8838-7eec9e68e668", + "id": "5fd34138-d8a6-4956-b8bd-d5843d82def5", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -45882,7 +45882,7 @@ "type": "text/plain" }, "key": "locale", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -45907,7 +45907,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0cc3ee20-1e5c-46a7-bb75-89cc86dfda0c", + "id": "6d792846-cf0f-49f7-9855-d35811e6fb2b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45926,7 +45926,7 @@ "type": "text/plain" }, "key": "locale", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -45961,7 +45961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fce2c0c-036f-495a-83e2-5f932e6b3bb5", + "id": "f4f20d47-eda5-4293-a561-af78892c68a2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45980,7 +45980,7 @@ "type": "text/plain" }, "key": "locale", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -46015,7 +46015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28fc9c61-500a-49cf-9e6a-611669b0d862", + "id": "26450ad1-ac98-4026-8e2f-a9c792284be7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46034,7 +46034,7 @@ "type": "text/plain" }, "key": "locale", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -46069,7 +46069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4ef3b60-9f62-40af-b5b0-90b053b0c242", + "id": "2ef1c5da-b72e-4f6b-81e7-0512b40b6fb9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46088,7 +46088,7 @@ "type": "text/plain" }, "key": "locale", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -46135,7 +46135,7 @@ "description": "Use this API to retrieve all the available discovered apps for a given tenant id.\n", "item": [ { - "id": "669aed7b-9307-4db3-b92c-3c2b6366dbd5", + "id": "ec55a3f0-7e2f-4442-b5f2-be2232f28f00", "name": "Retrieve discovered applications for tenant", "request": { "name": "Retrieve discovered applications for tenant", @@ -46201,7 +46201,7 @@ }, "response": [ { - "id": "f19ddf38-e835-4a44-8a3a-238db74fcfe5", + "id": "87efd35e-c181-4ebf-a1e8-13fd3a58709f", "name": "Successfully retrieved list of discovered applications.", "originalRequest": { "url": { @@ -46281,7 +46281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe424388-b4bb-4568-b288-78c5a5c4d94f", + "id": "7548ce0a-4db2-4d0c-98e4-a08fb44de8f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46361,7 +46361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ee85f08-fe5b-44af-bc9d-777e95fdf6f2", + "id": "6a526564-c2ff-4f69-93b8-4a66e7158d06", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46441,7 +46441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66dc8842-df45-4fad-ab09-330d54e676a2", + "id": "06f6c17b-d3a3-432c-bc19-713d9ff97ffb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46521,7 +46521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f681bc42-13f0-4223-8fa2-f643229b84b5", + "id": "880b6666-f7a2-480a-8539-71fd8f46eae7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46601,7 +46601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5131a92c-cf86-4573-a247-ee3e0f40eb3c", + "id": "b923707e-2950-4d74-aac6-3e5ed9150ed7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46693,7 +46693,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": "f91950a1-c62a-4830-9d5e-82386d763333", + "id": "f8664628-a91c-4331-b325-3e15740705b7", "name": "Gets a list of entitlements.", "request": { "name": "Gets a list of entitlements.", @@ -46804,7 +46804,7 @@ }, "response": [ { - "id": "0de96870-3d1d-4a6b-86d8-8c08cbe07829", + "id": "d9f8ffec-a118-4877-bafb-dc1ed0f64f80", "name": "List of entitlements", "originalRequest": { "url": { @@ -46929,7 +46929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cf9e3be-c335-4299-b241-ebfa8066eb5b", + "id": "b316b290-9541-4c38-b19f-dc26a291a6ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47054,7 +47054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82053a9f-714d-4dbc-99ad-2206472da79e", + "id": "61c13ca8-b787-426b-a18d-12e09d9c4bc6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47179,7 +47179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1363535-18e3-4f92-9d3e-6892ba2bf2cf", + "id": "ddd1da64-3513-4697-82b5-230f1fd8c834", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47304,7 +47304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3ee1bdf-c8b3-4204-8e17-c3c589152915", + "id": "21fb9c81-cbce-4cab-92ae-035080ea47b4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47429,7 +47429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4fcd2ad-eea2-4d95-902e-5e1354948172", + "id": "8846be3f-4fd2-49b4-be3a-c172d102a145", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47560,7 +47560,7 @@ } }, { - "id": "c136467b-64c0-46a5-ab40-438c7c4abed4", + "id": "a3523cd4-58a4-4353-9835-20eba8ea5a00", "name": "Get an entitlement", "request": { "name": "Get an entitlement", @@ -47601,7 +47601,7 @@ }, "response": [ { - "id": "f61acc07-e2f1-4eac-8440-e5c312e2f11a", + "id": "b0b6ab71-97ed-47fb-a1e0-1a20d05fabcd", "name": "An entitlement", "originalRequest": { "url": { @@ -47645,7 +47645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "403f1daf-1e00-4ab3-8fde-e94d85a7ae71", + "id": "2b24be2a-4e5b-4676-b5df-eae9d11d51ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47689,7 +47689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f67e035e-051d-4aa0-bec1-205266012a3c", + "id": "ada02940-dfce-4f78-9109-12bdc863e206", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47733,7 +47733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdc51559-fb13-4a4e-9692-c0e49e397fa7", + "id": "a7cfaf5a-827d-43a3-9a3b-559e88c03013", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47777,7 +47777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf0a1e45-1ce7-4342-8b61-1713a7be3f92", + "id": "00e70f60-dc48-47ec-b365-38118fd56d9b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47821,7 +47821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "424d47b4-a309-4af0-87b3-20e305e1868e", + "id": "46372c9d-57d7-410f-892f-a847aed8027c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47865,7 +47865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed35587c-2d2d-4755-82a4-79c7197e598b", + "id": "d77ff574-314d-482a-82b6-f803cf5fffa1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47915,7 +47915,7 @@ } }, { - "id": "86972644-5629-4870-b104-3dd8f2328518", + "id": "af27d359-ef38-4abc-8a68-3d12680f6a1a", "name": "Patch an entitlement", "request": { "name": "Patch an entitlement", @@ -47969,7 +47969,7 @@ }, "response": [ { - "id": "45184e6e-4d5c-45c9-ac87-83351f351269", + "id": "dcd68ba3-46d8-4a4c-aad7-45e7c67e2ee6", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -48026,7 +48026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46cf07c6-ef17-4b27-b6f5-8f7d5b0f8121", + "id": "9638182c-a4ca-401b-8f40-5f8161b71583", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -48083,7 +48083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57c7a526-c874-43a5-8585-525fd7c42fa6", + "id": "02022f7b-5ffd-4aab-962f-cf27df907b65", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -48140,7 +48140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a734aba-027b-4488-aed6-362cbee19cf4", + "id": "3e9cc7a3-96f7-49f9-bf48-7072f344401f", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -48197,7 +48197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15bcaa32-1917-4d0e-9904-1895cdfc1258", + "id": "a295b40c-1cd3-4668-9a12-ef261254b960", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -48254,7 +48254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b80ea63d-c8d6-42cf-b708-7fbd80d4fe31", + "id": "9ec309ec-4ce5-4479-b26c-d6d55cc9bee1", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -48311,7 +48311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea34e79f-0046-4caa-ae90-49c5449a7d6b", + "id": "214799fa-9a84-4958-bed6-b118697b07a8", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -48368,7 +48368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "530fb215-b646-4ab7-94a1-58545d1549f0", + "id": "b4612666-f9a9-47c4-a71f-55c2a47ddd2f", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -48425,7 +48425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "768f593e-ca6f-42ae-9167-ff41163923c5", + "id": "a37c780e-80be-4745-b167-8b8a07faf8ec", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -48482,7 +48482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18d2226f-25bb-4b80-b48a-82a05ee9eb9e", + "id": "44cfa4fd-b34d-46f8-bd56-d5edac571eef", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -48539,7 +48539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f518247-3862-4275-a65c-950ac818a2d5", + "id": "7f7cd812-078b-4c7a-bda0-136e1886f370", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -48596,7 +48596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "354c64e4-f20e-44e3-9e67-31e60aa7487f", + "id": "3e9b311b-6a56-411a-9302-f7b17c8dc518", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -48653,7 +48653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19aa5a5f-78bf-41b7-a08c-e6d5fa2df417", + "id": "505b19e9-621e-49c9-b577-bdcdba68f2be", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -48710,7 +48710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e50470a8-14c1-49c2-9010-262437b27fcc", + "id": "993ac087-0ca6-4411-b5e3-858b29f1dadd", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -48767,7 +48767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86e380f7-7cf2-4b9c-91c4-a0ff9362d8f2", + "id": "f5983081-4691-42a8-b5bb-d0ce13e78250", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -48824,7 +48824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18035834-94e1-498e-b613-e2ea24d7a7bf", + "id": "ce6beaa2-0e86-4905-ba7b-3b18d56f9656", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -48881,7 +48881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f12d491-a745-4076-99dd-30cdaba8761f", + "id": "2d4e0f78-ec11-4182-b839-552227a81ea2", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -48938,7 +48938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "300a8599-47cf-499a-9526-d30eb7bd40ae", + "id": "bcf29dbc-919b-4c14-813e-e4135b5108cd", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -48995,7 +48995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d917fe70-a715-433b-b76c-5aca6c50845e", + "id": "7bc8af90-47c6-45cf-9a4b-4bc602817993", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -49052,7 +49052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68d64b10-c536-4e90-97cc-9c74f13bab35", + "id": "931f61dd-7483-4b0c-93d4-621c56f7c466", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -49109,7 +49109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08a62ea4-e734-4131-a6f9-f3ade24405c7", + "id": "117ec8dc-ece4-469c-ab06-b233b508f031", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -49166,7 +49166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f76ed33f-fdc5-4b34-acac-e425982204ca", + "id": "308ac530-23aa-4117-bd71-936e90c7ba3b", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -49223,7 +49223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85ad2ca6-00b2-40ec-b7fa-8e2d61d908b5", + "id": "3726cda9-47ea-4b58-b62f-a542a68653a6", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -49280,7 +49280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20c0231c-c072-4986-b3a4-d28c43fe90c2", + "id": "80b4e3ce-c577-4f19-842e-3fcbab577144", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -49337,7 +49337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68741e8d-963a-42b8-8ea5-6c616e57daea", + "id": "8da843a3-e5e2-47b6-85e3-306937c9b08d", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -49394,7 +49394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4788e340-7986-46e2-9c2c-aff6167ec1b4", + "id": "d79d1294-e8af-49dd-b4f9-d9d2bdba0a11", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -49451,7 +49451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1b622b6-06ff-4e0b-8d82-51fdd0b62cec", + "id": "3bba7403-b3a8-44e6-8e8c-5a67e573c638", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -49508,7 +49508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b886220-f429-4982-8cd9-a6d54491a3a5", + "id": "b1e4e7c0-77e4-4e53-a6b1-10e126f9cc95", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -49571,7 +49571,7 @@ } }, { - "id": "475c0e07-aafc-453c-80b7-d968dafe0019", + "id": "0a08b9c4-e0df-4c2d-ab6a-2b58897f9e9f", "name": "List of entitlements parents", "request": { "name": "List of entitlements parents", @@ -49659,7 +49659,7 @@ }, "response": [ { - "id": "86a1953f-dc6c-4913-9afa-b3de3e0a4e87", + "id": "a246a0d2-b94f-4f4c-a3cd-9ed7533e1501", "name": "List of entitlements parents from an entitlement", "originalRequest": { "url": { @@ -49750,7 +49750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad30cd51-0737-4cd3-8384-d2f7a13b9b35", + "id": "a5ed4411-703c-4d89-b144-20db2244e2e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49841,7 +49841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9de52c19-0864-487b-ac91-52a011ec4515", + "id": "6c057ff3-803f-40c9-9f06-4ea5c51afd9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49932,7 +49932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b66ef943-8ddd-4e85-9044-0f86c9124101", + "id": "d09d08e5-a578-4eed-9712-1ebb2757f3f7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50023,7 +50023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c879f96-9347-4979-a5ca-d940cb907c1f", + "id": "7d118f36-a679-4d90-8f6e-94af3f36653a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50114,7 +50114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6860a9ec-eb72-4783-8f07-6412877284e0", + "id": "98b6341d-d7ed-497a-9a48-61801df62130", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50205,7 +50205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c21a35c-3741-47b4-9f98-f7dd44d0c8fe", + "id": "d3c77cbe-55b5-462b-a337-4c05059b3eaa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50302,7 +50302,7 @@ } }, { - "id": "6955d026-a7c5-48e2-af5d-e90381097d27", + "id": "bf167690-5e8e-4b0d-bef3-40ecc609c428", "name": "List of entitlements children", "request": { "name": "List of entitlements children", @@ -50390,7 +50390,7 @@ }, "response": [ { - "id": "f5f7eed8-2e60-49f6-a8e2-17fa375eea18", + "id": "de4c47d4-a21e-42e0-a579-0e8e63791b43", "name": "List of entitlements children from an entitlement", "originalRequest": { "url": { @@ -50481,7 +50481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db4453a8-b6a5-44da-9fd0-5a4ebdce8d96", + "id": "0f775943-4928-4897-b690-e7186a827222", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50572,7 +50572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c9893d6-8762-40a1-baf9-47bcc7556c21", + "id": "41c1dd80-5911-4d17-94b8-e944c52dfaee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50663,7 +50663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61693093-35ab-41d9-bde2-96bab0c70bd0", + "id": "a287a092-d8b4-43de-9df2-cdc85326908a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50754,7 +50754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5473371-efc1-44ce-b29f-8c963104d097", + "id": "3d912e02-6a6a-42f4-84c3-26a20e08178d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50845,7 +50845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f1e96cd-788f-450b-9d6e-f0086b1b2e15", + "id": "86bc9829-464d-4294-8f82-af9785645903", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50936,7 +50936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "212adef8-aea7-4b16-94f2-d01a2e64d242", + "id": "7dee0ab0-29d3-4631-96ab-ef282988a83d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51033,7 +51033,7 @@ } }, { - "id": "b11716f9-6fb6-41ef-9a0a-9f4116ae2ba3", + "id": "f6f6a056-7706-4ff3-bc53-b9abd9bf669e", "name": "Bulk update an entitlement list", "request": { "name": "Bulk update an entitlement list", @@ -51076,7 +51076,7 @@ }, "response": [ { - "id": "f2416ebc-1730-4f7a-a88a-605b8b007e6c", + "id": "f92451a9-354c-41d1-bdbb-eb875b5cc39e", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -51123,7 +51123,7 @@ "_postman_previewlanguage": "text" }, { - "id": "40f3cde5-3f4a-49ac-863c-11ad95060454", + "id": "aaf9178d-9f70-4ac0-9c46-f62637b743e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51180,7 +51180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83235d71-8c73-4f2b-b6fa-dbadac01cdb4", + "id": "d297c0b6-b591-4197-9c8e-013b9ef728e3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51237,7 +51237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e52cf4c3-903b-40c1-8f01-e40594c0ed2d", + "id": "62f39d4f-7920-47f8-804f-59bcc82535fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51294,7 +51294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bafd9f4e-78ec-494d-8f82-b48b6f35c62e", + "id": "a9fbafb9-a2c2-4ed8-bbfa-6f16a7893903", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51351,7 +51351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c134300-4f54-4353-adbf-9c22b4417fa8", + "id": "5f578840-ccde-4e34-b027-86acf3708a3a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51414,7 +51414,7 @@ } }, { - "id": "c8648704-64da-4353-904d-2d9e9ee3c796", + "id": "31b36a91-1e11-420f-97ec-d191cef08a47", "name": "Get Entitlement Request Config", "request": { "name": "Get Entitlement Request Config", @@ -51456,7 +51456,7 @@ }, "response": [ { - "id": "e981713c-8633-4c1d-b893-70792151a3a4", + "id": "08d00bc9-40fd-4900-847c-e699990c8a88", "name": "An Entitlement Request Config", "originalRequest": { "url": { @@ -51501,7 +51501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "677884be-65ab-462f-931c-f23e38a86883", + "id": "06906308-abb4-497f-b687-1f20accea367", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51546,7 +51546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "623f6697-f4d9-4324-a0fb-eea5f6fa475d", + "id": "d2a34f52-7ab0-4b47-8273-418059860b03", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51591,7 +51591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b9cf9bc-d155-415f-9c1c-09cdd2b8dfcf", + "id": "5754f998-137f-43bb-809c-d89a1ba93f19", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51636,7 +51636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eff81ce-d40b-454d-8086-5ed8c42008bf", + "id": "ef32349b-d9ed-489b-893a-db82d45d1f17", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -51681,7 +51681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adbc4e43-e6d9-4668-9650-30039f43afd1", + "id": "daf69ebd-91d7-4183-9f96-3efc3c927350", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51726,7 +51726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "079dfc01-a0a1-4d01-9ebe-7b73d2e0989e", + "id": "b0ab3eaf-203b-4573-b6a4-6201e06e814c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51777,7 +51777,7 @@ } }, { - "id": "18975aa2-9115-43be-826a-a5e53c9bf041", + "id": "be323144-4bca-4643-b3df-f057c26a5bd0", "name": "Replace Entitlement Request Config", "request": { "name": "Replace Entitlement Request Config", @@ -51832,7 +51832,7 @@ }, "response": [ { - "id": "b2aea7fc-caa7-4d3b-8a0e-90dc8b36a994", + "id": "34ff58e0-7fad-4414-b34f-dd117379d57a", "name": "Responds with the entitlement request config as updated.", "originalRequest": { "url": { @@ -51890,7 +51890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3f81418-c6ef-4bf9-94fa-2295bea5ca60", + "id": "26589a5d-8a7a-4412-9619-a78831e56c78", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51948,7 +51948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cac5b33-750e-484b-8109-1d752acd3578", + "id": "883d3e95-98ed-46dc-ae47-f4b77d2cdc53", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52006,7 +52006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6dc352f-27a8-4935-b2c3-39e9c721ced6", + "id": "494b8c5e-5440-4a5c-ba6b-de88afe518ef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52064,7 +52064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dd19537-6ca8-49ef-8635-f9406f83a2e7", + "id": "735668ac-dc9b-44c4-8f56-b465241da6dc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52122,7 +52122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1f949ae-8aaf-4419-9dd5-c9f724ea5154", + "id": "621e52a4-c966-4143-b612-3198defc3361", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52180,7 +52180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a40318f-176a-4a6d-8cfa-32f469fcc429", + "id": "de0c7679-7e11-46ef-ad95-3074d4dd81e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52244,7 +52244,7 @@ } }, { - "id": "3078f752-7a7d-4c4f-942e-7a102589c314", + "id": "ddc4a88a-2951-415a-be8a-e48fc3c841ca", "name": "Reset Source Entitlements", "request": { "name": "Reset Source Entitlements", @@ -52287,7 +52287,7 @@ }, "response": [ { - "id": "f87e23a7-3439-4db3-8083-90077c7d6dcf", + "id": "01e59087-b328-4cdc-b7c4-ab237a4d575d", "name": "Entitlement source reset task result", "originalRequest": { "url": { @@ -52333,7 +52333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3372b012-ce6d-4f87-b2cb-2cdf0e4d6d9b", + "id": "c7fd4a63-398c-409c-a84e-f17b9ae1f2af", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52379,7 +52379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "708a1e86-de90-43a3-bf10-32e2e43072c6", + "id": "9c2c76d2-456c-481d-8c9c-93ff264d8171", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52425,7 +52425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7c0978d-b1d6-49d8-b0c7-bb61a586e027", + "id": "9abc05c2-36a7-4d1f-839b-b50dd669421f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52471,7 +52471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c52c7bc7-abc5-4f30-a046-935d95f59881", + "id": "06cc14bc-0889-4866-87b2-6f88d4243ca4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52517,7 +52517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d5b2b85-4fc2-4de7-b52b-5534735e21d9", + "id": "a2e0591a-6e1a-4eba-8e5d-adbd215a75a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52569,7 +52569,7 @@ } }, { - "id": "84787584-e03d-4266-9bcd-3590dfcf1919", + "id": "19b3f152-55b4-401c-a9c3-951c68c499a8", "name": "Aggregate Entitlements", "request": { "name": "Aggregate Entitlements", @@ -52621,7 +52621,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "sit sed incididunt", + "value": "commodo laboris do voluptate", "type": "text" } ] @@ -52629,7 +52629,7 @@ }, "response": [ { - "id": "1ffa7711-459e-4efd-a084-109f0f09b751", + "id": "3b4347f9-700e-42e4-88f8-e65b8f3e63cb", "name": "Aggregate Entitlements Task", "originalRequest": { "url": { @@ -52673,7 +52673,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "sit sed incididunt", + "value": "commodo laboris do voluptate", "type": "text" } ] @@ -52692,7 +52692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e8011ce-8286-4223-b96d-cd43336c5a06", + "id": "d56d711a-4157-4f12-97bb-7bc6b9aba917", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52736,7 +52736,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "sit sed incididunt", + "value": "commodo laboris do voluptate", "type": "text" } ] @@ -52755,7 +52755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28737f14-428f-44b6-97a5-064facb710da", + "id": "785d7a73-1531-470d-ba55-8b918605c764", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52799,7 +52799,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "sit sed incididunt", + "value": "commodo laboris do voluptate", "type": "text" } ] @@ -52818,7 +52818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4142756-eadb-4ec2-98b1-a4f8e848d56c", + "id": "dd31ba12-fb9f-4591-8c04-67eddc8c0728", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52862,7 +52862,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "sit sed incididunt", + "value": "commodo laboris do voluptate", "type": "text" } ] @@ -52881,7 +52881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a009184a-2648-4360-a555-0c5153b622d2", + "id": "2756aa8d-f05a-4c7f-aa37-0fe41dbc8f82", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52925,7 +52925,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "sit sed incididunt", + "value": "commodo laboris do voluptate", "type": "text" } ] @@ -52944,7 +52944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "502d6759-3f1d-4f49-9c8b-3754fd375c01", + "id": "f631c083-2bfc-4a12-a3cd-95372caf2e1a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52988,7 +52988,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "sit sed incididunt", + "value": "commodo laboris do voluptate", "type": "text" } ] @@ -53019,7 +53019,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": "41f0c4ee-8970-4ca9-865f-1dee0137d0fc", + "id": "471605cb-f96e-4de1-86b3-b083bad7a269", "name": "List Governance Groups", "request": { "name": "List Governance Groups", @@ -53094,7 +53094,7 @@ }, "response": [ { - "id": "95ae9e19-2c06-43e1-a15a-d28c5003205d", + "id": "76a8b18a-1772-4d5c-b981-d74b5ce92aa6", "name": "List of Governance Groups", "originalRequest": { "url": { @@ -53183,7 +53183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58eda1f2-bfef-4c72-91a9-201cc3ae75c1", + "id": "6a95f8aa-5b2b-4691-8e71-687626ee5a96", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53272,7 +53272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0034a34d-12d2-47c5-91c3-65fae774f847", + "id": "030fcbdb-c080-48d1-a06b-730f3d54f621", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53361,7 +53361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac33b807-d2d6-4d39-9a07-f73ddb1095f8", + "id": "c238d29c-55c6-4601-8dfa-b5a7ddc4227a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53450,7 +53450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60786686-596f-46aa-8ce3-d56a228a706c", + "id": "9b842055-5def-41ec-a960-846010012bc2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53539,7 +53539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e22c667-7045-43f3-9eb1-f2368c7f43ef", + "id": "9aacc08f-8dbf-41ec-824f-d7956fa0cd78", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53634,7 +53634,7 @@ } }, { - "id": "5004a260-d5d2-4ee4-a98a-dd01fb3623d7", + "id": "478a7367-a4ae-474c-aa6c-24222dc41a97", "name": "Create a new Governance Group.", "request": { "name": "Create a new Governance Group.", @@ -53676,7 +53676,7 @@ }, "response": [ { - "id": "332f6b38-df03-4c5d-985a-19a43edb676c", + "id": "70d72e27-e60e-4f01-809c-bc3e3b58c09a", "name": "Governance Group object created.", "originalRequest": { "url": { @@ -53732,7 +53732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc57ae8d-8662-48cb-866d-32786a1c8742", + "id": "48f34bd5-4e38-416b-abd3-d8a7aef92e52", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53788,7 +53788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f419b235-0aa3-48f6-b9cc-d7b6b6bbb2d3", + "id": "0883687b-f9a5-41ca-91f6-eaacc739be56", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53844,7 +53844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81c91b0d-8a58-4fe5-a574-be373deaf451", + "id": "6bc058ed-9eec-42ce-ae60-84b7497b11c2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53900,7 +53900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86d7b8cc-e476-40d9-9d02-e1bc2330abbb", + "id": "018f15b9-26b4-4152-b547-0a4b1d9089f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53956,7 +53956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2ad6634-6791-4fe3-bcdf-e21f97da08f5", + "id": "0f8e05c8-1c45-4562-a0cd-8bccc8aebd95", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54018,7 +54018,7 @@ } }, { - "id": "9ef19379-fe21-4f18-b3ee-0bf7819d4ab8", + "id": "49a09626-13bc-40e8-baba-b7aedad6a12c", "name": "Get Governance Group by Id", "request": { "name": "Get Governance Group by Id", @@ -54059,7 +54059,7 @@ }, "response": [ { - "id": "92097058-910c-497e-8fbf-94cdb3d9ec91", + "id": "f5ae9362-cf6d-4825-8d0b-a7663510d4ae", "name": "A Governance Group", "originalRequest": { "url": { @@ -54103,7 +54103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2209835-07dc-4ccd-a6af-39007243ff25", + "id": "e434b4fa-419e-4006-8e99-239611f77875", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54147,7 +54147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88a0fc06-9682-43ec-bbd4-af8c2c567ce8", + "id": "c24b9d97-8ffb-4217-bdeb-0823b893503e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54191,7 +54191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27ee1202-4e9c-4264-a37c-f31cdbc92ee4", + "id": "9c31e685-b316-4d36-b57e-cd3e4824cb93", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54235,7 +54235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deec90eb-1f6a-4e86-90d7-e1ac3cfd9557", + "id": "0b9b7cc2-8371-4884-9078-efeb4456d939", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54279,7 +54279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8e0fa00-22d3-4f13-b1ab-4ed6c968a60b", + "id": "97661532-a50f-4a72-9678-423709442632", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54329,7 +54329,7 @@ } }, { - "id": "9c3ab85f-d2dd-4184-85a0-7539a9fe6f5d", + "id": "c4196f36-4ab5-4375-8b5e-4273f768a1cd", "name": "Delete a Governance Group", "request": { "name": "Delete a Governance Group", @@ -54370,7 +54370,7 @@ }, "response": [ { - "id": "6c0c2e11-64a6-4c68-b201-607d5a841058", + "id": "1329b2cc-e2f0-4326-b08c-893023324358", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -54404,7 +54404,7 @@ "_postman_previewlanguage": "text" }, { - "id": "af94d48b-a453-42ee-9015-dddbd51a1867", + "id": "927e5961-811f-4a36-be0c-2c41c6474658", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54448,7 +54448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1190d7ea-c50e-4e33-81d5-d4e987e66a55", + "id": "1ea83b1a-4f6b-4678-86d4-ae2ba22bb1dd", "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": "01e2ae51-e909-4804-858c-87afd021698b", + "id": "04223236-b851-4c68-9e42-d252131ccc43", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54536,7 +54536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "563b4d01-0fee-4d27-b236-4ced6d4b0eed", + "id": "2c9f0a1e-ea1d-406f-8367-82877f8fed90", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54580,7 +54580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2c28963-e899-4525-aa25-c231ef997f21", + "id": "bcbeb7da-3ef0-4f89-abe9-03d692201dc1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54630,7 +54630,7 @@ } }, { - "id": "6ade2740-d524-4734-9f33-eb72263e323c", + "id": "edd4257d-83f5-4e84-bec1-80c3bb97ebe2", "name": "Patch a Governance Group", "request": { "name": "Patch a Governance Group", @@ -54684,7 +54684,7 @@ }, "response": [ { - "id": "e35f6fe6-2e69-49a7-9b8e-fbabd201a12a", + "id": "578696c7-2b25-4af2-b91c-1d420048dba9", "name": "A Governance Group.", "originalRequest": { "url": { @@ -54741,7 +54741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "228fd6f4-740f-4260-bea4-a3acbd3c50ff", + "id": "d5840250-62d2-4a13-9ab7-0f45a7509fcc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54798,7 +54798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c924e52-0872-4747-8afe-e5deea38367f", + "id": "f86efdfa-d04a-4940-b7cd-98cf9fa38704", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54855,7 +54855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e925ea8a-1817-4959-907f-08059c94e2fb", + "id": "bd41f47d-6383-4f42-bdc5-701e4a66662b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54912,7 +54912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fff0a150-0831-4319-8f1f-87f6f7d48984", + "id": "0b417325-6155-44a5-826f-f6936e47e560", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54969,7 +54969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44dacada-17b0-4668-9f23-7236cdda5593", + "id": "5a0ff82c-be02-45bc-b407-d75dd7881287", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55032,7 +55032,7 @@ } }, { - "id": "f6bf8283-14ee-4817-b1c9-9ea7d791b222", + "id": "aad08055-eebb-4a8b-b185-dbae76203ef9", "name": "Delete Governance Group(s)", "request": { "name": "Delete Governance Group(s)", @@ -55075,7 +55075,7 @@ }, "response": [ { - "id": "fc9387d7-f5fb-4c8d-9066-e49cadfaeece", + "id": "a3fdf29f-30d2-4e60-a0ca-64a4acc5d2f8", "name": "Governance Group bulk delete response.", "originalRequest": { "url": { @@ -55132,7 +55132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4194fa5-1663-4a85-a6e4-6c1428b2f342", + "id": "a37ed34e-cd43-4ab8-95f1-ff130da8e2c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55189,7 +55189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dced63a8-edf1-4177-a65d-caf882e137f9", + "id": "eba83e16-c180-42f5-a867-82aa927a9f33", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55246,7 +55246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e25461bf-5511-4e3d-b7f3-21b75d8013be", + "id": "7abacd34-b40c-4dad-8d11-150c4d2077ec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55303,7 +55303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8ed1e7a-fc33-485c-b8d0-3b63a22ab963", + "id": "2623f51f-cf83-4b03-b2c8-49ffdfc07e29", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55360,7 +55360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66d5b2d9-22d7-4806-94f2-9aad6d982cc6", + "id": "9a0f1142-f73b-4070-930a-8a3c7eb886a6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55423,7 +55423,7 @@ } }, { - "id": "212d79df-e1d4-448a-96a9-85c2fa084cb2", + "id": "f0fe99e7-b990-4c4f-960f-d9ad15029c7e", "name": "List connections for Governance Group", "request": { "name": "List connections for Governance Group", @@ -55502,7 +55502,7 @@ }, "response": [ { - "id": "35835575-a9aa-49c1-ab70-4fe4caf1a158", + "id": "4308740e-0618-4d7e-8532-c978d1d523ed", "name": "List all connections associated with a Governance Group.", "originalRequest": { "url": { @@ -55584,7 +55584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3dd1eac-2301-429e-9f19-5d97a604e5e5", + "id": "068df4f8-1f98-4ae0-b4d2-f52ed998845d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55666,7 +55666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9790b98-6dc1-4aec-a36a-7443cdce77e0", + "id": "9575a863-7202-4ae7-bd1f-09d494e96644", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55748,7 +55748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2e35bf8-6d8b-4bd8-973b-c8b662f027a3", + "id": "52f04026-beb6-4d52-9ed1-63e5fa976b09", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55830,7 +55830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f91cbf30-d660-4595-bd91-8a531a132f9f", + "id": "43e9bce4-224f-4ce5-a667-8887b5d77478", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55912,7 +55912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7dd8955-b098-42c6-a179-afd3eba24d1a", + "id": "ae6b8c1c-7a95-43da-86d8-d71ef36a7956", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56000,7 +56000,7 @@ } }, { - "id": "28cfc7a6-968d-4ee5-a3e6-f7449bf9941d", + "id": "20119e04-3969-4eae-abfd-f52df51eea67", "name": "List Governance Group Members", "request": { "name": "List Governance Group Members", @@ -56079,7 +56079,7 @@ }, "response": [ { - "id": "ffd7a382-a78e-42ea-a561-3c3708355272", + "id": "4c06b1ab-aac2-4f3c-8f76-2da2447ae969", "name": "List all members associated with a Governance Group.", "originalRequest": { "url": { @@ -56161,7 +56161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6daff6b8-80f3-4fba-9cd3-e1a30aad1827", + "id": "d4560069-7c28-4d5d-a536-5ccf31994a3a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56243,7 +56243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aacbeb32-d68a-4dc0-b36c-d73aedae7e12", + "id": "fba1ece3-83b4-4c89-a4f7-135f1de52446", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56325,7 +56325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5aa4cea-d9f3-4d94-8727-d349b020a8ff", + "id": "7f6c1976-c9be-47ff-8847-0e0c2f879117", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56407,7 +56407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69cc838e-d91d-456b-8b4b-ed362bd2d8d1", + "id": "da248f20-798c-4c5d-84c1-b5ddb90c5c24", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56489,7 +56489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbe82d7e-99d4-4eca-a519-a07441a8627f", + "id": "c92fb653-6fc2-4f17-8c8d-9cd15161f7b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56577,7 +56577,7 @@ } }, { - "id": "4084d08c-b821-46be-b219-1d4b561e1eba", + "id": "aa74b876-a64a-4ba0-880e-66e303fab71b", "name": "Add members to Governance Group", "request": { "name": "Add members to Governance Group", @@ -56633,7 +56633,7 @@ }, "response": [ { - "id": "c4a6b334-42a7-4f87-ab78-9fa290b3a1be", + "id": "2acb0075-995d-4068-b995-2cea41721afb", "name": "List of added and not added identities into Governance Group members list.", "originalRequest": { "url": { @@ -56692,7 +56692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2b11d3f-02e0-4611-abee-8a63f7b98b72", + "id": "8f7b7a5b-2269-4205-b194-dba778856970", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56751,7 +56751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5fda65b-2d22-4d03-8c1e-949b2e6d128a", + "id": "3b43c059-19db-4fa4-bfba-391db13f4a0f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56810,7 +56810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b55821ad-5b92-4948-bb89-4e704c5f93a9", + "id": "f7491670-b266-475b-99f2-4a1fee144ef3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56869,7 +56869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "795ebe94-71b4-45c1-9244-b6c645316649", + "id": "98f15c33-9c9e-4bd9-82be-748039164753", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56928,7 +56928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2df298bb-0b07-479e-aabc-e84eed4f04be", + "id": "5e6aa7a0-e6e4-499b-a425-4ac4dd7a99b1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56993,7 +56993,7 @@ } }, { - "id": "45b546e8-5867-4739-b5ba-6ca0762a33a7", + "id": "05e1721b-b384-4737-bb97-bdd2773ddf57", "name": "Remove members from Governance Group", "request": { "name": "Remove members from Governance Group", @@ -57049,7 +57049,7 @@ }, "response": [ { - "id": "db4bd344-29c7-4f87-9129-fe326658b935", + "id": "9b2b6617-2b1e-4a97-b1bc-4f1398d8e2d9", "name": "List of deleted and not deleted identities from Governance Group members list.", "originalRequest": { "url": { @@ -57108,7 +57108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc0fdd47-5c39-4787-85bf-85b0513324ce", + "id": "a75798b5-8436-4bb8-ae21-02500892bffa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57167,7 +57167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "145725e8-5203-47bd-8816-dd87589ecc42", + "id": "60bcea4b-346b-411b-8240-b2b317045398", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57226,7 +57226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f58a4678-dcc6-4975-b76d-3118811a26c4", + "id": "a71d8b7d-036e-425e-b647-c75705191cbb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57285,7 +57285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ffb0a9d-0e45-4ef3-af2d-89270ebfed6d", + "id": "18064e47-4c2c-4976-b9e2-9dd4f419638a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57344,7 +57344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38fcf9f0-8357-4cef-a65a-bce8314f8f64", + "id": "a4d9eb71-2a0e-4bfd-a563-998e3e9c9a46", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57415,7 +57415,7 @@ "description": "", "item": [ { - "id": "770ca5e3-e731-4153-8aac-2c5b5564d013", + "id": "9ef4c328-6e2c-43ec-8311-f0d83ad86eda", "name": "Identity Access Request Recommendations", "request": { "name": "Identity Access Request Recommendations", @@ -57492,7 +57492,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -57508,7 +57508,7 @@ }, "response": [ { - "id": "603b9029-59c7-4a3b-9c2f-90c55a91f845", + "id": "a5c382d6-84a1-4d34-9f73-59fbf15679ab", "name": "List of access request recommendations for the identityId", "originalRequest": { "url": { @@ -57580,7 +57580,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -57615,7 +57615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fe3650b-c7dd-47c0-99a9-d3a93f9fe875", + "id": "0d51c473-34b7-4f18-a6f0-1c8f1a0647e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57687,7 +57687,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -57722,7 +57722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c430f5e-27d2-4dd7-8867-609a8b79ce9e", + "id": "3653eddd-22ba-430e-8ca6-7e9c00d19cfe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57794,7 +57794,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -57829,7 +57829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "670b7663-d959-4f69-a57c-e523de811969", + "id": "c78ae8ec-ee30-4a20-8f26-86ef5987f0cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57901,7 +57901,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -57936,7 +57936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40b297af-6357-4143-abd6-d1be5e6fecff", + "id": "90fcda57-2db7-43dd-a773-312b47719fd0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58008,7 +58008,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -58043,7 +58043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b42ac7c3-a54c-4cf4-ab3e-8df03991c996", + "id": "825bf5ec-40cd-41ba-b5a1-fab0609b7596", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58115,7 +58115,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -58156,7 +58156,7 @@ } }, { - "id": "f113a36e-7025-4040-b4b6-048b22acf401", + "id": "95672ee3-9d02-48ad-8d1f-28d99d5e7b8a", "name": "Notification of Ignored Access Request Recommendations", "request": { "name": "Notification of Ignored Access Request Recommendations", @@ -58199,7 +58199,7 @@ }, "response": [ { - "id": "155eb74c-25d3-4286-a1a2-572aad3bb32c", + "id": "2c270980-330e-413c-bd94-7c2badd00c6a", "name": "Recommendation successfully stored as ignored.", "originalRequest": { "url": { @@ -58256,7 +58256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8b2519d-d38f-4ada-9cbe-4dabe95082a6", + "id": "d0122dec-ed24-4d35-9add-2e37cf02aaed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58313,7 +58313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "533d0bfd-5719-45de-8835-e8697ca022cb", + "id": "f7b71c02-fbf8-41b4-8d06-8165d4b82f7d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58370,7 +58370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6fb8968-1c0a-4ea7-9341-c11b469e1110", + "id": "1144abd1-66c3-40d0-ab7b-193a92f04015", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58427,7 +58427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d45e0d3e-db52-4c34-8616-bc57c53a571a", + "id": "e9b6cd3b-3dfd-4d21-ad61-0ee0d92f4d3e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58484,7 +58484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6e39936-01ad-45e7-90ff-fbd5943c59a9", + "id": "a315e823-b5a9-4aa5-b886-292eaecfd8e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58547,7 +58547,7 @@ } }, { - "id": "bd3db4b4-e3b6-4505-9d74-bdf1b6eeb7c3", + "id": "e5a3525e-a740-4dfa-865d-fe61e8a767a3", "name": "List of Ignored Access Request Recommendations", "request": { "name": "List of Ignored Access Request Recommendations", @@ -58623,7 +58623,7 @@ }, "response": [ { - "id": "b55d8936-793b-44f0-9ca4-9121067b44b7", + "id": "a9961680-7853-49fc-b262-27ae6c111485", "name": "Returns list of ignored access request recommendations.", "originalRequest": { "url": { @@ -58713,7 +58713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c092e5e-b27c-4fce-8569-be18e889e60e", + "id": "abd6eb1b-34a6-470c-b708-d1b3b6fc5cf0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58803,7 +58803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae6cc09a-86a3-4029-bf31-1886aeaca9e9", + "id": "dc1bca5d-9568-4779-bb60-680d944663e2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58893,7 +58893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "252bd853-fa3c-4c5b-aaab-a832c1d40bce", + "id": "c27c777d-76ab-4ba3-970d-8eda46015ed6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58983,7 +58983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea749aa9-8c72-44c9-a6bd-46ac842c6511", + "id": "67c3d41f-484a-4bb2-8aed-0b881cfdacf3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59073,7 +59073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de6a797e-d754-45dc-888c-4d3ef7f4e1cd", + "id": "e33dd147-6c9d-43f4-bb03-29fe26d84cf7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59169,7 +59169,7 @@ } }, { - "id": "f9aa94e1-2d77-44dc-9bb9-f30bb421b67b", + "id": "cb063fe8-9cbd-4831-8359-fec956e6c93f", "name": "Notification of Requested Access Request Recommendations", "request": { "name": "Notification of Requested Access Request Recommendations", @@ -59212,7 +59212,7 @@ }, "response": [ { - "id": "a4e32ff0-a30b-4202-964f-d1a845e86296", + "id": "5cd35421-852c-4d58-8b28-e9d304cd9e49", "name": "Notification successfully acknowledged.", "originalRequest": { "url": { @@ -59269,7 +59269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f588c4c4-c44b-40c8-b9de-d7bd4be09174", + "id": "41d8ec84-9668-4c97-97bf-50811b788d9b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59326,7 +59326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31960f9f-5231-44f7-8cd2-af4c834b6ee0", + "id": "c8b79c46-7c16-4713-a2bf-eea272d2dec7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59383,7 +59383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f10a817-003f-4f9b-862d-2624fc9d6192", + "id": "ee3bb240-c115-498d-a4bf-d1ed4855e5ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59440,7 +59440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9359d265-a811-41c3-9bfa-7b574478106f", + "id": "788f455a-21cc-4f32-948d-71502c0019de", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59497,7 +59497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4889d61b-7dfb-4189-8780-088c805ecca7", + "id": "e782df13-23e0-49c6-b9e1-7bfb074873e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59560,7 +59560,7 @@ } }, { - "id": "7249d207-1c3c-465e-9fc4-fb60b90f9862", + "id": "01951e8c-e494-41bb-a5b9-a9d8e7a41265", "name": "List of Requested Access Request Recommendations", "request": { "name": "List of Requested Access Request Recommendations", @@ -59620,7 +59620,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -59636,7 +59636,7 @@ }, "response": [ { - "id": "7aa16c67-91d0-44ee-885b-f1d87c2246ce", + "id": "ab97f856-b15a-4bb2-bb54-0b8d7a52badb", "name": "Returns the list of requested access request recommendations.", "originalRequest": { "url": { @@ -59691,7 +59691,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -59726,7 +59726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "022cfe43-69a4-403c-b1f1-d8e57f8dc017", + "id": "2afb52cf-5078-419e-85e0-1ed2028562e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59781,7 +59781,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -59816,7 +59816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4d1af72-4be2-4a9d-992e-f87c752132c7", + "id": "9adc2599-93de-473a-8a3e-8c284515ca56", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59871,7 +59871,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -59906,7 +59906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "460e58ac-b187-4ead-968e-ca0f58d309df", + "id": "5ae0e8e5-b145-4469-8ebb-e93cbc3831ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59961,7 +59961,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -59996,7 +59996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0da791e1-0545-4e80-b02a-eb8b6f26579e", + "id": "c6653612-cc66-4d86-84e8-baa2354c7e8f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60051,7 +60051,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -60086,7 +60086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc83a039-c929-4201-a4dc-1e7effa8c9c4", + "id": "554d48c1-0898-4281-b47e-4d3b097dd599", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60141,7 +60141,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -60182,7 +60182,7 @@ } }, { - "id": "5b755182-e5b8-4828-ac7a-8fcef30ca53d", + "id": "766b64c4-2bfe-4526-9e15-a3ff3a1fd714", "name": "Notification of Viewed Access Request Recommendations", "request": { "name": "Notification of Viewed Access Request Recommendations", @@ -60225,7 +60225,7 @@ }, "response": [ { - "id": "3a356518-06cc-4517-ade6-e9e22e48bf78", + "id": "61a98735-91f4-439d-bccb-7e9d4190818f", "name": "Recommendation successfully stored as viewed.", "originalRequest": { "url": { @@ -60282,7 +60282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee137f12-c7b3-40df-9a63-0190411c404b", + "id": "73c61385-b627-4a51-b152-e35bb4c1a60a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60339,7 +60339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e01cbc1-9cfc-4627-b141-3a3ffcf00f3a", + "id": "13a16cce-a44a-4629-aa4e-ab92f595ce0f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60396,7 +60396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c7d21c9-b95b-4a13-8a3a-eca7af16bce4", + "id": "dec7e5a3-3874-4ddb-b782-c222727007b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60453,7 +60453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48ab9585-11aa-43db-abae-c24a929c8b56", + "id": "70addbf8-b26c-415f-b3d4-beb5cb04813d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60510,7 +60510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b595ee6-48f3-422b-9215-ef852839fb7f", + "id": "79c47b54-4e5e-4612-b4b4-3c91d8b0e461", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60573,7 +60573,7 @@ } }, { - "id": "a53f0a2c-84e4-409d-903c-7f30d3e00793", + "id": "19ba7efc-d43e-4f88-8dc0-25ec2ea9ebea", "name": "List of Viewed Access Request Recommendations", "request": { "name": "List of Viewed Access Request Recommendations", @@ -60633,7 +60633,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -60649,7 +60649,7 @@ }, "response": [ { - "id": "38f47b1e-7b3d-4d64-9386-467aa7952f8d", + "id": "4cda5693-ca78-4570-b21c-133bc18c09dc", "name": "Returns list of viewed access request recommendations.", "originalRequest": { "url": { @@ -60704,7 +60704,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -60739,7 +60739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8932fb6-79c5-4274-b9c0-b7e0d113c39d", + "id": "67e109e2-b9ba-4112-94ca-42e883ce1cc0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60794,7 +60794,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -60829,7 +60829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0548a40-53aa-41c1-91d2-507ad807ee85", + "id": "df88322f-1cca-4f2d-a28f-a644f9a6b118", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60884,7 +60884,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -60919,7 +60919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52ebd7e4-b8e0-4fab-84f1-872e464053cb", + "id": "c2a1e4e6-86be-4aeb-8bd8-446362c2179e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60974,7 +60974,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -61009,7 +61009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55b3d350-04f6-4dc7-b7e4-beed9fb18c3e", + "id": "c935b56f-dd87-4e28-9d58-223baef402a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61064,7 +61064,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -61099,7 +61099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "804e090c-bebc-448b-bc37-aa45a415dd28", + "id": "71888e7c-64de-4611-ad6b-f459df3b1f92", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61154,7 +61154,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -61195,7 +61195,7 @@ } }, { - "id": "df44b98c-7a9e-41d8-945e-f00a33ddf1fc", + "id": "b61f6f5b-d6f2-4717-8921-6f68b899ba2d", "name": "Notification of Viewed Access Request Recommendations in Bulk", "request": { "name": "Notification of Viewed Access Request Recommendations in Bulk", @@ -61239,7 +61239,7 @@ }, "response": [ { - "id": "f09f529a-f783-4c26-86bc-bed5b733c2f0", + "id": "61a7312e-eb0f-4dfc-baad-dd58e4896f7b", "name": "Recommendations successfully stored as viewed.", "originalRequest": { "url": { @@ -61297,7 +61297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daf2e25d-7560-4a38-a269-fde6b53458cf", + "id": "50844048-92f7-446a-8b7b-ea0cb1729668", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61355,7 +61355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1d06308-dded-4b40-9c65-19a3d94f98f0", + "id": "88f14c57-7c84-4e44-95d9-e3153d5afb61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61413,7 +61413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87d0203f-46d9-4e7b-9025-53004e4cfb3e", + "id": "0341e114-ea30-4957-b33c-30e04fe0fdfc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61471,7 +61471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fcc9bb7-9470-4684-81c3-41432dbfa56a", + "id": "8b3c1528-4359-4f7f-8338-4ad680616b73", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61529,7 +61529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42f86e30-2dab-47a4-893d-565629f9b7c4", + "id": "b6a23e9a-9420-40a6-970c-c7ce94d4f074", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61599,7 +61599,7 @@ "description": "", "item": [ { - "id": "075cf780-234e-40f6-84a7-c2b983e0f449", + "id": "ce23cf62-d608-4ab5-b675-269c36106f9f", "name": "Get a paginated list of common access", "request": { "name": "Get a paginated list of common access", @@ -61674,7 +61674,7 @@ }, "response": [ { - "id": "6c01f1e8-83f7-460c-9597-c1dc316dfb23", + "id": "baeaa0ab-78bd-46d6-9b2b-cc151b5d62c4", "name": "Succeeded. Returns a list of common access for a customer.", "originalRequest": { "url": { @@ -61758,12 +61758,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"Duis\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"deserunt in consequat\",\n \"description\": \"exercitation a\",\n \"ownerName\": \"eiusmod ea\",\n \"ownerId\": \"in laboris mollit tempor\"\n },\n \"status\": \"fugia\",\n \"lastUpdated\": \"1983-06-26T11:42:07.681Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"2010-05-22T23:33:46.942Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"dolore i\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"et qui ut\",\n \"description\": \"consectetur ea\",\n \"ownerName\": \"commodo sit veniam\",\n \"ownerId\": \"id magna veniam Ut\"\n },\n \"status\": \"dolore consequat\",\n \"lastUpdated\": \"1999-10-08T03:07:43.392Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"1945-03-10T13:57:52.734Z\",\n \"createdByUser\": false\n }\n]", + "body": "[\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"occaecat officia irure culpa eiusmod\",\n \"type\": \"ROLE\",\n \"name\": \"labore Lorem\",\n \"description\": \"sint\",\n \"ownerName\": \"anim incididunt do aute\",\n \"ownerId\": \"aliqua quis dolore\"\n },\n \"status\": \"anim Lorem\",\n \"lastUpdated\": \"1948-12-30T12:50:48.840Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"1983-09-23T02:20:41.529Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"aliqua incididunt amet esse\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"quis magna tempor\",\n \"description\": \"eu adipisicing nisi Duis ad\",\n \"ownerName\": \"aliqua pariatur ut elit consequat\",\n \"ownerId\": \"aliquip in\"\n },\n \"status\": \"in\",\n \"lastUpdated\": \"2003-06-05T09:55:55.060Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"1968-05-25T18:02:00.736Z\",\n \"createdByUser\": false\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1055d1a7-54cc-4407-80e4-d6edd57e1438", + "id": "1614cdff-9eeb-44b5-ae39-eaf71891f60d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61852,7 +61852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41cf2587-b71d-4815-8c6d-4053c01123f5", + "id": "689a8847-f94c-4e6f-99a1-506673f39bb8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61941,7 +61941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bf728fd-fffa-4498-9f33-cf98171189dc", + "id": "1ae478c0-cf7e-42d8-a697-0d4a51f6ff78", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62030,7 +62030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3337001-508c-426e-a416-34aa492c6e6b", + "id": "79e3aaa8-fd02-48c1-aeb5-bb00a445a866", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62125,7 +62125,7 @@ } }, { - "id": "dda1c890-40b2-4fd2-8e48-6f1ca9695a11", + "id": "dbfa7fa1-b684-46e8-a8a8-dcd9bce3282f", "name": "Create common access items", "request": { "name": "Create common access items", @@ -62156,7 +62156,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"labore Duis\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"dolore incidi\",\n \"description\": \"pariatur laboris laborum\",\n \"ownerName\": \"mollit incididunt\",\n \"ownerId\": \"ipsum\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"proident dolor eu eiusmod\",\n \"type\": \"ROLE\",\n \"name\": \"consectetur sint labore laboris\",\n \"description\": \"laborum\",\n \"ownerName\": \"ullamco nulla\",\n \"ownerId\": \"in dolor\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62167,7 +62167,7 @@ }, "response": [ { - "id": "4a3d2baa-3528-452b-908a-23189c3d396f", + "id": "2461db1e-7925-4769-9fb3-e3650cbf87bb", "name": "Returns details of the common access classification request.", "originalRequest": { "url": { @@ -62201,7 +62201,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"labore Duis\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"dolore incidi\",\n \"description\": \"pariatur laboris laborum\",\n \"ownerName\": \"mollit incididunt\",\n \"ownerId\": \"ipsum\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"proident dolor eu eiusmod\",\n \"type\": \"ROLE\",\n \"name\": \"consectetur sint labore laboris\",\n \"description\": \"laborum\",\n \"ownerName\": \"ullamco nulla\",\n \"ownerId\": \"in dolor\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62218,12 +62218,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"deserunt voluptate adipisicing amet\",\n \"access\": {\n \"id\": \"Lorem pariatur in\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"in dolor Excepteur\",\n \"description\": \"quis\",\n \"ownerName\": \"veniam culpa cillum\",\n \"ownerId\": \"sed sunt\"\n },\n \"status\": \"CONFIRMED\",\n \"lastUpdated\": \"cupidatat\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"enim velit Duis cillum consectetur\",\n \"createdByUser\": \"exercitation a\"\n}", + "body": "{\n \"id\": \"Ut magna ut tempor\",\n \"access\": {\n \"id\": \"culpa\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"enim ullamco ut \",\n \"description\": \"do laborum veniam minim tempor\",\n \"ownerName\": \"lab\",\n \"ownerId\": \"occaecat magna nulla\"\n },\n \"status\": \"DENIED\",\n \"lastUpdated\": \"qui Ut\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"exercitation\",\n \"createdByUser\": \"do Ut Duis laboris \"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0353fba2-94a7-423b-bb16-61cbe6d60553", + "id": "e36c233c-7148-48d2-9348-350d4107c02d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62257,7 +62257,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"labore Duis\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"dolore incidi\",\n \"description\": \"pariatur laboris laborum\",\n \"ownerName\": \"mollit incididunt\",\n \"ownerId\": \"ipsum\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"proident dolor eu eiusmod\",\n \"type\": \"ROLE\",\n \"name\": \"consectetur sint labore laboris\",\n \"description\": \"laborum\",\n \"ownerName\": \"ullamco nulla\",\n \"ownerId\": \"in dolor\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62279,7 +62279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5100afc3-5216-490c-a799-b3290617e441", + "id": "77f9727e-173a-4dd9-a000-7119b6e5969e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62313,7 +62313,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"labore Duis\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"dolore incidi\",\n \"description\": \"pariatur laboris laborum\",\n \"ownerName\": \"mollit incididunt\",\n \"ownerId\": \"ipsum\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"proident dolor eu eiusmod\",\n \"type\": \"ROLE\",\n \"name\": \"consectetur sint labore laboris\",\n \"description\": \"laborum\",\n \"ownerName\": \"ullamco nulla\",\n \"ownerId\": \"in dolor\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62335,7 +62335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae44b35b-d382-44b1-8148-75880dfa68ab", + "id": "5695d0f8-ebb3-4f09-a0a6-7d962bf558f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62369,7 +62369,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"labore Duis\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"dolore incidi\",\n \"description\": \"pariatur laboris laborum\",\n \"ownerName\": \"mollit incididunt\",\n \"ownerId\": \"ipsum\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"proident dolor eu eiusmod\",\n \"type\": \"ROLE\",\n \"name\": \"consectetur sint labore laboris\",\n \"description\": \"laborum\",\n \"ownerName\": \"ullamco nulla\",\n \"ownerId\": \"in dolor\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62391,7 +62391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0f87641-2d17-44e8-a961-0074a807e0e5", + "id": "04ff1397-99db-44b4-9b13-86400650b1a7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62425,7 +62425,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"labore Duis\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"dolore incidi\",\n \"description\": \"pariatur laboris laborum\",\n \"ownerName\": \"mollit incididunt\",\n \"ownerId\": \"ipsum\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"proident dolor eu eiusmod\",\n \"type\": \"ROLE\",\n \"name\": \"consectetur sint labore laboris\",\n \"description\": \"laborum\",\n \"ownerName\": \"ullamco nulla\",\n \"ownerId\": \"in dolor\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62447,7 +62447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf7e6946-04e9-472d-96d0-ca63b817b1fd", + "id": "1b52cde5-a501-4b40-8880-230bf01e643a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62481,7 +62481,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"labore Duis\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"dolore incidi\",\n \"description\": \"pariatur laboris laborum\",\n \"ownerName\": \"mollit incididunt\",\n \"ownerId\": \"ipsum\"\n },\n \"status\": \"CONFIRMED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"proident dolor eu eiusmod\",\n \"type\": \"ROLE\",\n \"name\": \"consectetur sint labore laboris\",\n \"description\": \"laborum\",\n \"ownerName\": \"ullamco nulla\",\n \"ownerId\": \"in dolor\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -62509,7 +62509,7 @@ } }, { - "id": "f473704a-8779-4193-927a-129a521db379", + "id": "149fc3fd-7471-4e2d-b0f3-df796de64a2c", "name": "Bulk update common access status", "request": { "name": "Bulk update common access status", @@ -62541,7 +62541,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:c2d9f34d-c8e8-4fbb-1147-735e6bd6c74f\",\n \"urn:uuid:728f5cef-b757-0fb4-477f-615278678410\"\n ],\n \"deniedIds\": [\n \"e642e8e8-3dd2-7e43-600d-6c7ec371cddd\",\n \"urn:uuid:b4f91c17-20b3-1e6d-a087-b2b1f29759ec\"\n ]\n },\n {\n \"confirmedIds\": [\n \"117d835e-cebe-afbb-d6f5-761dbabb8202\",\n \"d60a58b2-13f1-145a-8746-4c247f188481\"\n ],\n \"deniedIds\": [\n \"55d8f68e-c4a2-5262-9c0a-366c9d58fffc\",\n \"urn:uuid:a3e324de-edb4-105a-cd5a-41368340bf84\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:9d96e745-9889-6db0-cd63-f92581f0cfd6\",\n \"urn:uuid:e8700ec7-00d4-78b8-a3ed-78415eb7988b\"\n ],\n \"deniedIds\": [\n \"4583f697-54ac-f208-ff7d-dc5774587289\",\n \"urn:uuid:98c2eb10-6043-63fd-18fa-4db68a2e2f99\"\n ]\n },\n {\n \"confirmedIds\": [\n \"2bd4d8da-c5db-1e9e-a624-2ee697260675\",\n \"fcd2f9aa-0e2d-e867-f243-98e667efeb0e\"\n ],\n \"deniedIds\": [\n \"urn:uuid:9d34d46e-e227-df4e-c7bb-d1c6c1ae0fad\",\n \"12c6c111-cdbb-5072-236c-ab1902ed6b46\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62552,7 +62552,7 @@ }, "response": [ { - "id": "d7857379-f920-48da-9b3e-67a8b0cc10eb", + "id": "6d294a95-8ba2-49d0-81f0-6bf0b1c03518", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -62587,7 +62587,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:c2d9f34d-c8e8-4fbb-1147-735e6bd6c74f\",\n \"urn:uuid:728f5cef-b757-0fb4-477f-615278678410\"\n ],\n \"deniedIds\": [\n \"e642e8e8-3dd2-7e43-600d-6c7ec371cddd\",\n \"urn:uuid:b4f91c17-20b3-1e6d-a087-b2b1f29759ec\"\n ]\n },\n {\n \"confirmedIds\": [\n \"117d835e-cebe-afbb-d6f5-761dbabb8202\",\n \"d60a58b2-13f1-145a-8746-4c247f188481\"\n ],\n \"deniedIds\": [\n \"55d8f68e-c4a2-5262-9c0a-366c9d58fffc\",\n \"urn:uuid:a3e324de-edb4-105a-cd5a-41368340bf84\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:9d96e745-9889-6db0-cd63-f92581f0cfd6\",\n \"urn:uuid:e8700ec7-00d4-78b8-a3ed-78415eb7988b\"\n ],\n \"deniedIds\": [\n \"4583f697-54ac-f208-ff7d-dc5774587289\",\n \"urn:uuid:98c2eb10-6043-63fd-18fa-4db68a2e2f99\"\n ]\n },\n {\n \"confirmedIds\": [\n \"2bd4d8da-c5db-1e9e-a624-2ee697260675\",\n \"fcd2f9aa-0e2d-e867-f243-98e667efeb0e\"\n ],\n \"deniedIds\": [\n \"urn:uuid:9d34d46e-e227-df4e-c7bb-d1c6c1ae0fad\",\n \"12c6c111-cdbb-5072-236c-ab1902ed6b46\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62609,7 +62609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfc41fc8-4b98-4a7e-b93d-c4779b44772f", + "id": "08dd4b2b-6e28-4160-96ee-d5bc2ff34067", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62644,7 +62644,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:c2d9f34d-c8e8-4fbb-1147-735e6bd6c74f\",\n \"urn:uuid:728f5cef-b757-0fb4-477f-615278678410\"\n ],\n \"deniedIds\": [\n \"e642e8e8-3dd2-7e43-600d-6c7ec371cddd\",\n \"urn:uuid:b4f91c17-20b3-1e6d-a087-b2b1f29759ec\"\n ]\n },\n {\n \"confirmedIds\": [\n \"117d835e-cebe-afbb-d6f5-761dbabb8202\",\n \"d60a58b2-13f1-145a-8746-4c247f188481\"\n ],\n \"deniedIds\": [\n \"55d8f68e-c4a2-5262-9c0a-366c9d58fffc\",\n \"urn:uuid:a3e324de-edb4-105a-cd5a-41368340bf84\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:9d96e745-9889-6db0-cd63-f92581f0cfd6\",\n \"urn:uuid:e8700ec7-00d4-78b8-a3ed-78415eb7988b\"\n ],\n \"deniedIds\": [\n \"4583f697-54ac-f208-ff7d-dc5774587289\",\n \"urn:uuid:98c2eb10-6043-63fd-18fa-4db68a2e2f99\"\n ]\n },\n {\n \"confirmedIds\": [\n \"2bd4d8da-c5db-1e9e-a624-2ee697260675\",\n \"fcd2f9aa-0e2d-e867-f243-98e667efeb0e\"\n ],\n \"deniedIds\": [\n \"urn:uuid:9d34d46e-e227-df4e-c7bb-d1c6c1ae0fad\",\n \"12c6c111-cdbb-5072-236c-ab1902ed6b46\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62666,7 +62666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faaab6e2-12eb-4984-94a5-1e79ebbcfc55", + "id": "c89124ff-c0bf-456b-b05d-8a1b313d6d70", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62701,7 +62701,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:c2d9f34d-c8e8-4fbb-1147-735e6bd6c74f\",\n \"urn:uuid:728f5cef-b757-0fb4-477f-615278678410\"\n ],\n \"deniedIds\": [\n \"e642e8e8-3dd2-7e43-600d-6c7ec371cddd\",\n \"urn:uuid:b4f91c17-20b3-1e6d-a087-b2b1f29759ec\"\n ]\n },\n {\n \"confirmedIds\": [\n \"117d835e-cebe-afbb-d6f5-761dbabb8202\",\n \"d60a58b2-13f1-145a-8746-4c247f188481\"\n ],\n \"deniedIds\": [\n \"55d8f68e-c4a2-5262-9c0a-366c9d58fffc\",\n \"urn:uuid:a3e324de-edb4-105a-cd5a-41368340bf84\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:9d96e745-9889-6db0-cd63-f92581f0cfd6\",\n \"urn:uuid:e8700ec7-00d4-78b8-a3ed-78415eb7988b\"\n ],\n \"deniedIds\": [\n \"4583f697-54ac-f208-ff7d-dc5774587289\",\n \"urn:uuid:98c2eb10-6043-63fd-18fa-4db68a2e2f99\"\n ]\n },\n {\n \"confirmedIds\": [\n \"2bd4d8da-c5db-1e9e-a624-2ee697260675\",\n \"fcd2f9aa-0e2d-e867-f243-98e667efeb0e\"\n ],\n \"deniedIds\": [\n \"urn:uuid:9d34d46e-e227-df4e-c7bb-d1c6c1ae0fad\",\n \"12c6c111-cdbb-5072-236c-ab1902ed6b46\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62723,7 +62723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3222399d-b879-41c0-a117-2c7bdc7eaae6", + "id": "f1af785a-64fe-4c5a-ab3e-5bfdde483b4a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62758,7 +62758,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:c2d9f34d-c8e8-4fbb-1147-735e6bd6c74f\",\n \"urn:uuid:728f5cef-b757-0fb4-477f-615278678410\"\n ],\n \"deniedIds\": [\n \"e642e8e8-3dd2-7e43-600d-6c7ec371cddd\",\n \"urn:uuid:b4f91c17-20b3-1e6d-a087-b2b1f29759ec\"\n ]\n },\n {\n \"confirmedIds\": [\n \"117d835e-cebe-afbb-d6f5-761dbabb8202\",\n \"d60a58b2-13f1-145a-8746-4c247f188481\"\n ],\n \"deniedIds\": [\n \"55d8f68e-c4a2-5262-9c0a-366c9d58fffc\",\n \"urn:uuid:a3e324de-edb4-105a-cd5a-41368340bf84\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:9d96e745-9889-6db0-cd63-f92581f0cfd6\",\n \"urn:uuid:e8700ec7-00d4-78b8-a3ed-78415eb7988b\"\n ],\n \"deniedIds\": [\n \"4583f697-54ac-f208-ff7d-dc5774587289\",\n \"urn:uuid:98c2eb10-6043-63fd-18fa-4db68a2e2f99\"\n ]\n },\n {\n \"confirmedIds\": [\n \"2bd4d8da-c5db-1e9e-a624-2ee697260675\",\n \"fcd2f9aa-0e2d-e867-f243-98e667efeb0e\"\n ],\n \"deniedIds\": [\n \"urn:uuid:9d34d46e-e227-df4e-c7bb-d1c6c1ae0fad\",\n \"12c6c111-cdbb-5072-236c-ab1902ed6b46\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62780,7 +62780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61eeb542-c543-4414-b7a1-31b0b15aed14", + "id": "963b0383-cf28-45a5-9c70-77f0f98005cd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62815,7 +62815,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:c2d9f34d-c8e8-4fbb-1147-735e6bd6c74f\",\n \"urn:uuid:728f5cef-b757-0fb4-477f-615278678410\"\n ],\n \"deniedIds\": [\n \"e642e8e8-3dd2-7e43-600d-6c7ec371cddd\",\n \"urn:uuid:b4f91c17-20b3-1e6d-a087-b2b1f29759ec\"\n ]\n },\n {\n \"confirmedIds\": [\n \"117d835e-cebe-afbb-d6f5-761dbabb8202\",\n \"d60a58b2-13f1-145a-8746-4c247f188481\"\n ],\n \"deniedIds\": [\n \"55d8f68e-c4a2-5262-9c0a-366c9d58fffc\",\n \"urn:uuid:a3e324de-edb4-105a-cd5a-41368340bf84\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:9d96e745-9889-6db0-cd63-f92581f0cfd6\",\n \"urn:uuid:e8700ec7-00d4-78b8-a3ed-78415eb7988b\"\n ],\n \"deniedIds\": [\n \"4583f697-54ac-f208-ff7d-dc5774587289\",\n \"urn:uuid:98c2eb10-6043-63fd-18fa-4db68a2e2f99\"\n ]\n },\n {\n \"confirmedIds\": [\n \"2bd4d8da-c5db-1e9e-a624-2ee697260675\",\n \"fcd2f9aa-0e2d-e867-f243-98e667efeb0e\"\n ],\n \"deniedIds\": [\n \"urn:uuid:9d34d46e-e227-df4e-c7bb-d1c6c1ae0fad\",\n \"12c6c111-cdbb-5072-236c-ab1902ed6b46\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62837,7 +62837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39e431c4-c545-4b99-8042-36ee1844bcb7", + "id": "40950761-3a41-4cd4-99cf-d31232815975", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62872,7 +62872,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:c2d9f34d-c8e8-4fbb-1147-735e6bd6c74f\",\n \"urn:uuid:728f5cef-b757-0fb4-477f-615278678410\"\n ],\n \"deniedIds\": [\n \"e642e8e8-3dd2-7e43-600d-6c7ec371cddd\",\n \"urn:uuid:b4f91c17-20b3-1e6d-a087-b2b1f29759ec\"\n ]\n },\n {\n \"confirmedIds\": [\n \"117d835e-cebe-afbb-d6f5-761dbabb8202\",\n \"d60a58b2-13f1-145a-8746-4c247f188481\"\n ],\n \"deniedIds\": [\n \"55d8f68e-c4a2-5262-9c0a-366c9d58fffc\",\n \"urn:uuid:a3e324de-edb4-105a-cd5a-41368340bf84\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:9d96e745-9889-6db0-cd63-f92581f0cfd6\",\n \"urn:uuid:e8700ec7-00d4-78b8-a3ed-78415eb7988b\"\n ],\n \"deniedIds\": [\n \"4583f697-54ac-f208-ff7d-dc5774587289\",\n \"urn:uuid:98c2eb10-6043-63fd-18fa-4db68a2e2f99\"\n ]\n },\n {\n \"confirmedIds\": [\n \"2bd4d8da-c5db-1e9e-a624-2ee697260675\",\n \"fcd2f9aa-0e2d-e867-f243-98e667efeb0e\"\n ],\n \"deniedIds\": [\n \"urn:uuid:9d34d46e-e227-df4e-c7bb-d1c6c1ae0fad\",\n \"12c6c111-cdbb-5072-236c-ab1902ed6b46\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -62906,7 +62906,7 @@ "description": "", "item": [ { - "id": "34424b59-d8f3-4487-9e18-8f06429ab473", + "id": "32f0a8c1-0e27-401f-b9c4-866144a2f6ca", "name": "Get Message catalogs", "request": { "name": "Get Message catalogs", @@ -62947,7 +62947,7 @@ }, "response": [ { - "id": "49c34d22-d54a-4f4a-9b73-20ccd9251e06", + "id": "bd65c6e4-df8c-4c08-b772-c68d4c43ebd0", "name": "The message catalogs based on the request headers", "originalRequest": { "url": { @@ -62991,7 +62991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aafb3ec-6814-4719-92be-44bafff19303", + "id": "ee4e56d2-5abf-481d-b6f6-7ba0168d8ca2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63035,7 +63035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93ef9309-bd8b-49a1-af94-fe3ba0534402", + "id": "1256aa85-ae40-4203-a05a-ebbe52bcfc9f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63079,7 +63079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4220e05f-21e1-4d44-8cf5-dc71282341fe", + "id": "0d4cdc3c-1c8e-4743-9a41-4d708e44ce05", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63123,7 +63123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b5a0276-460a-4c43-9b2a-83e135827e20", + "id": "808c4e95-c01c-4dfa-92bb-0607f45e7fff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63167,7 +63167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24008794-287a-4e07-91a0-59cd374b0a69", + "id": "95fb6689-ad30-4477-a7ee-adf6865104ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63223,7 +63223,7 @@ "description": "", "item": [ { - "id": "cccb350f-7be2-481a-9207-d9b76277cf90", + "id": "69af3632-5cec-4345-9e77-708541f0cb82", "name": "IAI Identity Outliers Summary", "request": { "name": "IAI Identity Outliers Summary", @@ -63298,7 +63298,7 @@ }, "response": [ { - "id": "c293fc1f-c223-4011-925a-a0590aa41dfa", + "id": "197a9b8e-822c-4018-a01d-07797819b115", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -63388,7 +63388,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "63765703" + "value": "-17484749" } ], "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]", @@ -63396,7 +63396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca7a56d6-7714-46bb-9c6b-4f21f0b5bb25", + "id": "2eefa6bd-22d7-4300-8749-9650cc688177", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -63485,7 +63485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a14f006b-7320-4cfd-a8b3-27569d88af2f", + "id": "3c4c9eab-9520-482a-b178-1659a360fb9f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63574,7 +63574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6481a9af-e904-4958-b9fe-6b98472ddbb3", + "id": "0c265295-3d73-4fac-8878-b8232a14da43", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63663,7 +63663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d22f400b-d862-4726-9924-12777e61f525", + "id": "da86b23e-3d1e-4ee6-a719-bf7c14674c32", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63752,7 +63752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "603e9cbf-21f6-46e8-89cb-148e3b6bf6fd", + "id": "7e6fcdce-a2c2-4afb-a393-38f5d517f168", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63841,7 +63841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cf70955-903f-4688-be60-54f7454a60d8", + "id": "e9acf3a6-3d01-42ca-93e2-1f24c6ad4f62", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63936,7 +63936,7 @@ } }, { - "id": "f2713bfe-2a05-4f7f-9195-cfcf8bdaba60", + "id": "29eeda29-2786-4ef2-b8a4-8a08ce4b95d7", "name": "IAI Identity Outliers Latest Summary", "request": { "name": "IAI Identity Outliers Latest Summary", @@ -63976,7 +63976,7 @@ }, "response": [ { - "id": "f089b225-d6a9-4193-98ca-95b90e852b16", + "id": "97f27fc1-c1a9-4e35-a446-538b0d324c79", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -64030,7 +64030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d953c96-6bfa-414d-b745-78e942033ae6", + "id": "1a2ae678-5728-401f-8ed8-2a0aa35041b0", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -64084,7 +64084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26c3a272-a6df-4b8e-a48f-28871db0d2ee", + "id": "b5d5e5b0-c324-4286-8b4b-519328300589", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64138,7 +64138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da3e3268-7d26-457a-8780-48a65307f9eb", + "id": "e4d8a1c2-a3be-4804-a109-9300b356f234", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64192,7 +64192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f30c8ac3-5ccc-4b59-b31f-5812de5e673b", + "id": "24b652f8-7632-46e6-91ed-8926ad404374", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64246,7 +64246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bde93dd-d98b-475a-9bdc-60e53a520848", + "id": "c62a7375-9c75-4882-8ea0-609e62ee80b2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64300,7 +64300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35e10ca9-8b8d-4e9a-8bb8-365e86eee716", + "id": "7e1d55f6-7e68-4b86-81d3-3f23c2a0f004", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64360,7 +64360,7 @@ } }, { - "id": "7efaece4-9363-410d-99ca-0338450593dd", + "id": "70f9c7ed-8e5d-42e3-8df5-e38f4f9d023f", "name": "IAI Get Identity Outliers", "request": { "name": "IAI Get Identity Outliers", @@ -64444,7 +64444,7 @@ }, "response": [ { - "id": "bf868f0f-6f13-43c0-9f1e-70d646b71f94", + "id": "52ce8508-1d6c-47d1-889e-abbddae0fbef", "name": "Succeeded. Returns list of objects. Each object contains information about outliers", "originalRequest": { "url": { @@ -64543,7 +64543,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "63765703" + "value": "-17484749" } ], "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]", @@ -64551,7 +64551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "947caca8-d648-47fa-80a3-5b0ff18e910d", + "id": "08795ed5-7e3f-4a7b-abb6-79a526a968a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64649,7 +64649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2063167f-8938-4448-8f92-c95a2a3383a3", + "id": "a1583de3-a55a-4de8-88bc-7feeb805b0f8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64747,7 +64747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f74f865-6b7b-4f1f-8f7d-ccf9e4213e51", + "id": "7c72de96-2da3-4fc8-8ff2-c2cef8a2e6c6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64845,7 +64845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83fc6734-96f6-416b-88c3-f807e739b7ca", + "id": "8d3c5ffa-9494-4f29-8608-cdf404b0d079", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64943,7 +64943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c179be8-d468-4759-b293-885ed14c654a", + "id": "8d9cf4f7-e2c5-421c-8464-0223a4a7e361", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65047,7 +65047,7 @@ } }, { - "id": "fc58674e-d0e1-4afe-adeb-b70d330b992d", + "id": "a462ac2b-a075-4743-80da-b9e07cc972f4", "name": "Get identity outlier's contibuting features", "request": { "name": "Get identity outlier's contibuting features", @@ -65135,7 +65135,7 @@ }, "response": [ { - "id": "c3388862-2886-41f1-b65b-5d94298be888", + "id": "498d862c-2efc-4f92-9348-a1fc02612038", "name": "Succeeded. Returns list of objects. Each object contains a feature and metadata about that feature", "originalRequest": { "url": { @@ -65227,7 +65227,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "63765703" + "value": "-17484749" }, { "disabled": true, @@ -65236,15 +65236,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], - "body": "[\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.12367238436048189,\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.6337588913290184,\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.5666049224417049,\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.6086644384461093,\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": "5047f10f-17cc-4709-b0c0-85fa262ef139", + "id": "2c578f50-478c-460c-a839-17cb2fae3e57", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65335,7 +65335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2706d5c0-038b-4a36-87fe-7bc1a85cbb57", + "id": "9b94eac5-255d-460d-8ab3-8aee212b03ef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65426,7 +65426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4654457e-c357-4380-8946-4908e50a79f3", + "id": "bc2b704d-4ba9-4391-a9e2-54efc2f21bd2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65517,7 +65517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10d62402-78b8-46d5-86d4-1f1b9209e0ff", + "id": "3839c182-0f83-4c09-9f67-002de19904e8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65608,7 +65608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7947bf9e-505d-4b26-abfa-64ce9aea4b2f", + "id": "39c1a93c-6ca6-4e75-b948-4ca42e0a1682", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65699,7 +65699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a90d0e9-2406-4aa9-8919-f47e90cdbf1f", + "id": "dad84d21-c104-4558-bf9f-f8f08110d057", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65796,7 +65796,7 @@ } }, { - "id": "d7e3a2da-2c32-420a-9cd0-dada45c3bb07", + "id": "823f7730-d527-4b7d-a2c8-58d197241c5b", "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", @@ -65896,7 +65896,7 @@ }, "response": [ { - "id": "f2df4857-498a-4d9e-a727-a977eec251e3", + "id": "f471a050-568c-4dbe-98a5-21a1ff925919", "name": "The list of access items.", "originalRequest": { "url": { @@ -65989,7 +65989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efe2c697-d5df-41a8-a776-f98a0a4c2f92", + "id": "44169ae3-14cb-46a1-acac-53c22047eecc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66082,7 +66082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59fe3438-9028-4b4b-ab8a-bc8106f0446c", + "id": "1818aa00-8724-466d-b6ec-37f59028239c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66175,7 +66175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5be1add-0cd5-45ad-b416-506dc9867740", + "id": "25d0e21a-472d-4d6f-b5b2-c82f1e475b1b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66268,7 +66268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36b8b36c-8700-45fd-acec-d16bc08faf1b", + "id": "ae9211b0-b901-4395-9102-2d87180e9f04", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66361,7 +66361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f70c672b-5f87-41e1-999b-d52dcc9f78f5", + "id": "9e7a064d-b8e9-40d1-ace1-1a0201e59ce5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66454,7 +66454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "421b3eb4-895c-4fb5-82ea-b84c5adceb64", + "id": "fdd061ca-7ec8-470c-8369-158a636a3d11", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66553,7 +66553,7 @@ } }, { - "id": "fc510da8-9256-4f09-94c4-0212c68ad0e9", + "id": "cebe943c-84bb-45d5-b414-ac4581077d1c", "name": "IAI Identity Outliers Ignore", "request": { "name": "IAI Identity Outliers Ignore", @@ -66596,7 +66596,7 @@ }, "response": [ { - "id": "7e94269c-be6b-4e4e-81c2-124b52810f44", + "id": "078720b8-1602-4a81-9519-d825bad7d26c", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -66643,7 +66643,7 @@ "_postman_previewlanguage": "text" }, { - "id": "62d36191-7b03-4147-9ecb-30aa912d24c4", + "id": "8e5dd8e2-ab9f-42f6-9288-92413a70017b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66700,7 +66700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93e86ce6-1f17-47ff-ab1d-55f206551c20", + "id": "97e4bad5-8915-40d9-bad1-82dacef75393", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66757,7 +66757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd9e235d-0e15-4e94-87be-bdc3907c288b", + "id": "5bfb4009-bf8a-4719-8838-de0cd7dd9108", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66814,7 +66814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25166f11-37f3-43ac-8d3d-fc2ee64dfddd", + "id": "9cd1f7e3-a152-4b0a-bd5e-22d4033b225e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66871,7 +66871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b838b7aa-a698-416e-b893-9a7ee27cea0d", + "id": "100f5db0-eb2d-4161-8852-d0ca483bc723", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66934,7 +66934,7 @@ } }, { - "id": "89fc75dd-1b01-41db-a3a1-83f4a681b731", + "id": "4512a163-787e-4b6c-bacc-ac1e41191477", "name": "IAI Identity Outliers Unignore", "request": { "name": "IAI Identity Outliers Unignore", @@ -66977,7 +66977,7 @@ }, "response": [ { - "id": "c72c63e8-164d-4d6b-b80e-fff57cb9e6cb", + "id": "cc5b1917-cb05-48de-b8a3-260b3280bf2a", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -67024,7 +67024,7 @@ "_postman_previewlanguage": "text" }, { - "id": "072a3a20-a64c-4af1-a746-d0ff75dbf643", + "id": "f86981cb-4d01-46b8-90b9-e441bbaf5f36", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67081,7 +67081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f393773e-357a-4e19-b142-26a19286a91e", + "id": "bd6a9165-4410-4988-81c3-f4e04aef00ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67138,7 +67138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56210611-cbd4-474b-8d30-7b0cbe7c5792", + "id": "95ee4a69-e1e5-4e6b-8ecf-51125cfd1153", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67195,7 +67195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab28591c-89f7-4c20-92a5-659869f4cad4", + "id": "76935be0-eb70-4113-9940-9b327f5a5df8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67252,7 +67252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af7d5594-0c3e-40a6-a7c0-261af7fc8238", + "id": "a809723f-00ad-4843-bbe5-e19e880d152d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67315,7 +67315,7 @@ } }, { - "id": "3c18374c-3e19-48e4-979e-4d1dda870d65", + "id": "5ac29efa-2d83-4303-852b-0f08e6ad3996", "name": "IAI Identity Outliers Export", "request": { "name": "IAI Identity Outliers Export", @@ -67355,7 +67355,7 @@ }, "response": [ { - "id": "f5a4bf05-c20f-4d43-8578-888a81c616a6", + "id": "0318238c-efdf-410a-8810-4162cd6cd3a5", "name": "Succeeded. Returns zip of 2 CSVs to download. 1 CSV for ignored outliers and 1 for non-ignored outliers", "originalRequest": { "url": { @@ -67404,12 +67404,12 @@ "value": "application/zip" } ], - "body": "reprehenderit proident Ut ad", + "body": "occaecat Excepteur", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "52f7d59b-b744-4874-9add-d0b51e5512c1", + "id": "79044ec0-ec74-4dbc-a0cf-05dc8cd03918", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67463,7 +67463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f912ff01-b8de-4efb-b0d4-25902d922959", + "id": "0c961158-210c-4d4b-81d7-fd4f39b0fb9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67517,7 +67517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d09044c-41b0-4511-b438-f16f4d054c46", + "id": "db471d3b-54b1-4ec9-90b9-f2c66f365198", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67571,7 +67571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36c8c8b6-96aa-488a-af3c-2d9d6bc08133", + "id": "cb38cf3a-50f8-4c90-8336-5b722b73e552", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67625,7 +67625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ff0c098-d904-42c3-a462-21e0c363d9af", + "id": "b4c887c5-f1ce-404e-83d1-6499a87e6cfa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67685,7 +67685,7 @@ } }, { - "id": "a5513181-8472-4aa8-82f8-e59688ec82cd", + "id": "cee516a8-3836-499f-8127-a9a45ccec6e5", "name": "Get identity outlier contibuting feature summary", "request": { "name": "Get identity outlier contibuting feature summary", @@ -67726,7 +67726,7 @@ }, "response": [ { - "id": "6302da76-7363-4d27-b2f5-2f943a84c95b", + "id": "77bdfc0c-b09a-4f68-864a-219cdfd42370", "name": "Succeeded. Returns selected contributing feature summary for an outlier", "originalRequest": { "url": { @@ -67771,15 +67771,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], - "body": "{\n \"contributingFeatureName\": \"Rare Access\",\n \"identityOutlierDisplayName\": \"John Smith\",\n \"outlierFeatureDisplayValues\": [\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"voluptate ut tempor cupidatat\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"tempor ea\",\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\": \"adipisicing Ut\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"ipsum nulla quis irure\",\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": "e4a58301-424d-4031-987c-0c5909d9f258", + "id": "7692e853-ca57-40e3-8151-e9684d8baa41", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67823,7 +67823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c9e6f8d-b574-4e1c-b38d-74c4e48b2b04", + "id": "1dfdfd8d-96b3-4440-967a-50f4366ee906", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67867,7 +67867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14ceb934-fe44-4f5b-ad65-56ec56c81ae5", + "id": "ddecee64-d3f9-476b-9f91-a2356949e6d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67911,7 +67911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ee7d2ff-898a-479c-ae4e-df46c171cd40", + "id": "93613681-7c8f-4d58-9f59-f9b1595ed3de", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67955,7 +67955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a98ac90-fd80-4b19-9ade-c751584b843e", + "id": "848e64d3-b811-4a5a-ad28-7fd523addf48", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67999,7 +67999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05b8d3ad-b2ed-48b5-af9b-5f8bfe96ad3e", + "id": "b79a1de9-3728-4306-81b2-28a641fd16d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68055,7 +68055,7 @@ "description": "", "item": [ { - "id": "61b6e51d-2a90-4074-adc5-1568a31861b6", + "id": "f037c858-6274-41ea-a40f-14ca989a1fe5", "name": "Identity Outliers List", "request": { "name": "Identity Outliers List", @@ -68125,7 +68125,7 @@ }, "response": [ { - "id": "088a766c-83bf-47ae-a408-7bcb151ef5eb", + "id": "2b198bd6-e62d-4a1e-bde4-5457f4f5f291", "name": "List of identities that are not included in peer groups.", "originalRequest": { "url": { @@ -68193,12 +68193,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"ut ut\",\n \"type\": \"minim Excepteur quis\",\n \"peer_group_id\": \"anim quis Ut magna in\",\n \"attributes\": {\n \"aliqua_8bd\": {},\n \"veniam_da\": {}\n }\n },\n {\n \"id\": \"dolore\",\n \"type\": \"in\",\n \"peer_group_id\": \"sint\",\n \"attributes\": {\n \"velit5e\": {},\n \"velit_f6\": {},\n \"amet8ea\": {}\n }\n }\n]", + "body": "[\n {\n \"id\": \"incididunt Ut reprehenderit in\",\n \"type\": \"dolore nulla ut in deserunt\",\n \"peer_group_id\": \"nostrud reprehenderit do voluptate\",\n \"attributes\": {\n \"exercitation38\": {}\n }\n },\n {\n \"id\": \"id ullamco\",\n \"type\": \"tempor ullamco officia in\",\n \"peer_group_id\": \"pariatur ut\",\n \"attributes\": {\n \"et_10\": {}\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7a2da26b-3aad-4881-9c33-0939dc95b86d", + "id": "ff3411d8-2e92-4829-ad4c-300d44b0eaff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68271,7 +68271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be85988c-8bee-4db8-9714-91b3bdeb24d3", + "id": "b9aa779c-d40a-414d-8203-1cb4bc9d6432", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68344,7 +68344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc4c5bdc-3d53-44a9-b777-ccd34ab79110", + "id": "60d57597-ebbc-431b-8385-999ea007bf47", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68417,7 +68417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bc0d7ea-5d81-49d3-97a6-0a639d59fe3a", + "id": "9fff02a1-1f91-4051-b079-57b4ed7ed252", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68490,7 +68490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55e4c874-5702-4c7f-9fff-d50b145cb777", + "id": "8bfeda90-e5da-4f5d-bb84-75c483dd6b10", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68575,7 +68575,7 @@ "description": "", "item": [ { - "id": "af387456-6b43-49de-b68a-11b9fc91464b", + "id": "bee489b2-ff34-44fc-89dd-aeb945653a25", "name": "Returns a Recommendation Based on Object", "request": { "name": "Returns a Recommendation Based on Object", @@ -68618,7 +68618,7 @@ }, "response": [ { - "id": "73ccf995-ff13-4159-bed5-1e925c5ca991", + "id": "6037effc-9149-4e06-b988-aa873ed3429e", "name": "The recommendations for a customer", "originalRequest": { "url": { @@ -68670,12 +68670,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\": -89449121.38721511,\n \"featureWeightedScores\": {\n \"veniam_d9\": 6520453.588023186,\n \"enim7\": 1223497.6557329148,\n \"ipsum33b\": -33337242.08694333\n },\n \"threshold\": -10495233.40866667,\n \"identityAttributes\": {\n \"esse9e\": {\n \"value\": \"culpa magna dolo\"\n },\n \"ut__1\": {\n \"value\": \"occaecat veniam\"\n },\n \"occaecat_3_\": {\n \"value\": \"et mollit magna\"\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\": -46744978.02464726,\n \"featureWeightedScores\": {\n \"proident9a\": -53371521.416593425\n },\n \"threshold\": -89726811.81545919,\n \"identityAttributes\": {\n \"enim__3\": {\n \"value\": \"esse nisi in amet\"\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\": 75495561.91210186,\n \"featureWeightedScores\": {\n \"deserunt___3\": 92052377.18892306,\n \"exercitation1\": -81275768.09922847\n },\n \"threshold\": 23368853.013659358,\n \"identityAttributes\": {\n \"quisc9d\": {\n \"value\": \"occaecat\"\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\": 97785690.75950947,\n \"featureWeightedScores\": {\n \"quisa\": 55140352.80807698,\n \"adipisicing24d\": -28935924.0890847,\n \"sed_7d5\": -52418081.989418305,\n \"ut_1_0\": 50161608.01572919\n },\n \"threshold\": -49265853.40148972,\n \"identityAttributes\": {\n \"deserunt__cb\": {\n \"value\": \"eu aliquip deserunt enim e\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d44e0661-abbe-485d-b0c3-20d11fcac9d5", + "id": "32bb3f9d-cd57-4c59-be19-c468ab66541b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68732,7 +68732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df411ca0-4369-4b97-933c-b189453faa35", + "id": "cfd46441-1d90-4e1c-9c73-37e0236bb0b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68789,7 +68789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cedf8359-0a3f-46b8-839a-1bb667746e88", + "id": "97491bbc-03e3-4e15-918f-f84bc67f21f1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68846,7 +68846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a039b683-d07f-4316-a0cf-7e6245a1b785", + "id": "fdb1b68f-27aa-4f8a-a21f-96897a24ba67", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68903,7 +68903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc4c6482-38d6-4775-89e1-c8aa91ad47e7", + "id": "bef8a859-063b-480b-bca8-9223c652bf4a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68966,7 +68966,7 @@ } }, { - "id": "7774a5fb-a066-4652-ad1a-aaba247e510f", + "id": "13175b5f-2c10-43bb-acd0-ed9d69ffff4a", "name": "Get certification recommendation config values", "request": { "name": "Get certification recommendation config values", @@ -68996,7 +68996,7 @@ }, "response": [ { - "id": "39b0e89f-6829-4514-b996-2abde72e9d57", + "id": "71458e6f-9270-458b-b33d-2d8c7f44ed5a", "name": "Cert recommendation configuration attributes", "originalRequest": { "url": { @@ -69040,7 +69040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "603a489f-6e1c-4bac-8106-11cd8466416b", + "id": "86c9bd38-421e-430d-adc9-57b324388c2e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69084,7 +69084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c8cc53b-fa09-433c-a3ae-654a9564b5d0", + "id": "22ab9363-754b-4211-bfb3-07e6273ad5e3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69128,7 +69128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a420a43-e8a5-413f-86fa-e71eb3a4e9b2", + "id": "a5328d7a-98d9-4417-82f0-7238fcabf32f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69172,7 +69172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d0aa36a-f1d3-48a4-b2e0-4dd0634bbc0c", + "id": "318ab9ab-9c2f-4525-b6c0-0d0974d58894", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69222,7 +69222,7 @@ } }, { - "id": "95e3efe5-903a-4cbc-bd4b-035ee5408482", + "id": "d769bbd7-33eb-474d-a31e-654e508d9154", "name": "Update certification recommendation config values", "request": { "name": "Update certification recommendation config values", @@ -69265,7 +69265,7 @@ }, "response": [ { - "id": "b96e5cb1-ed65-4c91-88cb-4ad7263d0bc7", + "id": "7916073e-7e0b-43b0-b25b-973a415efcb7", "name": "Cert recommendation configuration attributes after update", "originalRequest": { "url": { @@ -69322,7 +69322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a09c31f9-bb07-426d-b023-a39c7c3f540f", + "id": "7e464496-3153-4d9f-b375-4b434e46438d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69379,7 +69379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de5a4140-ed56-4071-9cd4-7b10be3ee9ae", + "id": "ef507b43-ae78-4051-aa22-59b176927de0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69436,7 +69436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a3be652-8ef2-4a4e-90ca-995d34c1bc79", + "id": "456e2560-9c6d-4168-b003-b392edd6ba66", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69493,7 +69493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f3d824e-4de0-4048-836a-7baf6c9901a0", + "id": "4e9720c1-ae95-4b46-83f7-6121107b5ec9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69562,7 +69562,7 @@ "description": "", "item": [ { - "id": "2a0a0ef9-d635-4657-a2a5-1cc53898eb00", + "id": "0044fb19-e2e1-47d6-a277-e5e6991a54bc", "name": "Create a role mining session", "request": { "name": "Create a role mining session", @@ -69604,7 +69604,7 @@ }, "response": [ { - "id": "bcb8274f-746f-40ec-abaa-718a01126fea", + "id": "e9dabc36-a0b9-48ee-9f04-b737cd343ef0", "name": "Submitted a role mining session request", "originalRequest": { "url": { @@ -69660,7 +69660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c4f8b0f-a2ee-4463-8e2c-9d4ec6767083", + "id": "0f1e56c0-6c6b-40da-b30d-e081cb01cb1e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69716,7 +69716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b551726a-bfb2-4400-8575-145b7e463627", + "id": "334f693e-b7e2-43b0-a8b0-06e7ccfd4d32", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69772,7 +69772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccebfbd9-01a3-4419-9c19-65260852a621", + "id": "f3fde5f0-e3f1-4f73-b245-bedb6eda6da4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69828,7 +69828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d5b8818-39e1-4ce4-b27a-b4076cb83362", + "id": "90c5906b-217a-429b-94ad-2be984312187", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69884,7 +69884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ab0d677-099d-4be1-8519-45bcacf7df5e", + "id": "536ad8a7-2402-493f-9d1f-deac1e30c5d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69946,7 +69946,7 @@ } }, { - "id": "add06b83-0c08-46ba-9b65-7e2363b14192", + "id": "45f350ef-cbb2-415e-9d22-981d0b1a49fc", "name": "Retrieves all role mining sessions", "request": { "name": "Retrieves all role mining sessions", @@ -70021,7 +70021,7 @@ }, "response": [ { - "id": "1b5a0ae2-d171-4132-b151-523ad5000e8a", + "id": "c914586f-8e6d-4ebf-8d07-4c41e1aa60d8", "name": "Succeeded. Returns all role mining sessions that match the query parameters.", "originalRequest": { "url": { @@ -70110,7 +70110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20d5671e-1df1-4789-82cc-594a3db0435f", + "id": "0830c82d-2998-4ba5-9d44-114e13352d7a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70199,7 +70199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd95126e-921e-4bed-843c-81d3cc64555b", + "id": "11d3ab64-1d03-4856-ae79-5f89a8baae41", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70288,7 +70288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "938a36a2-fe71-4057-a44f-37574536d0a3", + "id": "e6d78743-5654-42b8-9999-52180006f309", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70377,7 +70377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71fb40c6-c2dd-4d47-a9bd-da87ac7ceadb", + "id": "10b3e74f-887e-4fed-ace3-e29104b36b57", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70466,7 +70466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ea3f3f4-fbc7-4529-8952-5103ce94d677", + "id": "750a054e-231c-495c-83c9-4dc60d8e5177", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70561,7 +70561,7 @@ } }, { - "id": "3c2d189f-1ba5-4a03-86cc-d963189e12ab", + "id": "a3f95a27-c939-44b7-a4ef-014b954ca817", "name": "Patch a role mining session", "request": { "name": "Patch a role mining session", @@ -70615,7 +70615,7 @@ }, "response": [ { - "id": "44c0d030-96ea-4f40-9549-11ac80e6340d", + "id": "fc58b06a-11e1-4958-9263-ceff042a3d19", "name": "Success", "originalRequest": { "url": { @@ -70672,7 +70672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "022c79d6-11d0-45cd-86c8-981b5b80bf3e", + "id": "3f8a4413-95ee-4207-8f23-a459ac55b170", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70729,7 +70729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a34f95e-ad28-447d-ab6e-f0dc8323ebe3", + "id": "56d9864f-4290-4316-9204-511fb10bc1df", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70786,7 +70786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "814d20be-4b49-4132-978e-b680b3822896", + "id": "8862bf2d-bb30-4503-b88a-58367bbb518c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70843,7 +70843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df15c893-2319-4876-8886-a16152149b7f", + "id": "a816601e-f057-4e3f-ba03-5fda2967b3b2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70900,7 +70900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f2212d1-c76f-49e4-98de-080b3d66f171", + "id": "9855e39a-4ae9-4029-a4c5-fa2d03e5effe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70957,7 +70957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae21857c-08fb-4c03-bfd8-1d79980f18f9", + "id": "34bdf61f-75e7-4f17-8bb0-3615a9f9bed1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71020,7 +71020,7 @@ } }, { - "id": "518ebda2-e450-4151-9cbc-8c12f9960487", + "id": "738257de-1ec7-443b-bc49-bf908b1a6db0", "name": "Get a role mining session", "request": { "name": "Get a role mining session", @@ -71061,7 +71061,7 @@ }, "response": [ { - "id": "f98510f1-e0b7-46f6-ac76-a8feb20b161e", + "id": "f466b206-05c3-456e-b0a7-57c801b4872e", "name": "Returns a role mining session", "originalRequest": { "url": { @@ -71105,7 +71105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d24fd67-3a6a-4912-8288-b2c128276e39", + "id": "75157e86-1a1c-43a5-b6af-0e5051caf6c1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71149,7 +71149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd0c5f8e-3ec5-455c-959f-b534a924c510", + "id": "d1ccc913-8203-4f2b-8bf4-95bd7881c8ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71193,7 +71193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40ca0651-434d-4e44-a0dc-1cd30ead43f8", + "id": "9576d1f7-a0ca-4ca9-86c8-b613986dcc08", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71237,7 +71237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "979f7ca2-3fda-45a6-a472-c4fa8892ab96", + "id": "fb5c6d72-fac5-44eb-b4a9-89ac11232e03", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -71281,7 +71281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "877cf393-d0db-4649-a77b-4ff4658e2683", + "id": "0f412106-9f96-471b-b6eb-f4b211f2aad7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71325,7 +71325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30d3811e-fec2-4e76-a460-fa6a44c43ecd", + "id": "2d4707f0-dae7-45d5-b60d-c6bfab0c4493", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71375,7 +71375,7 @@ } }, { - "id": "abda4f51-8b72-44ca-ba1f-58ccf55db88a", + "id": "3c7949e1-c00f-4421-98a2-2937811f2176", "name": "Get role mining session status state", "request": { "name": "Get role mining session status state", @@ -71417,7 +71417,7 @@ }, "response": [ { - "id": "96ac96a0-07df-4158-8acc-4c63fadd5227", + "id": "0f5140bc-4707-4cd9-b321-e90ce96aa6c8", "name": "Succeeded. Returns session status", "originalRequest": { "url": { @@ -71462,7 +71462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "717333e1-3b5e-4b3e-be9d-2cadb1b36587", + "id": "488f2a1f-5b31-4387-9b68-d880c7afaa78", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71507,7 +71507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5f53cc0-23cc-4082-ad8c-99b6c276829e", + "id": "ea3af8c2-092f-4dd5-9344-0f045c392556", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71552,7 +71552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d54fba91-4ca8-4b7a-b902-9624722ccb57", + "id": "d8e82743-1b0c-4b49-bf3f-7c0ecfaddbbb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71597,7 +71597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23275caa-804d-4883-8084-dee9973d84b5", + "id": "829335e9-19a0-424e-b387-45caaf621d01", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71648,7 +71648,7 @@ } }, { - "id": "4f27f159-c91c-4c2f-be4d-0e9e83166227", + "id": "2d5cced4-4159-4f37-a886-d30b163d061b", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -71736,7 +71736,7 @@ }, "response": [ { - "id": "61b597c9-1306-4e30-9898-946896855551", + "id": "4ece753e-eaf2-4364-934a-1f217f9352df", "name": "Succeeded. Returns a list of potential role summaries for a role mining session.", "originalRequest": { "url": { @@ -71827,7 +71827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a424815c-198d-4c64-8441-891ad8aef054", + "id": "6f549016-034a-4097-af68-8458b1e7f3a6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71918,7 +71918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a92e5798-c27c-4094-9a93-762b573fdab6", + "id": "3a437e7d-b9e4-4839-aa47-7441a0e0f826", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72009,7 +72009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d277e3c-33fa-4b8e-8fe5-db25fc3b7fa7", + "id": "28fb0aa7-d325-4a44-805d-2f11b869d2bc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72100,7 +72100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "041acd2f-24e8-4c8f-9fb4-ffb677a06a8d", + "id": "5a93a269-08c1-46a2-afc8-1c2e2b6d3290", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72191,7 +72191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e3da3af-f643-4e56-b3b7-5d4edc297eba", + "id": "4bf058a7-42c2-41b2-b52b-187a39d0bee5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72288,7 +72288,7 @@ } }, { - "id": "ce6590e3-da06-4d19-a1ca-93624e02ace2", + "id": "1acfc280-ebf5-4b7e-b02e-d808d83630c2", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -72341,7 +72341,7 @@ }, "response": [ { - "id": "4a429ee2-3d5b-482d-b4b7-b344bb7e9afc", + "id": "19152596-0e55-48f6-9dbb-44e4b4a70787", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -72382,12 +72382,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 \"consequat__c\": \"id amet proident magna cupidatat\",\n \"ind\": \"eius\",\n \"ea_27\": \"cupidatat\"\n },\n {\n \"quis674\": \"aliquip ea mini\",\n \"consequat_1b\": \"sint in commodo dolore\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"laboris_97\": \"nisi mollit\",\n \"voluptated\": \"culpa aliqua ullamco Excepteur\"\n },\n {\n \"in7\": \"proident consectetur cupidatat\",\n \"quis_6\": \"ad aliquip dolor fugiat\"\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 \"ut_41\": \"Excepteur esse\",\n \"aliquip__\": \"irure\"\n },\n {\n \"ut_a\": \"est quis sed\",\n \"sunt84\": \"voluptate reprehenderit dolore\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"officiad4\": \"o\",\n \"ut2d\": \"magna\",\n \"consectetur_462\": \"id laboris sit aliquip\",\n \"tempor_296\": \"do\"\n },\n {\n \"aliquaf8\": \"culpa\",\n \"laborum_e16\": \"anim pariatur\"\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": "cf4fa3a3-2353-40fe-aa13-824cf902b552", + "id": "26657dff-4ab7-4304-8db3-ab5921db294b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72433,7 +72433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c527e8da-cc2b-48f2-be56-a8ec2692736f", + "id": "febe5799-0263-42c8-8818-a0d38086ce15", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72479,7 +72479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "882be7c0-64f2-4e5d-a902-6930deba1529", + "id": "d1be29ad-7410-4552-a4e6-82bddf7c0fcd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72525,7 +72525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c936793-7d01-44e4-8ffa-3be3f522343e", + "id": "4dc9cbb8-119f-4f4e-80d6-2ce8c9bdbd1e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72571,7 +72571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac0214d9-fc1f-4461-84f2-31903b73c342", + "id": "b359cccc-1ea6-4765-b5c5-4cbde43feb30", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72623,7 +72623,7 @@ } }, { - "id": "5b1698db-f6e2-4c00-95cd-2b9d83554c04", + "id": "40801a13-817b-4b06-95ea-9c55163e68d0", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -72689,7 +72689,7 @@ }, "response": [ { - "id": "eb6324b5-a3c6-409b-b772-af5966b434bc", + "id": "643b0ffe-8a60-4cb0-b57f-79af706c4c91", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -72748,7 +72748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45c1f6ed-cba4-4ecd-b239-91ba64c6d163", + "id": "539ca2cd-ae59-447a-8c62-449f45cca619", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72807,7 +72807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bf2bab0-f1f0-4d16-93af-73948f0908b9", + "id": "3863eb59-8b82-4db8-8ff2-96da219f5e65", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72866,7 +72866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5f66154-7bf3-4546-ab98-0cc9ba924acc", + "id": "d6e577cc-35dc-40c6-a4a4-3fd551c57cde", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72925,7 +72925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45350e8f-286c-466a-9f36-577b630f4aad", + "id": "f858b14e-fd2d-407b-814d-09f5ea051966", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -72984,7 +72984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81d5ff10-2dd9-4592-b20a-a83a06d4922e", + "id": "7df01507-e853-49a4-88d4-2ca7ebfa33a9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73043,7 +73043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8d11208-1ee9-483d-bedc-ea32437e3838", + "id": "df1fdad0-56c7-4289-b179-fefbd07c0d02", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73108,7 +73108,7 @@ } }, { - "id": "13a6cbc5-cebe-4f8a-9826-3f42d95d8740", + "id": "6dd8ada1-57df-41f1-a770-b249891e6652", "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", @@ -73190,7 +73190,7 @@ }, "response": [ { - "id": "7b68ad0f-7022-42db-85fb-f90dfcbfc970", + "id": "eba0dddb-725f-4145-8282-dcd68de5d553", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -73265,7 +73265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fa7b1a9-cd52-401c-a2ba-3a8c8db30259", + "id": "c3a2a233-9de5-4d83-affc-7010541fc784", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73340,7 +73340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25727038-b219-4fa7-820f-1dc1fdbb06dc", + "id": "168284ce-26f9-45bb-91ab-15906d230ea8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73415,7 +73415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80f150ff-178a-4c69-b0db-130a2de02dbc", + "id": "d4a00dc0-50da-44dc-b90b-b012d24fc28e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73490,7 +73490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe2b3f07-2d06-4e20-aaf5-ca6179b0d70a", + "id": "02758a01-f693-40c6-9385-a95295267a82", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73571,7 +73571,7 @@ } }, { - "id": "8dcda0b5-76dc-4def-83fc-e86b0665ad8e", + "id": "5a847760-7c40-4963-af35-08784e71d429", "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", @@ -73598,7 +73598,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" }, { "disabled": true, @@ -73680,7 +73680,7 @@ }, "response": [ { - "id": "b66a2ade-5619-422b-934b-7090b48a0a5a", + "id": "30e19b8c-ae37-47d9-abe0-26ad9f04d3aa", "name": "Succeeded. Returns a list of entitlements for a potential role.", "originalRequest": { "url": { @@ -73702,7 +73702,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" }, { "disabled": true, @@ -73782,7 +73782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e8cc533-0a9f-446e-9087-22bf9abf6559", + "id": "19e3c2cc-08e8-4b4b-ba17-6f6030e5cc6e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73804,7 +73804,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" }, { "disabled": true, @@ -73884,7 +73884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfa140c4-9f71-4d38-a441-cd7a1126c6a3", + "id": "00315380-41dc-4ebf-b59e-a2666a38f77a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73906,7 +73906,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" }, { "disabled": true, @@ -73986,7 +73986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83b3536a-9baa-443d-be48-eb379d72e736", + "id": "b2e00084-b730-459e-8791-2ee63d6f92f4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74008,7 +74008,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" }, { "disabled": true, @@ -74088,7 +74088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c9c49cc-5832-40db-b278-cb73eb7b2b47", + "id": "cbd74f3c-1b07-4c2e-a250-ece6aff27448", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74110,7 +74110,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" }, { "disabled": true, @@ -74196,7 +74196,7 @@ } }, { - "id": "ae893a6d-b859-4696-8bc6-7011e7d18411", + "id": "0ed563fe-c945-4201-84df-a6d48c470524", "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", @@ -74223,7 +74223,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" } ], "variable": [ @@ -74260,7 +74260,7 @@ }, "response": [ { - "id": "d707ae66-6fec-4f4a-804d-5259d2edea1c", + "id": "4f33fb28-0174-4c0d-bef2-64bd26147920", "name": "Succeeded. Returns a map containing entitlement popularity distribution for a potential role.", "originalRequest": { "url": { @@ -74282,7 +74282,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" } ], "variable": [] @@ -74312,12 +74312,12 @@ "value": "application/json" } ], - "body": "{\n \"elit2_e\": -85403947\n}", + "body": "{\n \"aliqua48\": -45292862,\n \"qui_b7\": 72925322\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9b16e5c8-e652-421b-9a0c-030a3c080bf6", + "id": "b378be8f-305a-4df5-8ce4-5425c9592478", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74339,7 +74339,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" } ], "variable": [] @@ -74374,7 +74374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6113b6b4-60a1-43c8-99e6-f240e069fef5", + "id": "fe7a0160-d931-44b0-be0d-08345cf4d905", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74396,7 +74396,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" } ], "variable": [] @@ -74431,7 +74431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a3dda77-52f9-400c-8993-b79978a26a38", + "id": "b91afe40-b54b-42a0-86a8-84849bbcc0a9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74453,7 +74453,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" } ], "variable": [] @@ -74488,7 +74488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecbf62c5-ef99-4d49-a80f-89733e02faaf", + "id": "4ada4eab-90bf-42c2-ab0f-e382e26c28e6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74510,7 +74510,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" } ], "variable": [] @@ -74551,7 +74551,7 @@ } }, { - "id": "a46a26b0-711c-4e75-9961-82366daa512a", + "id": "844fe821-58e2-44d1-a790-6df9ad0a8993", "name": "Edit entitlements for a potential role to exclude some entitlements", "request": { "name": "Edit entitlements for a potential role to exclude some entitlements", @@ -74618,7 +74618,7 @@ }, "response": [ { - "id": "588de93d-a6de-49f5-ae74-e28ccb8027da", + "id": "c1a09a49-73bc-4f3e-9e3c-1c7f6c61777e", "name": "Adds or removes entitlements from a potential role's entitlement exclusion list.", "originalRequest": { "url": { @@ -74673,12 +74673,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 \"consequat__c\": \"id amet proident magna cupidatat\",\n \"ind\": \"eius\",\n \"ea_27\": \"cupidatat\"\n },\n {\n \"quis674\": \"aliquip ea mini\",\n \"consequat_1b\": \"sint in commodo dolore\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"laboris_97\": \"nisi mollit\",\n \"voluptated\": \"culpa aliqua ullamco Excepteur\"\n },\n {\n \"in7\": \"proident consectetur cupidatat\",\n \"quis_6\": \"ad aliquip dolor fugiat\"\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 \"ut_41\": \"Excepteur esse\",\n \"aliquip__\": \"irure\"\n },\n {\n \"ut_a\": \"est quis sed\",\n \"sunt84\": \"voluptate reprehenderit dolore\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"officiad4\": \"o\",\n \"ut2d\": \"magna\",\n \"consectetur_462\": \"id laboris sit aliquip\",\n \"tempor_296\": \"do\"\n },\n {\n \"aliquaf8\": \"culpa\",\n \"laborum_e16\": \"anim pariatur\"\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": "74956d4f-7d85-48cc-971d-09803e054291", + "id": "18767a64-feac-4568-9fe9-517026a530dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74738,7 +74738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76fdfcf9-8b2f-4708-aa65-68ae1b688c69", + "id": "0213abc9-1420-4fa7-81fc-342118fd9e38", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74798,7 +74798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ec0753a-f35b-4c7d-840a-2401b8b6b3e8", + "id": "aa52434c-c388-4c2d-ac92-a5454c56d9eb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74858,7 +74858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c64502f2-0b34-4c89-a688-459c1b5f31ed", + "id": "e1fdfa40-2503-4f11-bd1c-d5f954951500", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74924,7 +74924,7 @@ } }, { - "id": "ce91a68a-50c0-44eb-b92f-a5a71d074652", + "id": "412d9097-5394-49f0-87c4-ab04819855a1", "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", @@ -74960,7 +74960,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -75024,7 +75024,7 @@ }, "response": [ { - "id": "741b1fda-c35c-42fa-9b81-c6a599f27416", + "id": "919b02c1-0cd0-41fe-a95d-8de1920188df", "name": "Succeeded. Returns a list of identities for a potential role.", "originalRequest": { "url": { @@ -75055,7 +75055,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -75117,7 +75117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b54828f-b5d7-45fb-8542-d95d4516a169", + "id": "2b3e354d-ff68-415d-b617-eddc27cb9597", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75148,7 +75148,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -75210,7 +75210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63babfb6-3daa-4376-b9a0-fb1dbbc6bf83", + "id": "20ab37fe-a9c5-45ab-a78e-d9ac9f790064", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75241,7 +75241,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -75303,7 +75303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "011ca92c-9a0d-4a2d-a25e-921a2e972907", + "id": "745f8e0c-8d7d-4471-b92f-bff5e27d47c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75334,7 +75334,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -75396,7 +75396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4067189f-8833-42b1-9812-c3c8df973512", + "id": "6b545805-1118-4e5b-947a-dd9279d8d4b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75427,7 +75427,7 @@ "type": "text/plain" }, "key": "filters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -75495,7 +75495,7 @@ } }, { - "id": "0bc251a4-38bf-4f0e-8903-a58eaf29c3cd", + "id": "a538ae4d-ee06-4ddd-96e2-3dd35d4a9582", "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", @@ -75549,7 +75549,7 @@ }, "response": [ { - "id": "e295aa00-275e-4be1-a79e-a5bc7ec2363b", + "id": "d074adae-9b72-470b-9627-943073fd239e", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -75591,12 +75591,12 @@ "value": "application/zip" } ], - "body": "reprehenderit proident Ut ad", + "body": "occaecat Excepteur", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "7c5d37cf-0d07-4bac-bb78-81c5bb679d78", + "id": "4c75d19a-f18f-468a-88f2-c07323a33166", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75643,7 +75643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdbfc2b1-6939-40b6-970e-0db2dd86b9e9", + "id": "1865e1ab-88bc-4cf5-a781-7fc05a4927ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75690,7 +75690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c5cad76-e542-4c13-962c-0cf9c6dcc2aa", + "id": "61cc86c0-c3a4-4b5b-b8a2-52265d189f53", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75737,7 +75737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd55da38-9995-43b7-abf0-a6f028713832", + "id": "5f8a2e21-2839-4828-876b-d279b2f51de4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75790,7 +75790,7 @@ } }, { - "id": "53037f91-11ba-417a-9b6a-8058fbccf50f", + "id": "8f39b61c-1a43-4a79-9870-3b59e9a6ad03", "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", @@ -75857,7 +75857,7 @@ }, "response": [ { - "id": "4a77481b-9862-4950-9536-8d05149cdcd6", + "id": "259993b9-0ad6-4443-80d9-cf1dc25bdb49", "name": "Job Submitted. Returns a reportId that can be used to download the zip once complete", "originalRequest": { "url": { @@ -75917,7 +75917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cb87548-b43e-48b9-8f6e-6b7d5b0911fd", + "id": "f67a9d1b-2f91-441a-a3b8-2fad32d8d04b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75977,7 +75977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9b4c3d8-0194-4908-a679-f1d1a4c448bd", + "id": "31ab407e-ebf4-4336-8b52-716488ee357e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76037,7 +76037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a82ecc19-ed40-44d5-b7cc-4acf795cf3b9", + "id": "ebc7004e-241a-4902-b04a-e377c81a9ad8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76097,7 +76097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09b10724-236e-43f0-8ff2-3153e21088d4", + "id": "3d638f85-689e-428a-938a-35c542286842", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76163,7 +76163,7 @@ } }, { - "id": "666016af-6b37-4c71-9b76-3edfa55f4bcf", + "id": "3a2974c7-4223-46dc-a66a-96d9e50055dc", "name": "Retrieve status of a potential role export job", "request": { "name": "Retrieve status of a potential role export job", @@ -76228,7 +76228,7 @@ }, "response": [ { - "id": "5c355786-6e62-4fc7-8259-16c83b3dca72", + "id": "e38078c3-0b66-4fee-baec-2b760c4afd0c", "name": "Success. Returns the current status of this export", "originalRequest": { "url": { @@ -76276,7 +76276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c655964c-52a7-40c5-87ac-edea6bd480e6", + "id": "787c6eba-d43a-4e24-9030-37c1319d98f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76324,7 +76324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6859556-5086-4471-b313-027f1497c764", + "id": "68de81bd-8977-4e66-b279-e9054361908d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76372,7 +76372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbabb00b-132d-4ac0-bc3b-1fde7708f7b3", + "id": "3f6519ad-cb05-41ca-a71f-259a29ad9ff4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76420,7 +76420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88ebd737-222e-4ff0-8e0d-375317535023", + "id": "c601b16b-250d-49ab-a79a-fe0d2e7f2a7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76474,7 +76474,7 @@ } }, { - "id": "71214af4-b954-40c1-9310-c38bf7b066be", + "id": "eb66bd37-358a-428b-adff-bb8275372eaf", "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", @@ -76540,7 +76540,7 @@ }, "response": [ { - "id": "66b7965a-2c7d-4165-9185-8cb2067b07e2", + "id": "39901ee1-d152-4015-a09f-84431abc06e6", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -76584,12 +76584,12 @@ "value": "application/zip" } ], - "body": "reprehenderit proident Ut ad", + "body": "occaecat Excepteur", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "53262994-2bd1-4f20-b643-626774839bbd", + "id": "39e50b4b-7a84-49bf-bfed-880080e8c994", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76638,7 +76638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d312bb7d-011a-4af8-b6fd-1cf70067de53", + "id": "e0301254-434d-4004-b97c-c7fbf230195a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76687,7 +76687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b84b5cc3-16ff-4d82-8ddb-3c7122ab36ae", + "id": "c0a2d486-7388-4c40-a74a-b008431ee7b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76736,7 +76736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fb3332f-671f-48d0-8b43-2696242ed3a0", + "id": "7031eae5-6390-4695-b6c6-86e8a7eca635", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76791,7 +76791,7 @@ } }, { - "id": "0550d216-4de8-42b5-a826-f55952275ff1", + "id": "f5b37bb6-b425-44cd-9b20-cd67eb91975a", "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.", @@ -76877,7 +76877,7 @@ }, "response": [ { - "id": "7c613411-6fb9-41bf-b8ae-4bc5de953258", + "id": "f43ff315-d5d5-44b5-ad30-4a602a591130", "name": "Accepted. Returns a potential role summary including the status of the provison request", "originalRequest": { "url": { @@ -76956,7 +76956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e166f4e-db4f-4160-b4d6-e2f5785460c6", + "id": "ba6776b5-f50d-4647-b5e7-7876c8a9a95d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77035,7 +77035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da426612-3c0f-4676-bb8c-33bb3d7613fb", + "id": "289907f6-5949-48d6-b330-562709d6d968", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77114,7 +77114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f348c8e-3665-48c8-ab39-badf522a23b3", + "id": "a577400f-e6e7-4ecc-aa07-068b78ba9b7e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77193,7 +77193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "079d43e1-526d-47a7-a069-96ebba691319", + "id": "702e9341-26ae-4217-a2b4-b228c8f998b5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -77272,7 +77272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a02dd5e-48a5-44b3-961f-491c668438be", + "id": "c09c8dfb-32bc-481e-84f3-1ba9b208bb43", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77357,7 +77357,7 @@ } }, { - "id": "95329964-d9a0-4bd1-a5d4-723759d01a87", + "id": "368a3e79-a4c9-4df3-836d-19d23f835747", "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", @@ -77457,7 +77457,7 @@ }, "response": [ { - "id": "80793d31-a37d-4bc3-9a6a-b1b65d9a97a7", + "id": "6bb8cbe1-27d7-4467-9191-c4e82311c955", "name": "Succeeded. Returns a list of excluded entitlements for a potential roles.", "originalRequest": { "url": { @@ -77550,7 +77550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60e85fb8-4479-452f-8f32-b79d119951b0", + "id": "8feb40bf-8607-4943-a6e2-1ed0d76a1d0c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77643,7 +77643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e094214-4f3c-4e62-af17-49667ce8dffa", + "id": "201eb19a-ee41-4057-b117-b9bbbb4b0ffb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77736,7 +77736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac977041-fd9c-49d0-a386-4cd935e10537", + "id": "31560e7d-9edf-4640-ad00-40d75b142140", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77829,7 +77829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f49f58ac-c82b-40e3-91eb-f2a7e1060c26", + "id": "45295a92-7922-414e-88ef-8c1008cbe27b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77928,7 +77928,7 @@ } }, { - "id": "d5f5037b-e903-4638-af5d-ae21bc617274", + "id": "423b8b19-7728-4973-ac84-be033c2c0f9e", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -78003,7 +78003,7 @@ }, "response": [ { - "id": "7a93edd9-323f-400b-addb-8356a4129c3d", + "id": "bda19ced-2dd7-4f7e-9f33-3c135a0f1f4a", "name": "Succeeded. Returns all potential role summaries that match the query parameters.", "originalRequest": { "url": { @@ -78092,7 +78092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "031d021e-61cf-4f63-ad70-2fe87f85228f", + "id": "affe3e45-a1e2-4e47-b1db-a13d643820d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78181,7 +78181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d764d47-8088-42a3-ac23-2ba3fa574ee2", + "id": "b9efec44-7310-46ee-b0bf-12785044fc21", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78270,7 +78270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b14d591-699e-4f40-a8c8-6795f38944e3", + "id": "e1e65436-659f-4f39-ac50-035752a46f59", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78359,7 +78359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a39a552-a92a-4bcb-b463-a7eea861adf1", + "id": "a412f0fb-5855-4a5c-b003-39ccfcd77271", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78448,7 +78448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0986d32e-d482-4632-a546-485484fa58f0", + "id": "d3bb5df4-8965-4fb6-ab3b-da808cafced3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78543,7 +78543,7 @@ } }, { - "id": "2efed79d-9a71-468d-a5c3-3ca8b93c1f82", + "id": "dd8daf4f-7d53-4e56-a330-b188ee9c9ba7", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -78584,7 +78584,7 @@ }, "response": [ { - "id": "1c996a0c-e3dd-4266-abf5-d3f29ace1fe3", + "id": "dde3f440-9b26-4cc7-a5dc-e0ba37068dfa", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -78623,12 +78623,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 \"consequat__c\": \"id amet proident magna cupidatat\",\n \"ind\": \"eius\",\n \"ea_27\": \"cupidatat\"\n },\n {\n \"quis674\": \"aliquip ea mini\",\n \"consequat_1b\": \"sint in commodo dolore\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"laboris_97\": \"nisi mollit\",\n \"voluptated\": \"culpa aliqua ullamco Excepteur\"\n },\n {\n \"in7\": \"proident consectetur cupidatat\",\n \"quis_6\": \"ad aliquip dolor fugiat\"\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 \"ut_41\": \"Excepteur esse\",\n \"aliquip__\": \"irure\"\n },\n {\n \"ut_a\": \"est quis sed\",\n \"sunt84\": \"voluptate reprehenderit dolore\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"officiad4\": \"o\",\n \"ut2d\": \"magna\",\n \"consectetur_462\": \"id laboris sit aliquip\",\n \"tempor_296\": \"do\"\n },\n {\n \"aliquaf8\": \"culpa\",\n \"laborum_e16\": \"anim pariatur\"\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": "5ecd034c-230a-4e27-8691-d58af5f02135", + "id": "63617b97-1876-4f7b-bc56-82d88f578489", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78672,7 +78672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e715e49d-1da2-4870-a2d3-e9f0f1f2d1e8", + "id": "f0c0239c-5c3f-4e44-bb34-58adb9feabde", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78716,7 +78716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb7f8b66-0ea6-466a-8038-2fe91fe2ec17", + "id": "19a5cf04-d4be-40fe-bdc3-6b48f26879df", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78760,7 +78760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7a39f49-44d3-4af7-8f03-8dfdd2b67fe3", + "id": "1ed5d67e-0e49-4c2b-aca2-6a59d2ebade7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78804,7 +78804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80b71db1-f70d-47a2-8bc2-c6fea2dfbfa5", + "id": "80af5e37-8df4-4142-8b8d-c4ad8e8dca3f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78854,7 +78854,7 @@ } }, { - "id": "356bdf07-30c3-480a-b5d2-60f25a78a24f", + "id": "6f3f6017-140d-419f-ba2e-c1a8249992e1", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -78918,7 +78918,7 @@ }, "response": [ { - "id": "022190f7-e862-45c8-be47-48b5d665516c", + "id": "f99e2a23-b74b-42b2-b107-81b16d89afeb", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -78975,7 +78975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91330ca9-358a-4bdd-bfc4-239f4abd2ab9", + "id": "caba9aa3-dcc6-4fd5-b3cd-c992123fa03f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79032,7 +79032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa18f1b8-714f-413e-972f-796d07ab275a", + "id": "dd113a11-c545-4f7f-a1f5-e9bc9e35d210", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79089,7 +79089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a609a9d-32c7-48b0-86d0-6a3aa41ba874", + "id": "59c39a0e-fe3b-45a1-ae60-b37892322d33", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79146,7 +79146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df732784-5e8a-4840-96a8-6de8db9364c0", + "id": "7894b80c-a086-46d8-9610-985b7c8ab86c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -79203,7 +79203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e422d76-aaf0-4acd-bc6a-46140c315d87", + "id": "32063649-2ddc-41e3-a3db-19ca46bf4bf8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79260,7 +79260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d15d2c1-d9d6-4e2c-a1c0-a9181dec2229", + "id": "5c195eb7-ff0b-4377-add4-b05494f218d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79323,7 +79323,7 @@ } }, { - "id": "e7899bef-d998-4571-836b-d1b28b6b5576", + "id": "326ab9b4-a771-48d9-94fb-b8d0078106b3", "name": "Retrieves all saved potential roles", "request": { "name": "Retrieves all saved potential roles", @@ -79390,7 +79390,7 @@ }, "response": [ { - "id": "ae234bee-ef62-4b2b-b93d-9898c54fb80e", + "id": "5d47c6a8-7c48-432c-810b-2513857f1961", "name": "Succeeded. Returns a list of draft roles for a role mining session.", "originalRequest": { "url": { @@ -79471,7 +79471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a5cde66-c339-4383-8728-91e80c8fd1bb", + "id": "07f6adf0-4d17-4b14-bc47-857db76a0b54", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79552,7 +79552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20c28f4c-5393-474a-a823-ecbdf82ec3dd", + "id": "295c9994-e5c9-4df8-a07b-ea10257dd732", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79633,7 +79633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48b35f15-d199-4cf2-8d23-e51c25c2e628", + "id": "4e7ad7ea-cc49-490d-9cc5-b1ccf93123df", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79714,7 +79714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b29831b-cca7-475e-8285-26da6ba19e5e", + "id": "57131544-c684-446c-bf36-d93a80fb3b48", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79795,7 +79795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dadd6a59-0cdb-48d2-8065-932589a7a5a4", + "id": "ad8a644d-5308-448f-ab4c-e1c647564d28", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79882,7 +79882,7 @@ } }, { - "id": "6fd6da0d-1d8f-4881-881e-6b68feda525d", + "id": "12ecb0c2-2993-4487-bd5f-602978070422", "name": "Retrieves potential role source usage", "request": { "name": "Retrieves potential role source usage", @@ -79973,7 +79973,7 @@ }, "response": [ { - "id": "408346e2-9928-4472-9621-f5b5712c9ee5", + "id": "7967c787-96e8-49b4-b454-17cf496bb479", "name": "Succeeded. Returns a list of source usage for the identities in a potential role.", "originalRequest": { "url": { @@ -80057,7 +80057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14430393-8584-450d-a204-c26d50e6ac90", + "id": "2a2c961d-c321-4aa8-bff1-8c59e6650870", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80141,7 +80141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74e01a64-b63c-431d-a611-966b396cad7a", + "id": "85392022-5185-49d0-b97e-a7ef0d3a526d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80225,7 +80225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b460925e-07ed-455b-98cb-138e709026cb", + "id": "61502fa2-539d-485f-89dc-f391012ada23", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80309,7 +80309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39d02623-6a6c-47f0-b73a-750b0a1c7595", + "id": "6bf44d0b-f5c1-4851-bfb7-a980301c3a26", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80393,7 +80393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0887acc7-0a24-4fae-8663-0d803c5e20df", + "id": "93abb7af-648f-483a-a316-6e4511f2de21", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80489,7 +80489,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": "88ab88de-c699-4fe5-a276-4d09bfb87942", + "id": "969a3f7a-1ae0-455b-a14b-4401198b84f0", "name": "Update an icon", "request": { "name": "Update an icon", @@ -80558,7 +80558,7 @@ }, "response": [ { - "id": "8a10819f-7ed5-4682-b7a9-34999047c4fa", + "id": "32187a55-f692-41e3-9025-49eade103082", "name": "Icon updated", "originalRequest": { "url": { @@ -80620,7 +80620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c27822dd-3b79-4ad8-87cc-40f17a1246ef", + "id": "a133070d-401e-4f6f-aa96-519cfb3505dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80682,7 +80682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15274ef0-7405-493e-b12c-d44095d22ada", + "id": "2eb241a6-17aa-45cd-8a52-49c7b5f66bde", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80744,7 +80744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea633f8c-010b-423e-a7ba-35340dad1eac", + "id": "55e2c2b2-ea62-4be5-8804-da6fef563d44", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80806,7 +80806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b527c46-492b-419b-9bce-d3fd65309b78", + "id": "35a369de-6530-4e1e-822c-8eec48f7b5c5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -80868,7 +80868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acce27cb-20ef-4c6c-8661-d5c65345ecc7", + "id": "f25173e2-672e-4b38-af9e-7721b6b5f931", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80930,7 +80930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a4736ad-5f62-47d6-9d3e-453f2411d716", + "id": "280f89ec-1b26-445b-b5a5-851a8b4af5bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80998,7 +80998,7 @@ } }, { - "id": "b657c1ca-c6a6-47ee-85d6-fa8e90b91265", + "id": "36d6103f-a3fe-45c6-a296-5db7d0d08210", "name": "Delete an icon", "request": { "name": "Delete an icon", @@ -81050,7 +81050,7 @@ }, "response": [ { - "id": "d9b255ff-7ff0-407f-827f-88081ce4e168", + "id": "70c6ba26-36fe-46eb-8254-465d15c67cb1", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -81085,7 +81085,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cc655672-6f64-455e-936f-78557715cb39", + "id": "b4c6ee5c-d60c-4a76-bba9-dc16bb3fd620", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81130,7 +81130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abc98d45-8f14-4d53-9151-59ca1512a739", + "id": "28c641ee-e024-45b2-aad3-d6301be781e5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81175,7 +81175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e064d8f3-3204-4736-86d1-1dbbc00582cb", + "id": "f033239f-f6b0-483d-99d4-f8ff780e9819", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81220,7 +81220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4a84df8-de6b-466a-964f-ab1589702e95", + "id": "2e060f85-f528-4850-902f-95c1a59bf507", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81265,7 +81265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bb29390-e8d1-46bc-b9d0-c5a1f82446c5", + "id": "022c0f08-5b60-4f36-a74a-c85b68cd970e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81310,7 +81310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eddbc29f-0f8a-4efc-90c6-b6b415658267", + "id": "6cdcc841-5ca8-4b22-85ed-1f94d38e5cc2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81367,7 +81367,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": "d338ff58-2a0c-4cbb-84bb-84adac73de62", + "id": "32404253-f43a-4004-8850-da48b6743250", "name": "Attribute synchronization for single identity.", "request": { "name": "Attribute synchronization for single identity.", @@ -81388,7 +81388,7 @@ "variable": [ { "type": "any", - "value": "reprehenderit proident Ut ad", + "value": "occaecat Excepteur", "key": "identityId", "disabled": true, "description": { @@ -81409,7 +81409,7 @@ }, "response": [ { - "id": "3526033b-8fe0-40a1-bdb8-28e48268ad62", + "id": "1ecc5c41-bc64-4b64-bd93-fcc5ddf958dc", "name": "An Identity Sync job", "originalRequest": { "url": { @@ -81454,7 +81454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "026a7c79-16de-4dd7-a4a0-bad7e0c089e3", + "id": "b3bd6a3d-8b4a-4fa4-b649-b12161421f8e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81499,7 +81499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "589cbb55-f45e-48ee-8e38-81ca62374993", + "id": "3868fa0c-b6d5-478a-9ad9-4c7529ddc04a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81544,7 +81544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f5c8b28-8f5f-4e13-a809-08496d833fdb", + "id": "89a9fb38-44dd-497e-aeb6-f47752d3055d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81589,7 +81589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93b58dde-a2cd-4d18-96a7-38e081a3a9dd", + "id": "82c54845-89ba-4d92-985a-12400e0ea311", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81634,7 +81634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0700ec5a-3f2c-44fe-ae2c-dfd2cd04153a", + "id": "2f1c1164-b173-48cf-8fce-91c59cc8c994", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81679,7 +81679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "895ac4fb-0faa-45a2-b507-41304131f712", + "id": "b6bc1fa5-206b-40a3-b067-567bbf1a0aa7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81730,7 +81730,7 @@ } }, { - "id": "1cdd9c58-55cb-4f1d-95b9-802303f2a303", + "id": "2f6997c2-e558-401c-bc0d-d1e64d4c9463", "name": "Get ownership details", "request": { "name": "Get ownership details", @@ -81772,7 +81772,7 @@ }, "response": [ { - "id": "e3a99072-682b-4327-8de0-04696bc2d0b3", + "id": "dc813682-d0c3-4b12-b428-ae7bb0186feb", "name": "Ownership association details of an Identity.", "originalRequest": { "url": { @@ -81817,7 +81817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1cdc922-a482-4ab1-99d3-2cfee687fb14", + "id": "bd7ad041-53ad-493a-90dc-68991187890f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81862,7 +81862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e18c0d09-a97f-43b6-ae94-a8b3cbf5b953", + "id": "bbe9dcc5-d7a2-4966-a9d9-38e9422bc1d1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81907,7 +81907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "778a9753-deb9-4307-a828-d5c944fd23a9", + "id": "d0dab67c-d42e-4c85-bf36-de4055fef08f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81952,7 +81952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d59d536e-bad7-4636-986e-93288d04db83", + "id": "1ae09745-ed48-4265-b540-691e998a57d7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81997,7 +81997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e82d668-653a-40fa-ba5e-a4b0964350e0", + "id": "ac24bafc-73e6-4f66-95a0-b1e7616a6a88", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82042,7 +82042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50b7a4e7-dd43-48ed-9818-329b25a06dcc", + "id": "1692a39a-bd0c-4701-8d3d-da12284958bd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82093,7 +82093,7 @@ } }, { - "id": "25cc6205-5d96-46fe-b8a4-ca486d64959b", + "id": "a132c950-e9d1-4319-9d81-72dbd05ea8c9", "name": "List Identities", "request": { "name": "List Identities", @@ -82177,7 +82177,7 @@ }, "response": [ { - "id": "219e9351-0f6c-4e85-987e-a278469cb99c", + "id": "5e922471-340d-4598-a9cf-54a494c0019d", "name": "List of identities.", "originalRequest": { "url": { @@ -82275,7 +82275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2baef2d8-cca2-428d-a482-954d6dd71caf", + "id": "8cd881ff-2e34-4c19-818a-4f5ec6e84aba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82373,7 +82373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d450d40e-92ee-4fcc-b0ce-2052a928e92c", + "id": "6249affd-7802-403a-a587-df40ae923dc2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82471,7 +82471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba13fdeb-0cc0-4fce-838e-310061db63ed", + "id": "61ddd084-52c4-43ca-b3d5-5763e4a2eee9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82569,7 +82569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12c10b1b-b462-4ec8-8b27-509db60efda7", + "id": "52ff4e54-fd3b-40e7-aa72-d1acc0c2ffae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82667,7 +82667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d401393-d362-4826-9d15-041ca2e90126", + "id": "121c8f2b-4d92-48f7-b02c-69c3096e150e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82771,7 +82771,7 @@ } }, { - "id": "4778ea1b-c390-4f02-ac04-c93123152feb", + "id": "d14e0744-8d03-434a-b873-0798ca7b6e16", "name": "Identity Details", "request": { "name": "Identity Details", @@ -82812,7 +82812,7 @@ }, "response": [ { - "id": "16234e60-329b-4567-b90d-a104da20653b", + "id": "81fc326e-eae1-4422-a214-74435efdb38e", "name": "An identity object", "originalRequest": { "url": { @@ -82856,7 +82856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2345e28-b48c-43ec-ad42-19e0bd8626c6", + "id": "5e2bcb2d-fe63-4cf2-b2e8-6d163ab9f45b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82900,7 +82900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d71e0dc7-9396-434c-9b1b-99c933ad4218", + "id": "9cf218e5-7e08-4216-aa1e-448fb3843ddd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82944,7 +82944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f402aff7-1fcf-42fd-afca-8be06541e99b", + "id": "2bbaaa24-de9a-43b1-829e-2db3181d80cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82988,7 +82988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36582cb2-7700-47fe-8c3c-7327716cbd04", + "id": "ad090aab-d74a-42d2-ad0f-f05fdb98f27c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -83032,7 +83032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cb844bb-40cd-482b-a61a-611bf603feda", + "id": "1485fb54-4ac8-43a2-9941-dcf24ad8f1f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83076,7 +83076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3323e646-0274-4dd3-b2db-07c1e45d7ee9", + "id": "8512301b-fef7-423b-a767-62fd5a7fed8d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83126,7 +83126,7 @@ } }, { - "id": "11f4e664-7e69-4e84-9df0-c9d01e06996d", + "id": "f98ed399-53f0-4090-adca-70904880a46f", "name": "Deletes an identity.", "request": { "name": "Deletes an identity.", @@ -83167,7 +83167,7 @@ }, "response": [ { - "id": "f742ea8c-f67e-42f4-b353-526a3c740882", + "id": "ee8c5ecb-df65-4287-9290-d1881b235843", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -83201,7 +83201,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c100a952-ab95-48bb-b8c4-e4356d5ffdeb", + "id": "e61df74e-fcf9-4919-a1bd-04bdd0d45d29", "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": { @@ -83245,7 +83245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80306cac-551c-4c6a-b3e9-3b9d6f97e8f8", + "id": "1fb74991-fcb8-4865-9a37-2ddc0774dbd6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83289,7 +83289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a36376c-1f5a-40b5-8d10-b7d511029d30", + "id": "7e059972-b044-4027-b40f-9fb2cd31ac2a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83333,7 +83333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32d6da27-2c92-429a-9d1c-dfdbdf40b090", + "id": "cc16712d-abf6-4bc7-8cf3-d1e90d92526c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -83377,7 +83377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5cb3748-7507-475c-b532-35d323fdfe10", + "id": "c6b2355d-0e10-4bcf-9d53-1ecd8c7ad9a7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83421,7 +83421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a663b947-75a0-4799-89f2-d2e9ee1ec0a6", + "id": "d509b50c-0a9d-4684-b718-ccde2a319a33", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83471,7 +83471,7 @@ } }, { - "id": "358a069c-e87d-471a-8d95-4dad2573c045", + "id": "0b7a680e-2a93-4a55-af68-d05623d4045d", "name": "Process a list of identityIds", "request": { "name": "Process a list of identityIds", @@ -83514,7 +83514,7 @@ }, "response": [ { - "id": "ef9c201c-d870-43e0-bee6-d74432578df4", + "id": "6264f92f-3dc5-4da1-baea-dbe0bbda7d8b", "name": "Object containing the DTO type TASK_RESULT and the job id for the task", "originalRequest": { "url": { @@ -83571,7 +83571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "002628ac-b8f8-4e8a-b540-8ffb5be9f864", + "id": "1909d3eb-ca1f-41a5-a58b-2ac5e0dbed0c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83628,7 +83628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ad8a39c-0ea2-4867-9794-30ffba743e35", + "id": "9970ba81-16a7-451c-8a02-ef5bd90fa2ff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83685,7 +83685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ad188ab-f8a6-4401-80c3-55f2df858fc5", + "id": "385dad1d-2257-41bc-ace5-705aea0eae60", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83742,7 +83742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3b60b01-e7f8-410b-9c2b-1dff3e7db479", + "id": "b4d157a2-7e56-44e8-9222-2fef83fcd133", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -83799,7 +83799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d48933fe-0e44-4d85-99b7-8c1a29a85d37", + "id": "82df0a58-a290-4d96-9dac-9b46631f949a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83856,7 +83856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "247788b3-24fe-4937-a027-8367ae0c4e03", + "id": "8dc1b672-6cbd-436b-a87f-195aa5c30807", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83919,7 +83919,7 @@ } }, { - "id": "1543b193-4922-471f-ba22-f982a54f629d", + "id": "7575d321-a127-414c-8b62-59415c0d0566", "name": "Reset an identity", "request": { "name": "Reset an identity", @@ -83965,7 +83965,7 @@ }, "response": [ { - "id": "707fddbd-098c-417b-bfde-befe387225f6", + "id": "21e4c0b9-4a1c-426d-8548-525a58301be0", "name": "Accepted. The reset request accepted and is in progress.", "originalRequest": { "url": { @@ -84000,7 +84000,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f64f13b3-85b3-4dab-97c3-5b05af54ea99", + "id": "06efa723-121e-40e0-b8d3-34ad2b402708", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84045,7 +84045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5a6e3c1-c6ab-44a1-9561-031294606b09", + "id": "485b4e75-cdd2-445b-b923-b1cf8b6ee282", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84090,7 +84090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "264469a4-8302-4e8c-9d67-9e5e1e5a751f", + "id": "a92c938c-09ab-4e0a-877c-c72b2fab7a91", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84135,7 +84135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42fd5268-879d-44b9-8d59-b8f33ec840b9", + "id": "d5ef4b14-30aa-4184-a319-13f763585a36", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84180,7 +84180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ad3a420-54c5-4e0e-a04d-65d1d2542844", + "id": "c2dbf4f4-9779-4289-8275-391ef20f4942", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84225,7 +84225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf8f1c5a-191d-4f65-aac9-823c8b1fbfbb", + "id": "19e06fc7-b453-4d5d-9d39-717f86959804", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84276,7 +84276,7 @@ } }, { - "id": "605e6fc4-f59e-4a7c-82e0-7a0a1dc3ec5e", + "id": "3c809b26-ffd8-40c0-bb4c-d62ea0bd8edb", "name": "Get role assignment", "request": { "name": "Get role assignment", @@ -84326,7 +84326,7 @@ }, "response": [ { - "id": "8d0f7c62-4fd7-450b-a128-985e85de5086", + "id": "43ef5dac-7882-48e5-8083-6326e518781d", "name": "A role assignment object", "originalRequest": { "url": { @@ -84372,7 +84372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d4db4b3-782c-4ff3-8b3e-6011e91e6a47", + "id": "96e9b4b5-dc31-4269-b60e-31ddcd9fcbe9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84418,7 +84418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbbf0370-67d1-4573-9f11-c8507999aac2", + "id": "bbf096be-9c80-4073-817d-558ba228b2db", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84464,7 +84464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42fe5d90-2526-413c-bb08-36ba7bec8428", + "id": "5b87ade4-1de5-4a42-9b19-dbba62e1d896", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84510,7 +84510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ff7d882-f248-430a-aa36-543beb01c983", + "id": "49c184be-29bf-47d9-8e79-5df8b3502cee", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84556,7 +84556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f992e21-c369-48e4-a0da-e238fbe20380", + "id": "04b2232f-49af-453a-ac39-31c0e573212e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84602,7 +84602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abdb310b-27e6-4332-b357-c9dbef3aa2df", + "id": "eb17f791-bf3b-427b-acf4-f373bdf74aa1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84654,7 +84654,7 @@ } }, { - "id": "4d18bb80-f61a-4b2c-a2e1-e74c39d6dfcf", + "id": "1d75f029-5520-4bc7-a624-31a7753d2023", "name": "Get role assignments", "request": { "name": "Get role assignments", @@ -84715,7 +84715,7 @@ }, "response": [ { - "id": "9db83ace-f9c6-419d-8f4b-4b70942b8501", + "id": "5113ef2f-51e5-4213-b89a-dcbe618da6f4", "name": "A role assignment object", "originalRequest": { "url": { @@ -84779,7 +84779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03b04fc7-b4ea-43c3-b5f3-fedd97e755ef", + "id": "9c823bef-27ce-4557-a40b-189166036fe7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84843,7 +84843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b58e32dc-097c-4d22-8f13-82b436c2c902", + "id": "82137867-b835-40cb-9531-ec16282d6670", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84907,7 +84907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5e7edcf-aad3-488d-96d7-2d5dd63cafc5", + "id": "4aab47e1-cbdd-46d5-9443-510b96201450", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84971,7 +84971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5481ef7-7e7c-454a-9323-103740d6bb5e", + "id": "c7f43304-dd17-4ba8-a230-6bc239f662e0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -85035,7 +85035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b534c769-2f81-4c17-ab00-cc26ce6cabf8", + "id": "5d15fa24-1bd9-4095-bab9-50919a912315", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85099,7 +85099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0dac685-57af-44bb-bc51-c3fdb858aba1", + "id": "6f4f9fea-f791-45c4-a27e-be025cd0b115", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85175,7 +85175,7 @@ "description": "", "item": [ { - "id": "7a14bb88-30f0-4b1f-a281-f98700a55bc9", + "id": "67a647fc-5838-45bc-8eb5-44df198d826e", "name": "List Identity Attributes", "request": { "name": "List Identity Attributes", @@ -85241,7 +85241,7 @@ }, "response": [ { - "id": "83f92876-0f4a-458a-be1a-63230c816e12", + "id": "9d74d619-73b8-4bd7-8f2b-5381cecffdf3", "name": "List of identity attributes", "originalRequest": { "url": { @@ -85321,7 +85321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d240a800-2cde-45cc-ae9b-75e0b1ad9a19", + "id": "952e3238-3016-4f2b-9719-f50719b275b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85401,7 +85401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd64b4bd-7c5f-4640-85f4-e9231bf85422", + "id": "17bd541a-dce7-4803-b256-ab17fdc68f8e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85481,7 +85481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7e8cbcb-a461-43f1-838c-b4d40ba1aff1", + "id": "b9842605-fdd8-4879-86a4-e1b6ab9a35ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85561,7 +85561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edc98d0f-5218-4959-9967-18160aa76e8d", + "id": "137ee616-bf52-4716-b6a9-8e646eb61b81", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85641,7 +85641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dd0152a-637a-4938-bb4a-528e1ae54367", + "id": "7a857be2-2a05-4ee1-b98e-9939b0ee2de6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85727,7 +85727,7 @@ } }, { - "id": "2ce93ac1-b84a-4c65-8a9c-5f8c6ed147ea", + "id": "0003a74b-ac33-4130-8d02-5838958f955a", "name": "Create Identity Attribute", "request": { "name": "Create Identity Attribute", @@ -85769,7 +85769,7 @@ }, "response": [ { - "id": "4c591096-9f36-4c02-b961-4e2a2b2f36d2", + "id": "670d36f0-c706-461d-bd83-c2b7bf691de2", "name": "The identity attribute was created successfully", "originalRequest": { "url": { @@ -85825,7 +85825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3e5b746-008a-48d0-b7e4-77845c46849c", + "id": "2126b62b-7fda-4579-ade1-d1a49ec6fd08", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85881,7 +85881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c28d816-4177-4eca-8ffa-147345a61b6d", + "id": "52474e53-179c-4ba8-89c6-877b3a205565", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85937,7 +85937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c3bf3f7-e18c-4fa8-b72d-86d6d4ef0e8f", + "id": "6b3c6224-159e-43db-af18-6cba6e424e03", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85993,7 +85993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc9bc16f-800f-48af-b7dd-af0754b3b987", + "id": "46198da8-d16f-421f-bc8d-c97b79604c7c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -86049,7 +86049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "509ab053-0a4e-4c24-a48a-3024c4b76d55", + "id": "2536f278-209f-486d-8206-bdcbe6735e4f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86105,7 +86105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4131d6ac-ebe8-47a1-b2b1-14a52771f006", + "id": "a4da34be-4ba9-4841-8312-858dd3840e6b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86167,7 +86167,7 @@ } }, { - "id": "fc8615c7-3e6e-4077-8be8-2745c852a78f", + "id": "e8c1da7e-9c0a-4659-8180-608c44c2dd7e", "name": "Get Identity Attribute", "request": { "name": "Get Identity Attribute", @@ -86208,7 +86208,7 @@ }, "response": [ { - "id": "b59c7243-7e6a-4cc4-b828-3b3266a3934b", + "id": "46e888cd-6ff3-48a8-966c-a5de682b4b52", "name": "The identity attribute with the given name", "originalRequest": { "url": { @@ -86252,7 +86252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e14cfa38-059a-44fb-b175-ddf20c07d05f", + "id": "ea8dee61-0a18-4aec-82ed-cae554d5d1e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86296,7 +86296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49641852-d720-4564-aa12-b7918f48b746", + "id": "379f8edb-dccd-486d-b54f-8b7e7c3bae47", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86340,7 +86340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4b63790-ca7b-4a3a-b2f8-df6f823d8811", + "id": "43e6c493-508c-43de-8322-b0506556ac28", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86384,7 +86384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "246d5863-64b6-41fa-a489-2c9cb4778610", + "id": "bf592d4b-6a45-4c75-b3a7-75e62aa3d5ed", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -86428,7 +86428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10bfdcb0-8469-448f-a415-c7b0558944b8", + "id": "e055b43c-2bbf-40ef-98bd-820556066d2b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86472,7 +86472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "404cc80a-4f88-434c-b565-15af43e43362", + "id": "7c55b5d8-9bdd-4fe4-a5f2-18cf3654716c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86522,7 +86522,7 @@ } }, { - "id": "10e0eb89-ecdc-4b98-b81d-5f16bc94cf66", + "id": "1dab6de8-1f9c-4607-b02f-ff68b335288e", "name": "Update Identity Attribute", "request": { "name": "Update Identity Attribute", @@ -86576,7 +86576,7 @@ }, "response": [ { - "id": "7a07b87d-3dcc-4653-bd2e-0b50747c34b6", + "id": "42427ad1-8f61-4fd9-9507-b449613f14cf", "name": "The identity attribute was updated successfully", "originalRequest": { "url": { @@ -86633,7 +86633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14deb50d-a7c5-4025-838e-f01ee305492a", + "id": "2e180870-8b6b-4a41-9031-f69169cbf4f5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86690,7 +86690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89fb9577-0ac8-441a-a482-cbf9e692aa34", + "id": "49846f42-7a6c-4127-94a2-69880eb90260", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86747,7 +86747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92494f88-f851-41b7-b169-95a695fca739", + "id": "0137d4e2-b679-4dff-bcd0-6908aca3c2e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86804,7 +86804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d3705f4-02df-430f-a6d9-689aa1bf0a3f", + "id": "b79be411-0463-4145-9061-a97323be0495", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -86861,7 +86861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab2f31ad-26e2-4432-99d8-bf6a3a5ff69c", + "id": "f91d07c5-977b-4164-a034-a784db371408", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86918,7 +86918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d427a68-021f-448b-9e0d-a65c970e3c80", + "id": "3c03234a-a117-4401-acf8-8b63f0a0bca2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86981,7 +86981,7 @@ } }, { - "id": "f30f9a59-cc34-476e-b700-4be8a34b7f85", + "id": "c321da0a-34ff-45c7-ae69-f24f20dd23a9", "name": "Delete Identity Attribute", "request": { "name": "Delete Identity Attribute", @@ -87022,7 +87022,7 @@ }, "response": [ { - "id": "3fe673ec-9c06-415e-80fb-9091202894a5", + "id": "3aa3232f-657d-4f2a-aa9f-ec7b8bf0295f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -87056,7 +87056,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c39f3caf-1b3a-4044-948b-84aeb5d5e0f4", + "id": "83223e18-b721-4b74-a0f2-e2a3272664bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87100,7 +87100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02ebd0d8-2c4b-4199-ad04-cb35c79c17ff", + "id": "2d65ae0e-79b0-481b-9fcb-cc9ef4914254", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87144,7 +87144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5abe877-f1ed-46bc-87e2-1095354416c7", + "id": "ddeeb2e3-3b05-4cf4-9376-3b0dcc8ce378", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87188,7 +87188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04039258-08b5-4206-b7c1-c8817f181342", + "id": "cc1f3dd4-a45b-4e6f-ac20-71f088f7e231", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87232,7 +87232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3106ae12-2b02-4076-919c-8a47607bbf0b", + "id": "0dcebbb9-74ab-430e-9f6c-2e05d4f13040", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87276,7 +87276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1e03081-71cc-4d64-a830-915523412112", + "id": "645bb92a-c274-453a-a703-c2c81026989d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87326,7 +87326,7 @@ } }, { - "id": "78239573-7919-4d16-ae60-f574bc954180", + "id": "a40741c9-c139-4b13-8b90-d05d92074ecc", "name": "Bulk delete Identity Attributes", "request": { "name": "Bulk delete Identity Attributes", @@ -87369,7 +87369,7 @@ }, "response": [ { - "id": "c771fa55-8ac7-4096-8d7a-88dd82609f3b", + "id": "b01d8e91-1af5-4cc4-8b46-3af1d0c44e07", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -87416,7 +87416,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c12b4979-c792-4c33-84da-e2dc29bb25bc", + "id": "874c8a8b-7afd-4ade-b5ac-81c8a7a15ac2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87473,7 +87473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5fbe488-939d-460f-9e36-c40e0b64e386", + "id": "9d50d97c-4839-476b-8a39-373be444866e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87530,7 +87530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c50ea2c-7804-4bfa-a536-a8a5e09b26ff", + "id": "380f33cd-d866-479f-abaf-f54558421f71", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87587,7 +87587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b1595a2-9f2f-4b36-afe4-25720fa7e57e", + "id": "25295208-bf4e-471e-91b1-03506a780046", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87644,7 +87644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49d92272-0428-44f7-8241-99ea46e51bf2", + "id": "40236bc0-faa3-4116-9d9a-76853c0749b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87701,7 +87701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e6f59e1-d404-4911-8470-ff77669ccc5c", + "id": "856580ff-b257-44b1-99fc-ea8d143e5c8e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87770,7 +87770,7 @@ "description": "", "item": [ { - "id": "115bf504-dfe6-4d47-8da5-081e03b0c0db", + "id": "61bafb6a-4616-4f02-b38f-8b9f823cfeae", "name": "Lists all the identities", "request": { "name": "Lists all the identities", @@ -87845,7 +87845,7 @@ }, "response": [ { - "id": "13c5e79c-1b1e-431a-9923-e7ae8fd15c18", + "id": "53901be3-ad9a-4958-878e-2edfa490cc27", "name": "List of identities for the customer.", "originalRequest": { "url": { @@ -87934,7 +87934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0882dc3-8e69-4f62-a41c-219a6edf869f", + "id": "b5324e1d-7518-421b-9bec-3f992a61edc3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88023,7 +88023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5795ec2-0b51-4186-9016-d7a04caba5de", + "id": "93609df4-b6ad-4308-b534-85a03d4bafa4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88112,7 +88112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "147ac386-f2ca-42f8-8c54-154e8e121c9b", + "id": "d2faeab5-855e-41b2-ba6c-a9d8f0785023", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88201,7 +88201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15b285a7-9fec-4f8e-95f0-e5daf3040e55", + "id": "f7a312dc-9ed8-4242-8869-6d37b150fcce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88290,7 +88290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71576f88-6fb9-4031-9c6e-7c3f302199df", + "id": "bb8db7dd-13a3-410e-a522-9b50ee70c4f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88385,7 +88385,7 @@ } }, { - "id": "d2103329-30ca-4c73-a866-59e9fe848b79", + "id": "8cc7fe4d-ab6c-4d82-b7f6-b659d913b5bb", "name": "Get latest snapshot of identity", "request": { "name": "Get latest snapshot of identity", @@ -88426,7 +88426,7 @@ }, "response": [ { - "id": "090fe735-96e5-4e28-b8d8-d1da720eda34", + "id": "7c7c582d-f770-463f-9d55-a3469636e4ac", "name": "The identity object.", "originalRequest": { "url": { @@ -88470,7 +88470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0b813fb-70c3-4c54-b5af-c79e1a90d1c2", + "id": "7ac8043e-18ba-483a-836b-a20f7d535bf9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88514,7 +88514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c31f1f9-63c9-4450-a499-f1546f610c31", + "id": "3e35997a-0ba2-48d7-b735-da06d8beec4d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88558,7 +88558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5496443-db89-46d6-8046-4aeec68430a4", + "id": "10b0b4a6-b7bb-48ab-b725-ff0e8de09ce6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88602,7 +88602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3446618-3564-4b93-9fba-a243981d8afd", + "id": "6e161aa0-91d5-4f21-958f-ad15f02eb0fb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88646,7 +88646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0d81c3b-e1c5-4e45-82da-ebf6ab865f1e", + "id": "582b965a-c9aa-4c10-bccb-1f40576ece52", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88696,7 +88696,7 @@ } }, { - "id": "49b43b0d-c327-447d-8018-2d7059a3d17d", + "id": "5b039d86-0486-44fa-9983-0372fb0d53b6", "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", @@ -88748,7 +88748,7 @@ }, "response": [ { - "id": "d8b7a267-dc3f-4919-ba97-892153a70938", + "id": "9081a9f4-17b4-49b8-bffe-25faa20585a7", "name": "Access Profile", "originalRequest": { "url": { @@ -88803,7 +88803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c425e9d-8d99-4f82-88d6-daef1e1cd9e6", + "id": "7444efbb-6252-424f-a6b4-5436ea724ba3", "name": "Account", "originalRequest": { "url": { @@ -88858,7 +88858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe9d22cb-1b61-4569-bcdc-80200012a86e", + "id": "61f2b35b-4884-4823-921c-3022ba64e1f1", "name": "App", "originalRequest": { "url": { @@ -88913,7 +88913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d68ff94-fb02-4f29-ad30-32de7a619238", + "id": "ad618917-229c-4c8e-abbd-3d41332f612f", "name": "Entitlement", "originalRequest": { "url": { @@ -88968,7 +88968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d09e77a-ef5a-474c-9b16-d3a45d93a367", + "id": "e84532ec-790e-49b4-95a9-079caf58d416", "name": "Role", "originalRequest": { "url": { @@ -89023,7 +89023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ec7dd1f-a079-4247-913c-5753bea80bad", + "id": "418c1103-ad9c-4525-8d0b-0e9986bddff3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89078,7 +89078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07129c9a-9557-4e68-8e11-d5d022eb26bb", + "id": "8d22225e-91f8-4686-a173-21154fb4dd28", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89133,7 +89133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d86f8118-3a2e-4e0e-8149-adfc0b716bcd", + "id": "c1680362-25fe-4a76-9f34-9a72a35f7881", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89188,7 +89188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f153c254-ac65-4a50-bc00-a714d3bea2f1", + "id": "1b4f6acd-2ee8-4bb3-8449-8745d1bc7d6a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -89243,7 +89243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af00fff7-86db-4cbe-b6af-4b137b5b8c64", + "id": "c6e02b66-1988-4223-bbbe-c8037f26421a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89304,7 +89304,7 @@ } }, { - "id": "17a888a6-5d96-4027-b3ba-67d127d3619e", + "id": "06a00c5c-18ed-4e08-a5bc-95821d74a514", "name": "Lists all the snapshots for the identity", "request": { "name": "Lists all the snapshots for the identity", @@ -89338,7 +89338,7 @@ "type": "text/plain" }, "key": "interval", - "value": "day" + "value": "month" }, { "disabled": true, @@ -89392,7 +89392,7 @@ }, "response": [ { - "id": "6785c2f2-dc6b-4c26-bfd4-90cbd9720e84", + "id": "c77f1575-ee3a-49ce-a9f1-03359921c631", "name": "A list of identity summary for each snapshot.", "originalRequest": { "url": { @@ -89421,7 +89421,7 @@ "type": "text/plain" }, "key": "interval", - "value": "day" + "value": "month" }, { "disabled": true, @@ -89483,7 +89483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6b47684-8ae1-426f-843e-1136d2f26c0e", + "id": "1442dc76-aef6-4bc9-b50f-2a2b47740183", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89512,7 +89512,7 @@ "type": "text/plain" }, "key": "interval", - "value": "day" + "value": "month" }, { "disabled": true, @@ -89574,7 +89574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79a46e05-09ba-4370-881b-cee82c1989d6", + "id": "6d7c5608-25d0-4585-86b6-2106cb5e2d53", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89603,7 +89603,7 @@ "type": "text/plain" }, "key": "interval", - "value": "day" + "value": "month" }, { "disabled": true, @@ -89665,7 +89665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "926a5f5a-2503-4fc0-9f0c-dc43f1e7debd", + "id": "b3fe3e66-8c97-4830-b3b0-3c1a7d795a37", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89694,7 +89694,7 @@ "type": "text/plain" }, "key": "interval", - "value": "day" + "value": "month" }, { "disabled": true, @@ -89756,7 +89756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88350a34-53a1-48e6-ac84-bf6a07342075", + "id": "54d952d6-5497-4057-9a28-8b2cd41cdf16", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -89785,7 +89785,7 @@ "type": "text/plain" }, "key": "interval", - "value": "day" + "value": "month" }, { "disabled": true, @@ -89847,7 +89847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44c298c9-53b8-4d24-befc-2814d5756c05", + "id": "77b4d2a9-0516-4738-95bc-b0f36e26c234", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89876,7 +89876,7 @@ "type": "text/plain" }, "key": "interval", - "value": "day" + "value": "month" }, { "disabled": true, @@ -89944,7 +89944,7 @@ } }, { - "id": "df1e041b-f68f-48ea-b92b-3dd27f822470", + "id": "d6a446f5-b753-48b5-a2a1-bb3e27f3df9d", "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", @@ -89978,7 +89978,7 @@ "type": "text/plain" }, "key": "interval", - "value": "day" + "value": "month" }, { "disabled": true, @@ -90041,7 +90041,7 @@ }, "response": [ { - "id": "7cb20bc3-5616-4a5b-9ee9-d2119447972c", + "id": "16b3d9a0-612e-4397-ae3a-3b7b49796577", "name": "A summary list of identity changes in date histogram format.", "originalRequest": { "url": { @@ -90070,7 +90070,7 @@ "type": "text/plain" }, "key": "interval", - "value": "day" + "value": "month" }, { "disabled": true, @@ -90141,7 +90141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a126d96-b7d5-4fcf-954b-77054be9d6e7", + "id": "85dfe9ab-89fc-428f-b2da-d9c0ccbe6119", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90170,7 +90170,7 @@ "type": "text/plain" }, "key": "interval", - "value": "day" + "value": "month" }, { "disabled": true, @@ -90241,7 +90241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7668460b-a5e8-4bf3-86a1-e3d9581f69a7", + "id": "c8a53df6-d27b-40c1-a262-7c8830db138f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90270,7 +90270,7 @@ "type": "text/plain" }, "key": "interval", - "value": "day" + "value": "month" }, { "disabled": true, @@ -90341,7 +90341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f6949bd-bd42-4ecc-a33a-e96e3f3435a8", + "id": "1b9ef4d6-3d8f-4194-8bca-9e32c50050ea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90370,7 +90370,7 @@ "type": "text/plain" }, "key": "interval", - "value": "day" + "value": "month" }, { "disabled": true, @@ -90441,7 +90441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c8cbb90-fb00-4cf8-9aea-98c9b0b3c8d9", + "id": "fe057d50-1da6-4e4e-85a4-a3c84876f9f3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90470,7 +90470,7 @@ "type": "text/plain" }, "key": "interval", - "value": "day" + "value": "month" }, { "disabled": true, @@ -90541,7 +90541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d24c6fd-2a74-407b-a3d8-7213f87cbd3d", + "id": "460fc470-95de-4f1b-bb82-c1b368a5eae2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90570,7 +90570,7 @@ "type": "text/plain" }, "key": "interval", - "value": "day" + "value": "month" }, { "disabled": true, @@ -90647,7 +90647,7 @@ } }, { - "id": "8c762233-bebf-4ed6-bd8b-425cda7f9748", + "id": "728c8a0b-8a58-4434-89a0-1f88ceaf74ca", "name": "Gets an identity snapshot at a given date", "request": { "name": "Gets an identity snapshot at a given date", @@ -90700,7 +90700,7 @@ }, "response": [ { - "id": "6421a369-a7c6-4c00-b208-8a68f37c2ba4", + "id": "715efafd-483e-4b86-b397-e0bb68a92c13", "name": "The identity object.", "originalRequest": { "url": { @@ -90746,7 +90746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e3f234e-9436-4724-930c-228acfc4abab", + "id": "8529092d-342f-4523-9d66-afeb7152780c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90792,7 +90792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e484320b-c457-42bd-9aed-f37f274c5da4", + "id": "9b76eec7-8aca-4565-a74e-efa80eecdeef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90838,7 +90838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b50983c6-9a96-40bd-b644-785195450999", + "id": "02b59971-656a-4e03-b9d8-1998b2ead97d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90884,7 +90884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58fc1a0a-22e8-4a05-9d98-a0f54f08a921", + "id": "aa49b5c7-6557-475d-b9f8-f570c4aae584", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90930,7 +90930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "749e0062-faff-4f72-81c2-339efaedee7a", + "id": "61e0f118-33c6-4251-8b03-1de6ab99d402", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90982,7 +90982,7 @@ } }, { - "id": "887a1016-522d-4180-af74-85f90c81e5e3", + "id": "55e1f1f8-7fb2-434c-96f6-57b575e03253", "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", @@ -91046,7 +91046,7 @@ }, "response": [ { - "id": "79cf29b1-2607-4480-ab8e-4df5fce8eb80", + "id": "60c44696-da0a-4238-86f9-46362bb67997", "name": "Access Item AccessProfile Response", "originalRequest": { "url": { @@ -91103,7 +91103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0df9a1f2-29d0-41f1-a287-d5b0dc49bd5f", + "id": "820cef2d-e613-4097-a728-a4d43fd7c579", "name": "Access Item Account Response", "originalRequest": { "url": { @@ -91160,7 +91160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3179d06e-ab59-4099-8665-2550a0c2fa7d", + "id": "c238f17e-1689-4af9-9239-fa441b7ecb5c", "name": "Access Item App Response", "originalRequest": { "url": { @@ -91217,7 +91217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5017bc63-e6fc-4f97-bdb8-f0e38c8d1ff0", + "id": "9d30957e-a103-41f4-84b4-6cfbdd0c8792", "name": "Access Item Entitlement Response", "originalRequest": { "url": { @@ -91274,7 +91274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f99434fa-1c40-42a2-923a-59f18989b414", + "id": "bac34038-0d6c-4943-ae36-a8a10257fdd9", "name": "Access Item Role Response", "originalRequest": { "url": { @@ -91331,7 +91331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e241c3fb-28f7-4250-b708-728e76849a39", + "id": "cdd4e6ec-7462-44c9-bd39-9527aa9c425a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91388,7 +91388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b2681fd-2dd6-4fc8-a00c-f4f2f0e9f023", + "id": "bf8e3550-dd5d-4f87-be13-967ceee12ae5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91445,7 +91445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83366bc1-506e-4258-9b14-6b55c3780b2c", + "id": "9e56af77-c34d-4632-bacb-51c35ab57421", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91502,7 +91502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03ab9a20-0906-49e9-880b-4d64c6d3c3c1", + "id": "997572cf-75fb-44f7-bff3-df2a42d4bef6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -91559,7 +91559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f2dd24f-7219-4d66-9033-fcbe6d2006e1", + "id": "541985fb-c43a-4b76-b4c0-1d9757faff74", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91622,7 +91622,7 @@ } }, { - "id": "ae1c8c36-58aa-42e2-b3ae-aa67d860e548", + "id": "2a3a219d-4e51-4ef9-9767-4c53f374c85e", "name": "Lists all events for the given identity", "request": { "name": "Lists all events for the given identity", @@ -91737,7 +91737,7 @@ }, "response": [ { - "id": "9d4c4198-e81f-4004-a25a-a1c6eb3f4fb2", + "id": "c3eaeee8-f75f-42f2-9d1a-cd8852bc7ace", "name": "AccessItemAssociated", "originalRequest": { "url": { @@ -91837,7 +91837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94d5736e-26b7-4c08-9534-62bdc097b507", + "id": "82504bac-3bbc-4e6b-b809-03ae32cdc3c2", "name": "AccessItemRemoved", "originalRequest": { "url": { @@ -91937,7 +91937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b612c660-e213-4c1b-9ce2-6da54982e55c", + "id": "decd3fb9-f625-4b7f-be08-bb18ac5495da", "name": "AttributesChanged", "originalRequest": { "url": { @@ -92037,7 +92037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58798a07-5aff-4edb-92a3-154abec80864", + "id": "3c7249cf-ee98-42f3-9a74-4f01f8c277d4", "name": "AccessRequested", "originalRequest": { "url": { @@ -92137,7 +92137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "249c7e15-a492-4c70-9360-b0dee70a5077", + "id": "ea497593-edd1-491e-9aa1-d00fb4610b27", "name": "IdentityCertified", "originalRequest": { "url": { @@ -92237,7 +92237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8920ab1-9fe3-4812-8618-37fab349e3c7", + "id": "ca0dc297-c369-483f-ad29-8b2f5ba3b80f", "name": "AccountStatusChanged", "originalRequest": { "url": { @@ -92337,7 +92337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ced9ac36-f268-48f2-a79f-8bf481b2c7ed", + "id": "53724454-65b6-4bb9-a254-44d580136c85", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92437,7 +92437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "045ac507-97ee-40a3-922b-f0209ad25454", + "id": "c7a57375-8cb6-405c-8242-ef2c2ae04bc8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92537,7 +92537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79e31d95-09d6-468e-9731-c5fc35a7eb25", + "id": "408663b0-0387-4c71-8bcb-8fc9e4f284ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92637,7 +92637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "965c4a0d-498e-4fc2-931b-d6dbf3897fb5", + "id": "a11c5765-f4ad-4fe2-8808-514a1e5e326d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -92737,7 +92737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ada9c94-91c7-4554-bd8a-714a1ab5c0bb", + "id": "48171217-d450-4cea-932c-b873718bf6bc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92837,7 +92837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3fcfada-a886-4e19-9701-70645db1f821", + "id": "d203f56b-84e8-4923-a2f1-1a63c16eeb94", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92943,7 +92943,7 @@ } }, { - "id": "335309c2-df2b-492b-921b-ee0d3f636fe1", + "id": "1bdaf49e-5345-43f4-a7e5-9a69d7584a49", "name": "Gets the start date of the identity", "request": { "name": "Gets the start date of the identity", @@ -92985,7 +92985,7 @@ }, "response": [ { - "id": "9f93bf9a-0e9c-415c-8c73-289316191c96", + "id": "e9a8f7e1-12cc-47b6-ae61-9d0c34f0e2ab", "name": "The start date of the identity", "originalRequest": { "url": { @@ -93030,7 +93030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f9e8ec4-8156-47e5-bba8-88c3df548261", + "id": "a2faced8-f96d-44a7-ae64-4ad427d032b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93075,7 +93075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0714e185-b676-4ad5-9405-3bc8b75356a9", + "id": "94e4dc5b-6ba7-4739-8ff0-b9ea8d9cb0c5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93120,7 +93120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf0ac8bb-8394-487b-b6d8-e09bb2381537", + "id": "07a85545-4d53-4ad7-b9e5-f7b89f43e321", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93165,7 +93165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bb8691a-10dc-487c-b75f-c8f962828115", + "id": "8fddd589-6db5-460f-9ccf-7543934490c8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -93210,7 +93210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd68a13a-bdac-4084-82e9-70de45861f01", + "id": "f1c79287-2196-454a-82ee-b3b6e92e6c81", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93261,7 +93261,7 @@ } }, { - "id": "c32bb0cd-a990-4394-82f1-b7dfee31e2af", + "id": "fcce40f8-75d1-43b9-9e3e-1a9f5c9a1cfd", "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", @@ -93304,7 +93304,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "incididunt cillum veniam" + "value": "i" }, { "disabled": true, @@ -93313,7 +93313,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "dolore occaecat" + "value": "laborum irure minim" }, { "disabled": true, @@ -93367,7 +93367,7 @@ }, "response": [ { - "id": "2b0b0531-43e6-499a-8e99-7f755bae096a", + "id": "85102240-c8c2-404b-97b5-2b2eeece02cd", "name": "A IdentityCompare object with difference details for each access item type", "originalRequest": { "url": { @@ -93405,7 +93405,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "dolore occaecat" + "value": "laborum irure minim" }, { "disabled": true, @@ -93467,7 +93467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e66b2b1b-c32d-48d9-a759-ca440eb1587c", + "id": "e9a265d7-e1e4-40a4-bdd4-f37f6cd8ee4d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93505,7 +93505,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "dolore occaecat" + "value": "laborum irure minim" }, { "disabled": true, @@ -93567,7 +93567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a701d231-9a13-4c54-803c-8e755ecee3ed", + "id": "73904d8b-bc00-4a7e-b1ec-cc7274e09aad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93605,7 +93605,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "dolore occaecat" + "value": "laborum irure minim" }, { "disabled": true, @@ -93667,7 +93667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20376837-3967-4f64-b7a9-6fa5113eff03", + "id": "108d6478-7ab4-4997-b311-6748ec1e1856", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93705,7 +93705,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "dolore occaecat" + "value": "laborum irure minim" }, { "disabled": true, @@ -93767,7 +93767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d2a8cdd-9693-4663-9c98-04a4afdb0fa7", + "id": "f639278c-0d28-47e0-80f8-990f58009413", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -93805,7 +93805,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "dolore occaecat" + "value": "laborum irure minim" }, { "disabled": true, @@ -93867,7 +93867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5392aec-6ec5-4e30-b591-466b28cd3c0d", + "id": "c4cd4115-4d3c-4f4f-9efd-e6012f8b1c6b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93905,7 +93905,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "dolore occaecat" + "value": "laborum irure minim" }, { "disabled": true, @@ -93973,7 +93973,7 @@ } }, { - "id": "ca0e3819-4aa4-41e7-bbaf-cd4a524d58ae", + "id": "332978c1-e3bf-472a-8dbe-4ab19decd2ae", "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", @@ -94085,7 +94085,7 @@ }, "response": [ { - "id": "5aec7cd2-fb4d-4000-9bb1-69dd240d405a", + "id": "be2379e9-ac19-4713-89e7-0bf27ff37cd6", "name": "A list of events for the identity", "originalRequest": { "url": { @@ -94186,7 +94186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4041ee3-f1bf-4fff-8ec1-cc0ed11c277f", + "id": "c313dec5-269c-488d-9447-ad09da5d61ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94287,7 +94287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "879b7164-77b7-41ee-af32-5fab70dc0f49", + "id": "3b0f7c1f-ffd2-4d2c-bd13-ae5d5e0152de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94388,7 +94388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffc82020-4fe0-4128-a373-652c9f7e30e7", + "id": "08350b3f-5226-4c59-b85b-5129d52f5caa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94489,7 +94489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1458cb3f-fdb3-47ac-af6b-7fe5f59db6a9", + "id": "245e6e5d-ecec-408d-b472-07e01b0b9143", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94590,7 +94590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "513b7103-eb92-440e-8926-17858b834617", + "id": "49d780a6-9c2d-4d6f-81f4-4c40cd339e45", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94703,7 +94703,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": "88d6aed8-c002-4fa3-bab7-c0646c298d7b", + "id": "8a3029fd-3545-4aca-8e0a-8f9c623410e0", "name": "Identity Profiles list", "request": { "name": "Identity Profiles list", @@ -94778,7 +94778,7 @@ }, "response": [ { - "id": "21451149-ddd3-400e-b341-0175196c4c80", + "id": "02fc2616-5c9f-4d5d-8526-f252ff46537c", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -94862,12 +94862,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\": \"259be7ae-1a24-2dc8-99b2-74da9f262ca6\",\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\": \"a9452090-4fb6-af70-30ef-79f63444478f\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n }\n]", + "body": "[\n {\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:ae27de65-44d0-21bc-2b36-2afaafa53add\",\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\": \"6ad6a608-ae59-124c-85c5-89dd0f41d33f\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4cde30da-819f-45a8-aa08-77744e76972c", + "id": "9504ac7d-f34f-49fc-af12-b4cdc6a36c75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94956,7 +94956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d03d4267-2264-4c65-908e-c0ef6d4254c3", + "id": "02427d24-d82f-41eb-b779-a4bbb482d53d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95045,7 +95045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d04a56e4-361f-4512-9466-ba9e270244fb", + "id": "1fe3f195-4df4-4d36-bc9e-eb72165556af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95134,7 +95134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59ffe76e-576e-4186-9d4f-a13144d5c455", + "id": "390c8e0c-a869-46f6-bbc7-9e13721baa88", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95223,7 +95223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34005209-b126-4da4-b07b-258a12ddcd73", + "id": "5cf19fd6-369d-4564-b2e0-2f0a392084b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95318,7 +95318,7 @@ } }, { - "id": "fdbc6c57-d121-4f4c-8948-d90b26325fd1", + "id": "e3000cfa-7894-4b82-a4aa-ce091979d56b", "name": "Create an Identity Profile", "request": { "name": "Create an Identity Profile", @@ -95349,7 +95349,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:cfb579a6-aba3-f2bf-8f4d-554ba6264ab9\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:b6987d84-1eda-2d3e-a960-1fe3f5285ce6\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95360,7 +95360,7 @@ }, "response": [ { - "id": "c03031a1-a167-40ab-a03a-cdf1b402c092", + "id": "2d59e847-26b9-46cb-b6c5-3533b591f493", "name": "The created Identity Profile", "originalRequest": { "url": { @@ -95394,7 +95394,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:cfb579a6-aba3-f2bf-8f4d-554ba6264ab9\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:b6987d84-1eda-2d3e-a960-1fe3f5285ce6\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95411,12 +95411,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:cfb579a6-aba3-f2bf-8f4d-554ba6264ab9\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:b6987d84-1eda-2d3e-a960-1fe3f5285ce6\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fa255482-66a6-4514-8b5d-7729f09c9862", + "id": "ae709539-c6f4-4c79-99d8-fca19762792d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95450,7 +95450,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:cfb579a6-aba3-f2bf-8f4d-554ba6264ab9\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:b6987d84-1eda-2d3e-a960-1fe3f5285ce6\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95472,7 +95472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8285cd18-f5a2-469f-8297-b03ffd00c665", + "id": "5a991576-3b15-4bb1-9502-e2734cb01056", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95506,7 +95506,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:cfb579a6-aba3-f2bf-8f4d-554ba6264ab9\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:b6987d84-1eda-2d3e-a960-1fe3f5285ce6\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95528,7 +95528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "269f7d53-ad5a-4d54-89f3-5609c5586b0e", + "id": "5ee32c23-3bff-4e8a-a201-761e63997590", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95562,7 +95562,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:cfb579a6-aba3-f2bf-8f4d-554ba6264ab9\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:b6987d84-1eda-2d3e-a960-1fe3f5285ce6\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95584,7 +95584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff0651e1-7b6d-4be1-8fff-96f1aaebdc1f", + "id": "d4144732-7a67-4221-a30f-7b6d8883b65f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95618,7 +95618,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:cfb579a6-aba3-f2bf-8f4d-554ba6264ab9\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:b6987d84-1eda-2d3e-a960-1fe3f5285ce6\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95640,7 +95640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab879f4c-e267-47bf-9908-c6b655326e06", + "id": "ce15b58c-22dd-4518-aa7d-344eac4f85f1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95674,7 +95674,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:cfb579a6-aba3-f2bf-8f4d-554ba6264ab9\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "raw": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:b6987d84-1eda-2d3e-a960-1fe3f5285ce6\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -95702,7 +95702,7 @@ } }, { - "id": "56560aa0-9536-486b-be79-d8bdb617dcfb", + "id": "c5f1994e-ca97-4983-9f5a-4263603212c0", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -95745,7 +95745,7 @@ }, "response": [ { - "id": "c1f832ee-a0ce-43e0-8605-5fdd83c65697", + "id": "4d620674-a6d4-4490-9a36-74d2216bf894", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -95797,12 +95797,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\": \"1979-04-15T14:40:57.068Z\",\n \"launched\": \"1963-07-28T15:53:09.624Z\",\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\": \"2006-05-02T12:35:42.918Z\",\n \"launched\": \"1989-10-23T09:09:55.773Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0b38d59d-e191-4bf5-90a3-de61db39780f", + "id": "02a16cae-beb7-46c6-b153-27892167460f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95859,7 +95859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b274053e-8a25-423d-8e58-eb623e510dfb", + "id": "d7584870-735a-445e-8e60-77350b902ca2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95916,7 +95916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d46dc5b4-37e4-429b-8d42-3096feb3a454", + "id": "24bfa827-0da3-4e06-a610-dbe4a39de52e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95973,7 +95973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c21a3db9-9d54-441b-86c6-4493ec8523fb", + "id": "6d6ef570-e1be-421c-bf8c-8fe0e9ccd6b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96030,7 +96030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2198765-6ab5-4f5c-85dd-34aa4c41f8ad", + "id": "91242784-71b9-4597-aeb2-87654904993a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96093,7 +96093,7 @@ } }, { - "id": "168ce3ad-188e-44e9-a6a2-0b3727c6f00e", + "id": "b72341b5-2fb0-4e00-81f7-80bb4065a1e2", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -96169,7 +96169,7 @@ }, "response": [ { - "id": "ce6605b9-42e9-4c24-8ba9-07f467514c9c", + "id": "8b518945-86ce-40da-9ff1-4423c3990208", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -96259,7 +96259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11c77bf4-66c6-49da-a78e-201c14f38d5b", + "id": "6719762e-2d7b-43e6-bdc5-d0746e935dcb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96349,7 +96349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2969fb1b-eb38-4bcc-8c8e-fc57cec78d73", + "id": "3b626579-5a7f-4a88-8dc1-6fb83d271719", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96439,7 +96439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f3247c8-27c6-4a7b-bcc8-dc1ebf02259a", + "id": "7a8ab524-2648-4229-a592-1cae04da26b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96529,7 +96529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97f3b713-464d-4a49-8c11-b4fd9f934fd7", + "id": "1ab47d1f-6ae3-450b-801d-9b5464c2e718", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96619,7 +96619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "873bfbdf-28d8-4466-8dda-174414ec1c93", + "id": "87ccf746-ad1a-46f4-850e-eafc5f18e20b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96709,7 +96709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4554544c-46cc-4b5f-b5b8-8690f65a4a8f", + "id": "e4f372c6-d851-4fbd-b352-2c93f80e847f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96805,7 +96805,7 @@ } }, { - "id": "44271009-1269-4eea-a233-067457c9cea0", + "id": "2dfe2a36-3d5b-46ba-96c2-1b373e40c119", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -96848,7 +96848,7 @@ }, "response": [ { - "id": "90e7f0a1-d84d-4ed2-84b3-4c6b0d77f890", + "id": "365148ea-67b5-46f7-b9b5-5955bf22adc9", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -96900,12 +96900,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 \"dolore_06\": {},\n \"sintd\": {}\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 \"fugiat2\": {},\n \"laborea4\": {}\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 \"enim4\": {},\n \"quiscc\": {}\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 \"sunt_a\": {},\n \"laborum_47c\": {},\n \"ide5f\": {}\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 \"ut7a\": {},\n \"proident91\": {}\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 \"ipsum8a\": {},\n \"proident_35\": {},\n \"dolor2c\": {}\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 \"idea9\": {},\n \"laborum_e6_\": {}\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 \"inbdd\": {}\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 \"ut5\": {},\n \"Excepteur_4\": {},\n \"non__\": {}\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 \"anim__17\": {},\n \"sunt_236\": {},\n \"velit_1\": {}\n }\n }\n ],\n \"errors\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"fugiatf\": {},\n \"minim_4\": {},\n \"irureda5\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"ut__\": {}\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": "ab3608e9-2a40-4916-8927-e6119fa3767f", + "id": "3cc79746-bd52-476d-8ab6-77adeddcd7b1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96962,7 +96962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b51fa284-d443-4ad5-a275-df11321e54ae", + "id": "c7a521b7-6c67-4dd6-8115-e5612e1b0f34", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97019,7 +97019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7dfe7ef-e72a-4e04-9082-3455d494b056", + "id": "a5f12fa9-a69f-482d-8d16-2edae3e68e13", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97076,7 +97076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e604da9d-62fb-481f-9df5-b7670237ad34", + "id": "f476d6a2-73ba-48db-bdb0-23e219950aad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97133,7 +97133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6a65dd0-2551-4823-ac47-38f218fb5212", + "id": "5ace8e1b-1b4e-43b6-ae66-e9ffd563224a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97196,7 +97196,7 @@ } }, { - "id": "764e075d-26bb-483e-9bf9-3c446b7d7bce", + "id": "6f1c2516-e67e-446f-a853-679f7a7dca00", "name": "Generate Identity Profile Preview", "request": { "name": "Generate Identity Profile Preview", @@ -97228,7 +97228,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c3a1cd75-f6c0-a808-4da9-d7b912d7229f\",\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:e63ad7da-b1ed-1403-e831-4ac6467bb926\",\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", @@ -97239,7 +97239,7 @@ }, "response": [ { - "id": "0d732a71-06b8-4731-aa23-fd5bcd96851d", + "id": "50cc4154-8b1b-4938-a159-0715ccbda479", "name": "Object representing the preview object with all of the identity attributes using the current mappings.", "originalRequest": { "url": { @@ -97274,7 +97274,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c3a1cd75-f6c0-a808-4da9-d7b912d7229f\",\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:e63ad7da-b1ed-1403-e831-4ac6467bb926\",\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", @@ -97296,7 +97296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b0ba215-7e40-4c55-94c8-8e6cdebddef3", + "id": "d62519bd-4e8e-482d-b38d-72eb64a68559", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97331,7 +97331,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c3a1cd75-f6c0-a808-4da9-d7b912d7229f\",\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:e63ad7da-b1ed-1403-e831-4ac6467bb926\",\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", @@ -97353,7 +97353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0816c26b-2573-405e-b109-355e14ff15a5", + "id": "c6dac9ec-200b-425b-8bad-c67723f00727", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97388,7 +97388,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c3a1cd75-f6c0-a808-4da9-d7b912d7229f\",\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:e63ad7da-b1ed-1403-e831-4ac6467bb926\",\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", @@ -97410,7 +97410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b262fab-ab33-4c1b-9b97-82a8fd9175a2", + "id": "3bc7c219-64b8-436c-b865-854c375c5885", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97445,7 +97445,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c3a1cd75-f6c0-a808-4da9-d7b912d7229f\",\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:e63ad7da-b1ed-1403-e831-4ac6467bb926\",\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", @@ -97467,7 +97467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8389e0ae-c76d-4959-80ff-e1361f27b6c9", + "id": "6b997039-812e-4082-a318-0fc175fadb0e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97502,7 +97502,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c3a1cd75-f6c0-a808-4da9-d7b912d7229f\",\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:e63ad7da-b1ed-1403-e831-4ac6467bb926\",\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", @@ -97524,7 +97524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac361702-7f70-482e-a718-4251a3068e95", + "id": "8f84cf3e-7dcc-47e1-90c5-7ab1d8e815f8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97559,7 +97559,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:c3a1cd75-f6c0-a808-4da9-d7b912d7229f\",\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:e63ad7da-b1ed-1403-e831-4ac6467bb926\",\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", @@ -97587,7 +97587,7 @@ } }, { - "id": "f0414c1c-5220-47aa-a0f7-dfb332f292c8", + "id": "1d44f8e9-eb35-4242-8c40-a36ff9740046", "name": "Gets a single Identity Profile", "request": { "name": "Gets a single Identity Profile", @@ -97628,7 +97628,7 @@ }, "response": [ { - "id": "dfd1d6f0-be4b-4346-9e29-42588d4d84a4", + "id": "3b475e38-670d-41f6-bb37-880db463c568", "name": "An Identity Profile object", "originalRequest": { "url": { @@ -97667,12 +97667,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:cfb579a6-aba3-f2bf-8f4d-554ba6264ab9\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:b6987d84-1eda-2d3e-a960-1fe3f5285ce6\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8351bfc9-4637-496d-a3c4-467913411c32", + "id": "d2acf05f-08a8-43ea-b396-8d104aeda748", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97716,7 +97716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f015b63-e666-4136-893b-ceaec2e217e4", + "id": "f908fb82-51d8-451d-a9a7-c3aae09f6f3d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97760,7 +97760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33b22aed-a7aa-451c-bf56-b8d22ef9dbe3", + "id": "0b9273ff-4674-4dda-b162-1bfaf452e521", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97804,7 +97804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "371bba0b-6e2e-40d3-99ad-96d843eee6b5", + "id": "de871332-e244-4e0f-bbd4-22475d971c72", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -97848,7 +97848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e837bcde-5855-43cc-b257-4ff07e7732c7", + "id": "c45e3b7e-ec7a-4c59-8c68-a16fb795c604", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97892,7 +97892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97c49494-42cc-418d-824a-6e7ff4f86441", + "id": "226e4e0c-6966-4ea1-acf1-ca1efd4c75dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97942,7 +97942,7 @@ } }, { - "id": "d800f47c-03a0-4dad-85bf-1828c9205866", + "id": "e5cf8848-bb71-4016-97f9-8a7521f6cd53", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -97983,7 +97983,7 @@ }, "response": [ { - "id": "59d11390-4c31-4fb2-8f57-7eed6631d50c", + "id": "8273b36a-8b56-4309-9c23-a9af48f2b49a", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -98022,12 +98022,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\": \"1987-04-05T04:57:36.504Z\",\n \"launched\": \"1967-11-14T11:57:33.779Z\",\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\": \"1964-10-23T07:14:55.841Z\",\n \"launched\": \"2011-04-18T04:15:44.354Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c0371ed2-1b50-4e2f-a8cd-2e83619db233", + "id": "24fd54bf-e2b3-41af-b784-b3843e70d3ad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98071,7 +98071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cac06a6d-829b-4840-b9c2-cd6ca1e054ce", + "id": "ed97372f-e4bd-402f-a7c0-4068b63424af", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98115,7 +98115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11f69e1c-62a9-4b75-a64b-7f0ce22c0026", + "id": "b878e40c-4e4d-4dfc-b851-df25e1c93de9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98159,7 +98159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2189eb9a-a83a-4aef-a9ee-4f2f030cafd3", + "id": "50a6c0b1-9fd8-4ebb-83c6-ebc0e63320a6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98203,7 +98203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ef18dd1-30db-44b2-9ac8-f85bfb402c25", + "id": "0a7de2e8-aa2a-4d46-98c9-f7f1a68a4180", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98247,7 +98247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91b08ac7-7583-4c50-bcc0-9a7ca7ef1fd7", + "id": "fa73cde5-0a17-45f1-9854-6b3a620eb373", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98297,7 +98297,7 @@ } }, { - "id": "5e07c3e5-3706-4578-a8c3-ed5a45baafe1", + "id": "321b70b8-6d61-464e-ad2a-48325e5cd089", "name": "Update the Identity Profile", "request": { "name": "Update the Identity Profile", @@ -98351,7 +98351,7 @@ }, "response": [ { - "id": "068c0230-d0e2-4914-8bf9-a5b8e9172d14", + "id": "845c94bc-ccaa-4e02-b119-27ea917fac6a", "name": "The updated Identity Profile.", "originalRequest": { "url": { @@ -98403,12 +98403,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:cfb579a6-aba3-f2bf-8f4d-554ba6264ab9\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", + "body": "{\n \"authoritativeSource\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"name\": \"aName\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"description\": \"My custom flat file profile\",\n \"owner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"William Wilson\"\n },\n \"priority\": 10,\n \"identityRefreshRequired\": true,\n \"identityCount\": 8,\n \"identityAttributeConfig\": {\n \"enabled\": true,\n \"attributeTransforms\": [\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n },\n {\n \"identityAttributeName\": \"email\",\n \"transformDefinition\": {\n \"type\": \"accountAttribute\",\n \"attributes\": {\n \"attributeName\": \"e-mail\",\n \"sourceName\": \"MySource\",\n \"sourceId\": \"2c9180877a826e68017a8c0b03da1a53\"\n }\n }\n }\n ]\n },\n \"identityExceptionReportReference\": {\n \"taskResultId\": \"urn:uuid:b6987d84-1eda-2d3e-a960-1fe3f5285ce6\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "eba407de-fd2c-4e25-b1c5-c74f380d235d", + "id": "3fd0c818-8e3c-43dd-9d67-4ba65f1217bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98465,7 +98465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cac7733-324c-4b2a-aef2-705bccd80dd5", + "id": "fdf70390-c2de-4329-976e-0949dc683e30", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98522,7 +98522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "611a38a0-eccf-453e-b0f6-0931646b5234", + "id": "7523f433-4897-4df3-962a-2bd9db43512c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98579,7 +98579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75d13bd3-3172-4045-aa2e-4ba1c9a423e4", + "id": "215cb9c3-7db7-4f01-afc0-1ea35aba2010", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98636,7 +98636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee01bd84-ed75-462e-8565-f8cdcbab7699", + "id": "00988d4f-ee05-4ab8-82bb-05ebac10c4ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98693,7 +98693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fbc6afd-7176-40a9-a5ef-c287d781f60c", + "id": "82acd74e-3f74-4ca1-b567-e4b91af9b889", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98756,7 +98756,7 @@ } }, { - "id": "41920dcd-6fd6-4c77-b6ae-99c9724b98bf", + "id": "571f0827-9531-4ecb-a121-4e5c808abd2a", "name": "Default identity attribute config", "request": { "name": "Default identity attribute config", @@ -98798,7 +98798,7 @@ }, "response": [ { - "id": "c09233df-7c24-4c0d-ace3-e5ede52ea772", + "id": "0f004791-fc14-426f-8604-96370ed93b2c", "name": "An Identity Attribute Config object", "originalRequest": { "url": { @@ -98843,7 +98843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28f3c2d0-a8bf-44fd-a98d-7efd5eba00cc", + "id": "a37c7520-8013-4c64-86cf-1dca4bf756e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98888,7 +98888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7ec7548-60fc-495e-8602-e682de83deb7", + "id": "d7615cef-ca4b-4838-bd88-e3e15b8e9efe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98933,7 +98933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44b56c72-4068-4e3c-ac8b-2799baf23e72", + "id": "ad6ef83d-a4ce-4f30-a681-044f55a1da23", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98978,7 +98978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00908282-17ff-4f07-bcf0-972453ff70b0", + "id": "a8b3e3d3-d76b-49c2-8e90-3092e61fe102", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -99023,7 +99023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23f22a3f-1a89-406f-b231-a599f2487edf", + "id": "9e15550a-5aff-4e5a-8fd3-32e29791e431", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99068,7 +99068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e1f6eae-3381-44e8-83f7-5ad71515bdc6", + "id": "bb174989-2852-4aa9-88e2-2698ca9dcfa4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99119,7 +99119,7 @@ } }, { - "id": "1e0623b0-4663-423f-8b58-b8f2de6341a7", + "id": "67871466-d187-4e8f-ad78-0ef330638322", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -99161,7 +99161,7 @@ }, "response": [ { - "id": "c38ae089-867f-46be-9ccf-b2dd23722a44", + "id": "481eb115-1282-4fe8-baec-2a9d68132d17", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -99206,7 +99206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "063c9551-b69d-4073-9a92-03b61bb14749", + "id": "cca66f9e-3591-4f4a-81c9-24639f694bf3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99251,7 +99251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaa5f268-9907-49a1-b95f-95cdad184159", + "id": "9cd60178-9a5e-4e33-9535-1aca6c725d46", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99296,7 +99296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be4afcf9-25d5-4f4c-a072-b978129c6280", + "id": "c37bbf0e-ace2-48d0-a913-2ba4a0dd4a99", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99341,7 +99341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e47604b-4c25-4cb9-862c-ad50d60076bc", + "id": "41264925-3983-46cd-8631-5a65c0501e88", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -99386,7 +99386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff0b1915-551e-479a-8c5a-7efee8b7c5ad", + "id": "dae1255d-6ee4-47db-993a-233a8774e12d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99431,7 +99431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db65e1a4-2652-4bdd-b638-36ed597a62cd", + "id": "3426e109-2806-416f-9357-d0b1effedb03", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99488,7 +99488,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": "c67b9042-1c7c-45e9-b526-773ef32b4f2d", + "id": "e37fbdeb-f80b-4a16-9b15-7714683fd30d", "name": "Lifecycle State", "request": { "name": "Lifecycle State", @@ -99510,7 +99510,7 @@ "variable": [ { "type": "any", - "value": "reprehenderit proident Ut ad", + "value": "occaecat Excepteur", "key": "identity-profile-id", "disabled": true, "description": { @@ -99520,7 +99520,7 @@ }, { "type": "any", - "value": "reprehenderit proident Ut ad", + "value": "occaecat Excepteur", "key": "lifecycle-state-id", "disabled": true, "description": { @@ -99541,7 +99541,7 @@ }, "response": [ { - "id": "95d3acc1-36f7-40ef-b628-53a733d25177", + "id": "6bcf6722-e0cc-434a-86f1-cd3d03fa4078", "name": "lifecycle-state", "originalRequest": { "url": { @@ -99587,7 +99587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8070e590-98d5-4a59-8c87-b5a6dd4f04cb", + "id": "3a19bea2-cbc5-473b-a4d7-b6f5d98b9d1c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99633,7 +99633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c003a300-9a5c-4f89-934c-50875c4590ba", + "id": "cdf98abf-4deb-4eeb-b315-122ce192f061", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99679,7 +99679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc8b57d4-8493-4b29-9b22-4750397a5615", + "id": "f962bafc-c044-4446-aa1f-e4f58371c279", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99725,7 +99725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5c6878e-abca-4ec9-a7a7-43eeaa08e5ef", + "id": "92bc7d36-5420-4ab2-ac03-9e240bba2086", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99771,7 +99771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed7b0565-67ff-483b-99c9-e52d1aac1b3e", + "id": "ec473390-b833-46e2-8b22-e7e55a8abff0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99823,7 +99823,7 @@ } }, { - "id": "f9be16f9-7b23-4d0b-afcd-7427f0698c39", + "id": "0e03344b-2a33-4f1a-ae8b-4e2aed605070", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -99845,7 +99845,7 @@ "variable": [ { "type": "any", - "value": "reprehenderit proident Ut ad", + "value": "occaecat Excepteur", "key": "identity-profile-id", "disabled": true, "description": { @@ -99855,7 +99855,7 @@ }, { "type": "any", - "value": "reprehenderit proident Ut ad", + "value": "occaecat Excepteur", "key": "lifecycle-state-id", "disabled": true, "description": { @@ -99889,7 +99889,7 @@ }, "response": [ { - "id": "66db566f-27e8-426d-b915-1cd050295950", + "id": "0ff40fab-c6e3-476e-b085-25a533586ee7", "name": "Updated lifecycle-state.", "originalRequest": { "url": { @@ -99948,7 +99948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0281960f-cbf3-4697-900b-98ca659a455f", + "id": "d9d807f8-b49c-42cb-a31b-b5715b36033e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100007,7 +100007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "747ab0ae-2b83-4d6c-b552-b7f98c660e9a", + "id": "5c2871a8-903e-4883-bda8-129e57177fd2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100066,7 +100066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a83d9a1f-44bc-4251-a1f5-add8ee0fe5b2", + "id": "e299472e-1f63-4260-9395-02c06b6eb5e2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100125,7 +100125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d4b8de2-dd44-4bcb-a7eb-584cd348333a", + "id": "f7485bf7-def5-4ef4-aa2c-62c3a2eed2cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100184,7 +100184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de196150-e5de-45f7-979a-79324e5a370f", + "id": "57f02e96-b81c-4cb0-876f-6ef947661ff7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100255,7 +100255,7 @@ "description": "Read and write operations for managing client data and statuses", "item": [ { - "id": "b823222e-d609-4847-b8d4-782449cbcde9", + "id": "0e479a9f-0596-4aed-9c08-d5a32e467e5d", "name": "Specified Managed Client Status.", "request": { "name": "Specified Managed Client Status.", @@ -100307,7 +100307,7 @@ }, "response": [ { - "id": "c631a68c-694c-4242-b457-813b1a9cee43", + "id": "c3f4fa9b-2ef0-4b8c-a5d4-84ef7656ceab", "name": "Responds with Managed Client Status having the given ID and Type.", "originalRequest": { "url": { @@ -100357,12 +100357,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\": \"UNDEFINED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "360c00ec-6fcf-44a0-bc6a-587877206863", + "id": "9cfb1493-4895-477a-92a5-7ff96e9722b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100417,7 +100417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5edd4f10-ccbe-4a8a-91d6-4877ab4ed864", + "id": "51a9617e-c970-466b-aeeb-cd0bf9f80752", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100472,7 +100472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d983b96-61b9-40f1-92fd-fab1d19b0c08", + "id": "1b37e79e-35dc-414c-86bd-36c4f45610c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100527,7 +100527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f4ed6a0-9f2f-4a0b-abb1-cc00329ad43a", + "id": "01180432-960c-4b8e-86f1-4ea6a9fade7c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100582,7 +100582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58750331-bdff-487e-9ccd-6bf1a090e62c", + "id": "1ef2acd4-2980-4002-a876-a1f09646361c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100637,7 +100637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99e8373b-6b0a-463f-b5c0-367bca2d106d", + "id": "7260241f-368e-4ce2-819a-904ba735b4bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100698,7 +100698,7 @@ } }, { - "id": "f50dc6cb-7c02-42ee-a670-a7d872bfb13c", + "id": "7c497020-1d79-40a7-84bf-27c7e810ed32", "name": "Handle status request from client", "request": { "name": "Handle status request from client", @@ -100742,7 +100742,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\": \"UNDEFINED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100753,7 +100753,7 @@ }, "response": [ { - "id": "363d7ff2-9de9-4d47-b7ca-0b45fcc09934", + "id": "e6a539d0-04de-42cf-a11e-832d7bbf3a7c", "name": "Responds with the updated Managed Client Status.", "originalRequest": { "url": { @@ -100789,7 +100789,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\": \"UNDEFINED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100806,12 +100806,12 @@ "value": "application/json" } ], - "body": "{\n \"body\": {\n \"body\": {\n \"clientId\": \"1528\",\n \"clusterId\": \"1533\",\n \"orgType\": \"test\",\n \"vaDownloadUrl\": \"https://sptcbu-va-images.s3.amazonaws.com/va-latest.zip\",\n \"clusterJobCount\": 1,\n \"configuration\": {\n \"clusterType\": \"sqsCluster\",\n \"clusterExternalId\": \"2c91808876dd79120176f758af765c58\",\n \"debug\": \"false\",\n \"failureThreshold\": \"0\",\n \"gmtOffset\": \"-6\",\n \"scheduleUpgrade\": \"false\",\n \"va_version\": \"va-megapod-useast1-595-1627543540\",\n \"jobType\": \"VA_UPGRADE\",\n \"cookbook\": \"va-megapod-useast1-595-1627543540\"\n },\n \"connectorServices\": [\n {\n \"name\": \"EndToEnd-ADSource\",\n \"connector_host\": \"host.example.com\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-AzureADSource\",\n \"connector_host\": null,\n \"connector_port\": null,\n \"connector_(boolean)useSSL\": null,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-OpenLDAP\",\n \"connector_host\": \"10.0.2.64\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"Dynamic-ADSource\",\n \"connector_host\": \"host.example.com\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-JdbcADSource\",\n \"connector_host\": \"10.0.5.187\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-JdbcSource\",\n \"connector_host\": null,\n \"connector_port\": null,\n \"connector_(boolean)useSSL\": null,\n \"connectorFileUploadHistory\": [\n {\n \"serviceId\": \"540717\",\n \"date\": \"2021-02-05T22:58:15Z\",\n \"file\": \"temp7081703651350031905mysql-connector-java-8.0.11.jar\"\n }\n ]\n }\n ],\n \"jobs\": [\n {\n \"uuid\": \"872b622f-5ab5-4836-9172-e3bb77f05b2c\",\n \"cookbook\": \"872b622f-5ab5-4836-9172-e3bb77f05b2c\",\n \"state\": \"FINISHED\",\n \"type\": \"VA_UPGRADE\",\n \"targetId\": \"1528\",\n \"managedProcessConfiguration\": {\n \"charon\": {\n \"version\": \"345\",\n \"path\": \"sailpoint/charon\",\n \"description\": null,\n \"dependencies\": null\n },\n \"ccg\": {\n \"version\": \"415_583_79.0.0\",\n \"path\": \"sailpoint/ccg\",\n \"description\": null,\n \"dependencies\": null\n },\n \"toolbox\": {\n \"version\": \"6\",\n \"path\": \"sailpoint/toolbox\",\n \"description\": null,\n \"dependencies\": null\n },\n \"fluent\": {\n \"version\": \"50\",\n \"path\": \"fluent/va\",\n \"description\": null,\n \"dependencies\": null\n },\n \"va_agent\": {\n \"version\": \"89\",\n \"path\": \"sailpoint/va_agent\",\n \"description\": null,\n \"dependencies\": null\n }\n }\n }\n ],\n \"queue\": {\n \"name\": \"megapod-useast1-denali-lwt-cluster-1533\",\n \"region\": \"us-east-1\"\n },\n \"maintenance\": {\n \"window\": \"true\",\n \"windowStartTime\": \"2021-07-29T00:00:00Z\",\n \"windowClusterTime\": \"2021-07-29T01:35:24Z\",\n \"windowFinishTime\": \"2021-07-29T04:00:00Z\"\n }\n }\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "body": "{\n \"body\": {\n \"body\": {\n \"clientId\": \"1528\",\n \"clusterId\": \"1533\",\n \"orgType\": \"test\",\n \"vaDownloadUrl\": \"https://sptcbu-va-images.s3.amazonaws.com/va-latest.zip\",\n \"clusterJobCount\": 1,\n \"configuration\": {\n \"clusterType\": \"sqsCluster\",\n \"clusterExternalId\": \"2c91808876dd79120176f758af765c58\",\n \"debug\": \"false\",\n \"failureThreshold\": \"0\",\n \"gmtOffset\": \"-6\",\n \"scheduleUpgrade\": \"false\",\n \"va_version\": \"va-megapod-useast1-595-1627543540\",\n \"jobType\": \"VA_UPGRADE\",\n \"cookbook\": \"va-megapod-useast1-595-1627543540\"\n },\n \"connectorServices\": [\n {\n \"name\": \"EndToEnd-ADSource\",\n \"connector_host\": \"host.example.com\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-AzureADSource\",\n \"connector_host\": null,\n \"connector_port\": null,\n \"connector_(boolean)useSSL\": null,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-OpenLDAP\",\n \"connector_host\": \"10.0.2.64\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"Dynamic-ADSource\",\n \"connector_host\": \"host.example.com\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-JdbcADSource\",\n \"connector_host\": \"10.0.5.187\",\n \"connector_port\": \"389\",\n \"connector_(boolean)useSSL\": false,\n \"connectorFileUploadHistory\": null\n },\n {\n \"name\": \"EndToEnd-JdbcSource\",\n \"connector_host\": null,\n \"connector_port\": null,\n \"connector_(boolean)useSSL\": null,\n \"connectorFileUploadHistory\": [\n {\n \"serviceId\": \"540717\",\n \"date\": \"2021-02-05T22:58:15Z\",\n \"file\": \"temp7081703651350031905mysql-connector-java-8.0.11.jar\"\n }\n ]\n }\n ],\n \"jobs\": [\n {\n \"uuid\": \"872b622f-5ab5-4836-9172-e3bb77f05b2c\",\n \"cookbook\": \"872b622f-5ab5-4836-9172-e3bb77f05b2c\",\n \"state\": \"FINISHED\",\n \"type\": \"VA_UPGRADE\",\n \"targetId\": \"1528\",\n \"managedProcessConfiguration\": {\n \"charon\": {\n \"version\": \"345\",\n \"path\": \"sailpoint/charon\",\n \"description\": null,\n \"dependencies\": null\n },\n \"ccg\": {\n \"version\": \"415_583_79.0.0\",\n \"path\": \"sailpoint/ccg\",\n \"description\": null,\n \"dependencies\": null\n },\n \"toolbox\": {\n \"version\": \"6\",\n \"path\": \"sailpoint/toolbox\",\n \"description\": null,\n \"dependencies\": null\n },\n \"fluent\": {\n \"version\": \"50\",\n \"path\": \"fluent/va\",\n \"description\": null,\n \"dependencies\": null\n },\n \"va_agent\": {\n \"version\": \"89\",\n \"path\": \"sailpoint/va_agent\",\n \"description\": null,\n \"dependencies\": null\n }\n }\n }\n ],\n \"queue\": {\n \"name\": \"megapod-useast1-denali-lwt-cluster-1533\",\n \"region\": \"us-east-1\"\n },\n \"maintenance\": {\n \"window\": \"true\",\n \"windowStartTime\": \"2021-07-29T00:00:00Z\",\n \"windowClusterTime\": \"2021-07-29T01:35:24Z\",\n \"windowFinishTime\": \"2021-07-29T04:00:00Z\"\n }\n }\n },\n \"status\": \"ERROR\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "be036232-d9f0-4ffe-8e73-f6aaaea6fca2", + "id": "fee39f68-069a-4e06-9f8f-e543f347641e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100847,7 +100847,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\": \"UNDEFINED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100869,7 +100869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "296dc7fc-9e77-4509-8a34-9dea71d7b31a", + "id": "88b32545-cdf4-402f-acba-7e6b3352f40d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100905,7 +100905,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\": \"UNDEFINED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100927,7 +100927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bc7dd39-e553-4236-bccf-d10e8ecee8a3", + "id": "d9231e0d-3c4b-44b5-8014-0d7112e5002c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100963,7 +100963,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\": \"UNDEFINED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -100985,7 +100985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c64cdf6e-19d2-477a-9b6f-469aee6dd66e", + "id": "f9c38847-1ac7-45bd-904c-04a09ab9db7b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101021,7 +101021,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\": \"UNDEFINED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -101043,7 +101043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee4e856f-a179-4af3-8c12-cb3926ce0cb3", + "id": "d0635943-73c0-461a-be57-3c94465cfa34", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101079,7 +101079,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\": \"UNDEFINED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -101101,7 +101101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16d9930a-59fb-4e90-9c1e-58fbd2f2d661", + "id": "d1e8f770-9aae-4ec9-8c3c-d7578b38104d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101137,7 +101137,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\": \"UNDEFINED\",\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\": \"NORMAL\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -101171,7 +101171,7 @@ "description": "Operations for accessing and managing client Clusters, including Log Configuration", "item": [ { - "id": "1b95fc49-ef71-4b21-a8f9-a33bb4c3404d", + "id": "a6925c87-7bd2-40c1-91f3-2fe69db6fce5", "name": "Get a specified ManagedCluster.", "request": { "name": "Get a specified ManagedCluster.", @@ -101212,7 +101212,7 @@ }, "response": [ { - "id": "b4bdf275-9937-4f74-a516-8741022480d4", + "id": "2e8cc1ea-d3f2-461c-9472-fee16cff4716", "name": "Responds with ManagedCluster having the given ID.", "originalRequest": { "url": { @@ -101256,7 +101256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54665c9f-423f-419f-9077-2e42c58fc76d", + "id": "78470196-f253-4d97-977a-c488ad032b32", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101300,7 +101300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d89f7a4f-4065-4526-a2a9-a3d5960e36ad", + "id": "f9bcd99c-e544-4b0f-a119-6f7d6b7d6a68", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101344,7 +101344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "845452d1-5809-462e-947d-6a999715bf61", + "id": "f6bb9d9c-758d-4bf5-9300-f48415a8b60d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101388,7 +101388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e219fa0-5f34-4ab4-8619-282c512f5966", + "id": "2b54e813-af0f-472c-bcc5-4c4260d6856e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101432,7 +101432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d49d3892-dd7f-40f8-939c-9ddbba1d0c4c", + "id": "18b902f9-3e7c-414b-a16f-28f0ebda9153", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101476,7 +101476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75cbda96-7e4c-4ea7-b53d-fc9f592cd1f0", + "id": "a54654c3-6d14-4ab6-8167-8b2de2d56a08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101526,7 +101526,7 @@ } }, { - "id": "1ae596f6-59ec-42dd-91c9-6ee81255fa85", + "id": "6d3e8ef1-1baa-4636-b69a-55b44f05fbe4", "name": "Get managed cluster's log configuration", "request": { "name": "Get managed cluster's log configuration", @@ -101568,7 +101568,7 @@ }, "response": [ { - "id": "b7e0864d-340a-4b54-93f6-8e0e8497bf67", + "id": "ac01d8f9-a862-49c2-95c0-73bf929238b5", "name": "Log configuration of ManagedCluster matching given cluster ID", "originalRequest": { "url": { @@ -101613,7 +101613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f9fe62b-a75a-4234-9683-75855542cabf", + "id": "e06715f0-495a-4a74-ab60-60f3f801e54e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101658,7 +101658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0987ae2f-aab7-4ce5-8077-b233bcc4398e", + "id": "7f8c5f0d-1d54-4303-8105-9a3e463035bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101703,7 +101703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29b657d4-e1a9-4ea3-9cfb-26f3da9f1730", + "id": "59a8989b-08c0-4d85-a2e9-617050491ae4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101748,7 +101748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15fcfd7e-20e8-4ff9-9133-848619f7c463", + "id": "3884289b-e101-4a16-b1c5-365eeb807c92", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101793,7 +101793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "610c00c0-43f7-40db-b5c0-6dc304098036", + "id": "6175858e-1ddd-4fda-9cae-45004bff0428", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101838,7 +101838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2981d5d9-8ca1-456f-9a01-9eb596b3a165", + "id": "0e884521-cec9-47f5-b4f9-ae9c5a530ba9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101889,7 +101889,7 @@ } }, { - "id": "f0877b69-fba7-4a5e-bf18-f4edfb16173a", + "id": "5f8bc869-ecd0-4e10-8161-aabc6600ed41", "name": "Update managed cluster's log configuration", "request": { "name": "Update managed cluster's log configuration", @@ -101944,7 +101944,7 @@ }, "response": [ { - "id": "385a1d3e-87eb-4db7-95bb-10e6e8dc74c9", + "id": "427a3aab-dc34-4e23-895d-e9258037f065", "name": "Responds with updated ClientLogConfiguration for given ManagedCluster", "originalRequest": { "url": { @@ -102002,7 +102002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80adcab5-6e5d-4c68-a3c2-5802510b7b50", + "id": "3455197f-737d-4b68-8ddc-0590c16331e3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102060,7 +102060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73c45d5d-830d-4321-84df-ed88bf0728b6", + "id": "97603e15-2524-4526-9c31-d2057b7b443d", "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": "6f4d3e18-3671-465f-bdee-ef0ece1f1e2a", + "id": "5ca0cf42-5ef4-4ab0-a912-0f08fcb5b63d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102176,7 +102176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "843e0417-1d84-4066-b2a8-fba0361a3aed", + "id": "bad6dbf9-3f4e-4788-9116-d783223af180", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102234,7 +102234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01e4c88f-cf03-4135-b3b6-938cbae0ffd7", + "id": "74662234-a5d9-4119-9753-02d5641ff1e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102292,7 +102292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be20aad8-d784-407e-8165-bab0950b3757", + "id": "eaca5b91-7b49-4f0b-af3c-928c24a97142", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102356,7 +102356,7 @@ } }, { - "id": "20c4397b-9353-4071-9e64-e81c8c89e888", + "id": "37e733d9-3dda-4368-bb06-280f83711d1f", "name": "Retrieve all Managed Clusters.", "request": { "name": "Retrieve all Managed Clusters.", @@ -102422,7 +102422,7 @@ }, "response": [ { - "id": "b59ee34c-1f15-4c19-bbbd-143f41131c6d", + "id": "4e9093e1-b327-4676-beed-7fa2389ab825", "name": "Responds with a list of ManagedCluster.", "originalRequest": { "url": { @@ -102502,7 +102502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b1efa70-cff7-4906-b444-ec3b7ad244f6", + "id": "4bb83fb0-8f21-4e7f-b8a0-767626a85a98", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102582,7 +102582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "037ae1f4-3ed1-40d3-90f1-9aadf28b5def", + "id": "b66f642d-5509-4c07-9190-a9d31f80aad0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102662,7 +102662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80580c54-8605-40b2-853d-bf78fb4c0905", + "id": "46d54991-22a4-4de8-b9b3-1cb7a5077ca0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102742,7 +102742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa863522-d62f-4484-965a-0c9600d0467c", + "id": "314ee13b-9480-4cb6-97b5-6dc24f1089a3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102822,7 +102822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aecdc4c8-c10a-4f89-b292-54ecaa6015d3", + "id": "7e4fa106-44e1-493f-b453-edb194f590eb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102914,7 +102914,7 @@ "description": "Use this API to manually upload application names to be correlated to an ISC connector.\n", "item": [ { - "id": "931dc0b9-a508-45b8-b90d-f2cef7156673", + "id": "b751d410-51a2-4d5d-8213-f18d68231470", "name": "CSV Upload to discover applications", "request": { "name": "CSV Upload to discover applications", @@ -102952,7 +102952,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "sit sed incididunt", + "value": "commodo laboris do voluptate", "type": "text" } ] @@ -102960,7 +102960,7 @@ }, "response": [ { - "id": "ba8c9d07-2b2f-43d6-ac26-10521b574678", + "id": "62b1554b-0c67-450a-9435-bc65ff60f6be", "name": "The CSV has been successfully processed.", "originalRequest": { "url": { @@ -103001,7 +103001,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "sit sed incididunt", + "value": "commodo laboris do voluptate", "type": "text" } ] @@ -103020,7 +103020,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b4ad510f-e563-4f48-af9f-298d1eebd3ce", + "id": "a51b3fb7-92ce-4486-85ed-8c150e5cd10d", "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": { @@ -103061,7 +103061,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "sit sed incididunt", + "value": "commodo laboris do voluptate", "type": "text" } ] @@ -103080,7 +103080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "785aa451-5bf2-4e76-af5b-3e2d455dbe4e", + "id": "30791b40-0d5d-421b-9f1a-dc39a1be68f6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103121,7 +103121,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "sit sed incididunt", + "value": "commodo laboris do voluptate", "type": "text" } ] @@ -103140,7 +103140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "833af59b-7d96-4141-a2f9-bce8aa004e14", + "id": "7c5ce8a8-8144-4a2e-a18b-c54a49b2cd52", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103181,7 +103181,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "sit sed incididunt", + "value": "commodo laboris do voluptate", "type": "text" } ] @@ -103200,7 +103200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "038a03f8-e81a-4f8a-92d9-be9395c2587f", + "id": "8ee82b96-7091-45ad-b2b0-4975fb79eaca", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103241,7 +103241,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "sit sed incididunt", + "value": "commodo laboris do voluptate", "type": "text" } ] @@ -103260,7 +103260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e5f417d-c3f0-4c85-ac26-bc83258a926d", + "id": "6af01c02-f9f6-48af-ad62-732c822d93b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103301,7 +103301,7 @@ "type": "text/plain" }, "key": "csvFile", - "value": "sit sed incididunt", + "value": "commodo laboris do voluptate", "type": "text" } ] @@ -103332,7 +103332,7 @@ "description": "Use this API to download the CSV template to send to the application discovery service.\n", "item": [ { - "id": "303320cf-de0a-4f03-a80b-d9d3db410b44", + "id": "2ab430c3-7d66-41d7-aea3-4236e274cd4b", "name": "CSV template download for discovery", "request": { "name": "CSV template download for discovery", @@ -103361,7 +103361,7 @@ }, "response": [ { - "id": "6e22bcc6-2adf-44d8-bd17-eaa0d689a01a", + "id": "dd6276e9-748e-45de-9d24-70acdb79307e", "name": "A CSV file download was successful.", "originalRequest": { "url": { @@ -103404,7 +103404,7 @@ "_postman_previewlanguage": "text" }, { - "id": "00916196-4866-4db4-999f-85935296c960", + "id": "0137ece6-a4c6-47ab-8a89-9a3740019c52", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103447,7 +103447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d323312-a82f-4118-8771-9baa145f84af", + "id": "698f18e0-ac4c-4efb-a209-e2cc50179929", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103490,7 +103490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "115aea7b-4ef6-4c21-9019-aa718c49426e", + "id": "c97b938f-653b-4c6e-984b-ae6412ae881f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103533,7 +103533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77382760-f544-424f-b095-6c3b26881f70", + "id": "d02dbdc6-ff6f-4528-a8cb-67499b4f0739", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103576,7 +103576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c410b9b4-c1a3-470e-a4b5-2c116a369bfe", + "id": "57a39dc6-8c53-421c-a3fe-18e0708c1cd2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103631,7 +103631,7 @@ "description": "Configure and test multifactor authentication (MFA) methods", "item": [ { - "id": "e4a66964-f452-4e52-856a-77c0e5600e27", + "id": "cb78f54b-bcd4-432b-9abb-d434e890fd0a", "name": "Configuration of Okta MFA method", "request": { "name": "Configuration of Okta MFA method", @@ -103662,7 +103662,7 @@ }, "response": [ { - "id": "e9f8fe94-820b-4292-9570-2fc57629080d", + "id": "cf2f9a35-bf47-4423-bc94-2e899665db4c", "name": "The configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -103707,7 +103707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1af67ec9-68bd-4ae9-a87f-90380c9660b6", + "id": "77997851-0990-48c2-8500-f075514908f5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103752,7 +103752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4516c57-08fc-4508-8f66-6ccdb05653b9", + "id": "647ea2c9-5988-4c04-be1b-255916f4a0dd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103797,7 +103797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e28860cb-fd9e-44bd-b984-3e1531ca1337", + "id": "1245fb6c-4105-490d-8968-cd47bb78b792", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103842,7 +103842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90f22645-acc3-4871-bad9-aad59cf414f2", + "id": "23fb3966-53ce-4f81-a5ff-f87a0b6c73cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103887,7 +103887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d309a7b-0cce-430c-8455-09d5a17d73dc", + "id": "7a9d6eeb-04df-498a-a038-9b5e3a6247ec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103938,7 +103938,7 @@ } }, { - "id": "865fa30c-c039-421f-9fdf-deca0d5e61ea", + "id": "d21d2134-09d3-408b-85ba-725f03d0178c", "name": "Set Okta MFA configuration", "request": { "name": "Set Okta MFA configuration", @@ -103982,7 +103982,7 @@ }, "response": [ { - "id": "2bdd8cdd-96ce-40ed-b323-a61398812d76", + "id": "218f4392-05f7-433e-988d-d6644cbe8e79", "name": "MFA configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -104040,7 +104040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d0e4861-6062-4c5c-bd1d-ec85770647c6", + "id": "dc29fae0-b3c5-47b8-a470-da583b800d8b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104098,7 +104098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63113063-addb-4406-82cb-0ffd74b2820e", + "id": "767a4324-a0f3-401b-88b6-223a27815357", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104156,7 +104156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3fe7790-ec15-481e-a770-adc896da186c", + "id": "52db3367-4536-4331-bdd1-47c26dd2f12c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104214,7 +104214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1f158cc-f46a-4773-bb9e-e9e6c844a7e3", + "id": "b15ca159-28f5-428c-b94f-12aa992036ca", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104272,7 +104272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3cf107e-4a9a-4a79-8328-13fdbb2d553f", + "id": "31d77640-9b71-4eba-a9e4-7ff28825e801", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104336,7 +104336,7 @@ } }, { - "id": "a907b2ff-475f-45c7-8cce-90b17ee8d1bb", + "id": "5df2fe4b-b91c-473b-9399-541631592f01", "name": "Configuration of Duo MFA method", "request": { "name": "Configuration of Duo MFA method", @@ -104367,7 +104367,7 @@ }, "response": [ { - "id": "6dd815f7-42de-4bc8-9b5d-cba4079c9dab", + "id": "40349ef6-8a16-44f0-998b-56aa719f9af4", "name": "The configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -104412,7 +104412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "059b7d2d-84e1-4906-bf93-71c03c85761b", + "id": "dc006377-6d61-4992-bad1-de4d1d99b16e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104457,7 +104457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cff520eb-37e8-4986-a523-45445b67b1d5", + "id": "0b009909-28a4-4af1-a419-2ea7b9683b7e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104502,7 +104502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f5cb448-78c4-49d8-8b02-dabbb6c0e67d", + "id": "1506d386-0d12-4adc-b25d-4d748e0da981", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104547,7 +104547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de6b9bb0-8569-459d-bbd9-afa4b186ae5e", + "id": "3e9855fe-bac8-47d8-b31d-d12fdb8b555e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104592,7 +104592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7512941-7d24-4a98-8519-8b48ee38d6c0", + "id": "83b160d3-b6c6-48ff-aebe-f1fbb8e8cf32", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104643,7 +104643,7 @@ } }, { - "id": "7b76517d-1a6f-4e58-9ad6-98fb9970b9ca", + "id": "35adc953-74f6-4c1a-8362-c27e71017c6c", "name": "Set Duo MFA configuration", "request": { "name": "Set Duo MFA configuration", @@ -104687,7 +104687,7 @@ }, "response": [ { - "id": "353095bb-548b-421f-908d-5212a2e7787c", + "id": "2fb3dae9-1f07-4dc9-9a33-f53f8696f511", "name": "MFA configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -104745,7 +104745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c558433-e350-43aa-97bf-0a85866a3f33", + "id": "cb96b713-69e6-4590-b8ab-2996b569be65", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104803,7 +104803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "513bb539-b831-428f-8e9d-eda4184e1060", + "id": "6efd7a39-8049-450c-82db-dbbd4fbcaec7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104861,7 +104861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc0fadc6-a1dd-4068-bdd1-0a7599d287e0", + "id": "c3ae2d80-252b-4cf9-ad8b-1120c89afa17", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104919,7 +104919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "592cb659-6346-4796-9b2e-746e4792f156", + "id": "e2e45cd3-a0a6-4e5f-80cc-de7a08e11e8e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104977,7 +104977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac288f0f-5b41-4774-8c56-52d6bfe92f75", + "id": "7bc7cd8c-8504-42df-aeb2-eed317e6e854", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105041,7 +105041,789 @@ } }, { - "id": "483220d5-47ef-4d9b-b494-b79887e21ab2", + "id": "f64fe0e9-ab9a-4a83-a2f6-4c9f3ec08beb", + "name": "Configuration of KBA MFA method", + "request": { + "name": "Configuration of KBA MFA method", + "description": { + "content": "This API returns the KBA configuration for MFA. A token with USER or ORG_ADMIN authority is required to call this API.", + "type": "text/plain" + }, + "url": { + "path": [ + "mfa", + "kba", + "config" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Indicator whether the question text should be returned in all configured languages\n * If true, the question text is returned in all languages that it is configured in.\n * If false, the question text is returned in the user locale if available, else for the default locale. \n * If not passed, it behaves the same way as passing this parameter as false", + "type": "text/plain" + }, + "key": "allLanguages", + "value": "allLanguages=true" + } + ], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "GET", + "body": {} + }, + "response": [ + { + "id": "29966244-fb5d-467f-a8a8-56c3afd36228", + "name": "The configuration for KBA MFA method.", + "originalRequest": { + "url": { + "path": [ + "mfa", + "kba", + "config" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Indicator whether the question text should be returned in all configured languages\n * If true, the question text is returned in all languages that it is configured in.\n * If false, the question text is returned in the user locale if available, else for the default locale. \n * If not passed, it behaves the same way as passing this parameter as false", + "type": "text/plain" + }, + "key": "allLanguages", + "value": "allLanguages=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 \"id\": \"143cfd3b-c23f-426b-ae5f-d3db06fa5919\",\n \"text\": \"MFA new question -1 ?\",\n \"hasAnswer\": false,\n \"numAnswers\": 0\n },\n {\n \"id\": \"173421\",\n \"text\": \"What is your alphanumeric PIN?\",\n \"hasAnswer\": false,\n \"numAnswers\": 3\n }\n]", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "4ea17f4d-9666-45f7-ab17-4738977b69c8", + "name": "Client Error - Returned if the request body is invalid.", + "originalRequest": { + "url": { + "path": [ + "mfa", + "kba", + "config" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Indicator whether the question text should be returned in all configured languages\n * If true, the question text is returned in all languages that it is configured in.\n * If false, the question text is returned in the user locale if available, else for the default locale. \n * If not passed, it behaves the same way as passing this parameter as false", + "type": "text/plain" + }, + "key": "allLanguages", + "value": "allLanguages=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": "572badcd-fe4f-41db-8ffb-f657f688699f", + "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "originalRequest": { + "url": { + "path": [ + "mfa", + "kba", + "config" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Indicator whether the question text should be returned in all configured languages\n * If true, the question text is returned in all languages that it is configured in.\n * If false, the question text is returned in the user locale if available, else for the default locale. \n * If not passed, it behaves the same way as passing this parameter as false", + "type": "text/plain" + }, + "key": "allLanguages", + "value": "allLanguages=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": "a0e9f32b-bbd7-449e-8f06-46836eb762f8", + "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "originalRequest": { + "url": { + "path": [ + "mfa", + "kba", + "config" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Indicator whether the question text should be returned in all configured languages\n * If true, the question text is returned in all languages that it is configured in.\n * If false, the question text is returned in the user locale if available, else for the default locale. \n * If not passed, it behaves the same way as passing this parameter as false", + "type": "text/plain" + }, + "key": "allLanguages", + "value": "allLanguages=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": "ba225168-341e-49dc-ba5f-3a1927a32421", + "name": "Too Many Requests - Returned in response to too many requests in 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": [ + "mfa", + "kba", + "config" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Indicator whether the question text should be returned in all configured languages\n * If true, the question text is returned in all languages that it is configured in.\n * If false, the question text is returned in the user locale if available, else for the default locale. \n * If not passed, it behaves the same way as passing this parameter as false", + "type": "text/plain" + }, + "key": "allLanguages", + "value": "allLanguages=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": "e6a6d90e-2d67-48b4-bbb6-b764a8a8c46f", + "name": "Internal Server Error - Returned if there is an unexpected error.", + "originalRequest": { + "url": { + "path": [ + "mfa", + "kba", + "config" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [ + { + "disabled": true, + "description": { + "content": "Indicator whether the question text should be returned in all configured languages\n * If true, the question text is returned in all languages that it is configured in.\n * If false, the question text is returned in the user locale if available, else for the default locale. \n * If not passed, it behaves the same way as passing this parameter as false", + "type": "text/plain" + }, + "key": "allLanguages", + "value": "allLanguages=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": "d889547f-2b35-47ba-be69-53c609924bb7", + "name": "Set MFA KBA configuration", + "request": { + "name": "Set MFA KBA configuration", + "description": { + "content": "This API sets answers to challenge questions. Any configured questions omitted from the request are removed from user KBA configuration.\nA token with USER authority is required to call this API.", + "type": "text/plain" + }, + "url": { + "path": [ + "mfa", + "kba", + "config", + "answers" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "POST", + "body": { + "mode": "raw", + "raw": "[\n {\n \"id\": \"173423\",\n \"answer\": \"822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34\"\n },\n {\n \"id\": \"c54fee53-2d63-4fc5-9259-3e93b9994135\",\n \"answer\": \"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08\"\n }\n]", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "response": [ + { + "id": "20204abc-378b-425e-9a17-10f8dd10cbdb", + "name": "The new KBA configuration for the user.", + "originalRequest": { + "url": { + "path": [ + "mfa", + "kba", + "config", + "answers" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "POST", + "body": { + "mode": "raw", + "raw": "[\n {\n \"id\": \"173423\",\n \"answer\": \"822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34\"\n },\n {\n \"id\": \"c54fee53-2d63-4fc5-9259-3e93b9994135\",\n \"answer\": \"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08\"\n }\n]", + "options": { + "raw": { + "headerFamily": "json", + "language": "json" + } + } + } + }, + "status": "OK", + "code": 200, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "[\n {\n \"id\": \"143cfd3b-c23f-426b-ae5f-d3db06fa5919\",\n \"question\": \"[{\\\"text\\\":\\\"Nouvelle question MFA -1 ?\\\",\\\"locale\\\":\\\"fr\\\"},{\\\"text\\\":\\\"MFA new question -1 ?\\\",\\\"locale\\\":\\\"\\\"}]\",\n \"hasAnswer\": false\n },\n {\n \"id\": \"173421\",\n \"question\": \"[{\\\"text\\\":\\\"What is your alphanumeric PIN?\\\",\\\"locale\\\":\\\"\\\"}]\",\n \"hasAnswer\": true\n },\n {\n \"id\": \"c54fee53-2d63-4fc5-9259-3e93b9994135\",\n \"question\": \"[{\\\"text\\\":\\\"Nouvelle question MFA - 2 ?\\\",\\\"locale\\\":\\\"fr\\\"},{\\\"text\\\":\\\"MFA new question - 2 ?\\\",\\\"locale\\\":\\\"\\\"}]\",\n \"hasAnswer\": true\n }\n]", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "fd3f6cfc-c5bf-4a71-bb60-ac06f0243fc4", + "name": "Client Error - Returned if the request body is invalid.", + "originalRequest": { + "url": { + "path": [ + "mfa", + "kba", + "config", + "answers" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "POST", + "body": { + "mode": "raw", + "raw": "[\n {\n \"id\": \"173423\",\n \"answer\": \"822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34\"\n },\n {\n \"id\": \"c54fee53-2d63-4fc5-9259-3e93b9994135\",\n \"answer\": \"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08\"\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": "8ba619d1-1549-4527-9eea-9e194dc82e76", + "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", + "originalRequest": { + "url": { + "path": [ + "mfa", + "kba", + "config", + "answers" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "POST", + "body": { + "mode": "raw", + "raw": "[\n {\n \"id\": \"173423\",\n \"answer\": \"822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34\"\n },\n {\n \"id\": \"c54fee53-2d63-4fc5-9259-3e93b9994135\",\n \"answer\": \"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08\"\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": "afcff1a7-782c-4e50-940e-7a892fd6aa61", + "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", + "originalRequest": { + "url": { + "path": [ + "mfa", + "kba", + "config", + "answers" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "POST", + "body": { + "mode": "raw", + "raw": "[\n {\n \"id\": \"173423\",\n \"answer\": \"822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34\"\n },\n {\n \"id\": \"c54fee53-2d63-4fc5-9259-3e93b9994135\",\n \"answer\": \"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08\"\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": "0e4eb7ea-5962-4e92-b360-f83d9ae99865", + "name": "Too Many Requests - Returned in response to too many requests in 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": [ + "mfa", + "kba", + "config", + "answers" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "POST", + "body": { + "mode": "raw", + "raw": "[\n {\n \"id\": \"173423\",\n \"answer\": \"822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34\"\n },\n {\n \"id\": \"c54fee53-2d63-4fc5-9259-3e93b9994135\",\n \"answer\": \"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08\"\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": "4b53f03e-2544-468b-a7dd-56d15aba6cf6", + "name": "Internal Server Error - Returned if there is an unexpected error.", + "originalRequest": { + "url": { + "path": [ + "mfa", + "kba", + "config", + "answers" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "description": { + "content": "Added as a part of security scheme: oauth2", + "type": "text/plain" + }, + "key": "Authorization", + "value": "" + } + ], + "method": "POST", + "body": { + "mode": "raw", + "raw": "[\n {\n \"id\": \"173423\",\n \"answer\": \"822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34\"\n },\n {\n \"id\": \"c54fee53-2d63-4fc5-9259-3e93b9994135\",\n \"answer\": \"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08\"\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": "90dc4d88-acef-46c1-9a86-9acd858a124d", "name": "MFA method's test configuration", "request": { "name": "MFA method's test configuration", @@ -105083,7 +105865,7 @@ }, "response": [ { - "id": "a09ce020-2d60-4153-a402-13d3eb547aae", + "id": "67d214c1-ef68-4681-bea3-ae77d7c6015d", "name": "The result of configuration test for the MFA provider.", "originalRequest": { "url": { @@ -105128,7 +105910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a4cf1ce-c85b-45cf-812d-be8cb1a84fc1", + "id": "24481bf0-7e52-4c61-a5f6-5c9b6dead44a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105173,7 +105955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfbb0b09-00c2-4964-a455-81606e3014da", + "id": "83d1844f-125d-49fd-b2ff-9ed6757ced13", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105218,7 +106000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1a6e6ac-020e-4f26-907c-0d808e6e1ab4", + "id": "e4dd9b01-5cf1-4551-93a5-02d359c8f138", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105263,7 +106045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f489af7-a08b-4dcd-ad54-677a5cccddbc", + "id": "0d1f51d9-ec95-434c-a974-37d19c645a2c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105308,7 +106090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b19ffab6-fb81-4463-b9b3-684691a34e0c", + "id": "f11cbc74-36bf-4f30-a28c-d812898e7706", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105359,7 +106141,7 @@ } }, { - "id": "ebd810c8-a48c-46b5-9311-3843b71d32ac", + "id": "48030aba-171f-4803-bee1-56e52c2d230c", "name": "Delete MFA method configuration", "request": { "name": "Delete MFA method configuration", @@ -105401,7 +106183,7 @@ }, "response": [ { - "id": "e41f0ddb-5b13-4d6c-a9db-8254f884fcbd", + "id": "50a2a5d6-dc06-413f-8a76-57f2c3189bee", "name": "MFA configuration of an MFA method.", "originalRequest": { "url": { @@ -105446,7 +106228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5665c528-9fa0-4a40-a127-2a7101a2ab8d", + "id": "820ff032-6dae-4d3c-b386-c7fd5889df49", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105491,7 +106273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5931dde2-fd77-4796-ac5a-426435144d98", + "id": "5dbab9d7-f288-4453-9c83-90a54f580a01", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105536,7 +106318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d802d43-0377-4b66-935b-478efef2fb01", + "id": "b651545e-27ca-4433-a050-398f36a261bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105581,7 +106363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61a1d34e-2518-4dd9-ab36-1a9900247535", + "id": "5d8910b1-6f98-4fe1-8ac0-3266f5eec50c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105626,7 +106408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5181daca-28be-454c-a801-fce1d882af8b", + "id": "55248f85-2135-472e-849c-7625aa2c2e02", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105683,7 +106465,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": "4a876589-338e-48b9-b8c1-46d3fa47279e", + "id": "ed04de34-6062-47f9-afea-4367b807e937", "name": "Verifying authentication via Okta method", "request": { "name": "Verifying authentication via Okta method", @@ -105727,7 +106509,7 @@ }, "response": [ { - "id": "03fb5135-8939-4d89-a656-2790af8829e0", + "id": "631009a1-c74d-4ed8-9342-2aa0fcc5ae49", "name": "The status of verification request.", "originalRequest": { "url": { @@ -105785,7 +106567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "326c687f-a125-43d3-8065-42ee77253bd5", + "id": "38b4b29a-b221-483c-a57e-49e5e5784c20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105843,7 +106625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d50906a9-f6c4-41ca-9a0d-459fdec267c0", + "id": "137f27fa-883c-4694-912e-4b37ee0c04ba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105901,7 +106683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "176f7fde-3b27-43fd-88fd-b88882d8a7c9", + "id": "3c7a712b-2eb1-40d3-bf82-c724159b84fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105959,7 +106741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f3f6163-64e5-47ef-a25a-7aeff719170e", + "id": "e08a4279-bdd7-44b4-90d6-cfddd9267ac8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106017,7 +106799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e33aa45a-aa39-4805-8c4b-42e5f9c7720e", + "id": "b9f4c970-cca4-4b6e-ac03-49681d06313e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106081,7 +106863,7 @@ } }, { - "id": "c1570d8c-623d-4096-a066-0a445d253a02", + "id": "9fa3437f-4234-4be7-810e-a2575a4a4c60", "name": "Verifying authentication via Duo method", "request": { "name": "Verifying authentication via Duo method", @@ -106125,7 +106907,7 @@ }, "response": [ { - "id": "b04d7b82-1c85-41de-8d67-3cd9639914a9", + "id": "7b4a5633-2ead-4141-a68f-cc6790426929", "name": "The status of verification request.", "originalRequest": { "url": { @@ -106183,7 +106965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b619e01-52c3-44f9-9e62-ba4ceff4dd5a", + "id": "8bf64b27-f40a-440b-b17e-0e04475e83b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106241,7 +107023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1414ce8d-abad-42b1-abfd-cc0857ffa373", + "id": "dbf8025e-3241-4482-b187-af74684854b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106299,7 +107081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b24c192-eed9-4fa5-a2ad-c453eeadf909", + "id": "692ac067-530e-44ef-8a82-fb8a91fa8605", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106357,7 +107139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef02f42b-dcda-43f3-8053-fe79b1e6f753", + "id": "1954d2b3-4c90-4032-813a-0b691ab1e360", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106415,7 +107197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81f36995-1446-439a-807b-ed4db04979fd", + "id": "b5207dab-48bf-418a-b741-6dfd466cc620", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106479,7 +107261,7 @@ } }, { - "id": "4066669b-3ab5-44ac-a466-8888c8e27346", + "id": "89cacd7d-3b9a-4bc4-9764-5bbc2b44ac65", "name": "Polling MFA method by VerificationPollRequest", "request": { "name": "Polling MFA method by VerificationPollRequest", @@ -106534,7 +107316,7 @@ }, "response": [ { - "id": "5baf1c4d-1025-42da-b4ea-461fe8d5d2f9", + "id": "a8d1842c-c60b-45e5-b412-965035d132ab", "name": "MFA VerificationPollRequest status an MFA method.", "originalRequest": { "url": { @@ -106592,7 +107374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6220f874-9403-48fd-820e-d23761719ad4", + "id": "a56070fe-d060-4139-aaca-a23cb60b2ffe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106650,7 +107432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58baad9e-06a8-4801-afef-610b457160ef", + "id": "9c65c7da-f9c4-40b8-aece-64c4b82f4709", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106708,7 +107490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c499ccff-64a7-411a-8a7d-5d99168107d4", + "id": "8ff11ad9-1c6f-4b78-abe8-a60140d9f050", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106766,7 +107548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a2acdd8-aeda-43c1-88c7-680ee6afb0e0", + "id": "1b747ebf-4c1b-44e6-b235-e3d3e10f3361", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106824,7 +107606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70b58e1d-0e78-45ba-86e8-61459fdd0cb5", + "id": "4a7d22b8-2c60-4df3-aeaa-bc0bb6c3e7b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106888,7 +107670,7 @@ } }, { - "id": "01ce6328-8598-4363-979e-c3a18b9ee922", + "id": "0e7dd4e2-75c5-4e7a-90ab-f792cd932125", "name": "Authenticate KBA provided MFA method", "request": { "name": "Authenticate KBA provided MFA method", @@ -106921,7 +107703,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"answers\": [\n {\n \"questionId\": \"089899f13a8f4da7824996191587bab9\",\n \"answer\": \"Your answer\"\n },\n {\n \"questionId\": \"067899f13a8f4da7824996191587bab9\",\n \"answer\": \"Your answer1\"\n }\n ]\n}", + "raw": "[\n {\n \"id\": \"173423\",\n \"answer\": \"822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34\"\n },\n {\n \"id\": \"c54fee53-2d63-4fc5-9259-3e93b9994135\",\n \"answer\": \"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08\"\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -106932,7 +107714,7 @@ }, "response": [ { - "id": "28badad1-bdaa-43f1-8302-621366e6f583", + "id": "9fdc94f1-92c5-45bf-8a92-7c6a61ab1bc5", "name": "KBA authenticated status.", "originalRequest": { "url": { @@ -106968,7 +107750,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"answers\": [\n {\n \"questionId\": \"089899f13a8f4da7824996191587bab9\",\n \"answer\": \"Your answer\"\n },\n {\n \"questionId\": \"067899f13a8f4da7824996191587bab9\",\n \"answer\": \"Your answer1\"\n }\n ]\n}", + "raw": "[\n {\n \"id\": \"173423\",\n \"answer\": \"822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34\"\n },\n {\n \"id\": \"c54fee53-2d63-4fc5-9259-3e93b9994135\",\n \"answer\": \"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08\"\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -106990,7 +107772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fce8ef78-8465-423f-aa0d-30b3e8f07567", + "id": "7ee5c68e-3be8-4bba-8448-cf5eedb9fc1c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107026,7 +107808,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"answers\": [\n {\n \"questionId\": \"089899f13a8f4da7824996191587bab9\",\n \"answer\": \"Your answer\"\n },\n {\n \"questionId\": \"067899f13a8f4da7824996191587bab9\",\n \"answer\": \"Your answer1\"\n }\n ]\n}", + "raw": "[\n {\n \"id\": \"173423\",\n \"answer\": \"822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34\"\n },\n {\n \"id\": \"c54fee53-2d63-4fc5-9259-3e93b9994135\",\n \"answer\": \"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08\"\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -107048,7 +107830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c274ee66-516d-4e15-b029-a9446f815b14", + "id": "ce757c76-637a-4c34-854c-bf47a069b017", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107084,7 +107866,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"answers\": [\n {\n \"questionId\": \"089899f13a8f4da7824996191587bab9\",\n \"answer\": \"Your answer\"\n },\n {\n \"questionId\": \"067899f13a8f4da7824996191587bab9\",\n \"answer\": \"Your answer1\"\n }\n ]\n}", + "raw": "[\n {\n \"id\": \"173423\",\n \"answer\": \"822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34\"\n },\n {\n \"id\": \"c54fee53-2d63-4fc5-9259-3e93b9994135\",\n \"answer\": \"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08\"\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -107106,7 +107888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d60b21e-bc8b-496a-a033-e8cf4217a3f2", + "id": "b031826a-78ce-4740-af3e-9d4e6ac52535", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107142,7 +107924,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"answers\": [\n {\n \"questionId\": \"089899f13a8f4da7824996191587bab9\",\n \"answer\": \"Your answer\"\n },\n {\n \"questionId\": \"067899f13a8f4da7824996191587bab9\",\n \"answer\": \"Your answer1\"\n }\n ]\n}", + "raw": "[\n {\n \"id\": \"173423\",\n \"answer\": \"822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34\"\n },\n {\n \"id\": \"c54fee53-2d63-4fc5-9259-3e93b9994135\",\n \"answer\": \"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08\"\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -107164,7 +107946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39c140a4-834e-47b6-b194-480755467fc8", + "id": "9102b30d-e2f8-4626-903d-4129e2ff3a8b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107200,7 +107982,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"answers\": [\n {\n \"questionId\": \"089899f13a8f4da7824996191587bab9\",\n \"answer\": \"Your answer\"\n },\n {\n \"questionId\": \"067899f13a8f4da7824996191587bab9\",\n \"answer\": \"Your answer1\"\n }\n ]\n}", + "raw": "[\n {\n \"id\": \"173423\",\n \"answer\": \"822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34\"\n },\n {\n \"id\": \"c54fee53-2d63-4fc5-9259-3e93b9994135\",\n \"answer\": \"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08\"\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -107222,7 +108004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20354034-349d-4855-b485-a74d051b0698", + "id": "2ced5367-09cd-430a-99e1-de0a68936580", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107258,7 +108040,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"answers\": [\n {\n \"questionId\": \"089899f13a8f4da7824996191587bab9\",\n \"answer\": \"Your answer\"\n },\n {\n \"questionId\": \"067899f13a8f4da7824996191587bab9\",\n \"answer\": \"Your answer1\"\n }\n ]\n}", + "raw": "[\n {\n \"id\": \"173423\",\n \"answer\": \"822cd15d6c15aa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a0859a2fea34\"\n },\n {\n \"id\": \"c54fee53-2d63-4fc5-9259-3e93b9994135\",\n \"answer\": \"9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08\"\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -107286,7 +108068,7 @@ } }, { - "id": "2786120e-d849-49f0-a361-30ba2ca91661", + "id": "efcd7632-2090-4961-9d1e-8d9c62ae1357", "name": "Authenticate Token provided MFA method", "request": { "name": "Authenticate Token provided MFA method", @@ -107330,7 +108112,7 @@ }, "response": [ { - "id": "9a6a43e7-e12c-4d52-9fa6-361562f6faf9", + "id": "b390494a-f0ec-43f0-a80e-d726ed5c0a39", "name": "Token authenticated status.", "originalRequest": { "url": { @@ -107388,7 +108170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d15fa50c-b15a-4613-996e-9bb5c1690741", + "id": "b2ced51b-4f2a-4f3e-8dcb-2f9ef5170192", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107446,7 +108228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cb0e999-1ac8-455b-b8e3-b934c46c0f14", + "id": "8cdacc79-de6a-437f-9d82-aab9f104bd31", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107504,7 +108286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5af694c0-de62-4f86-b776-94fd3e5b06a9", + "id": "8faf74dc-11d1-4d9f-a718-599d352e4d09", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107562,7 +108344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25f28fec-798f-4834-9811-99b9b6b578dd", + "id": "a2c3434a-b569-4c45-a386-84fe8c1409c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107620,7 +108402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7fac55c-46a6-4700-a988-9c7bad800de2", + "id": "d0e30729-e8ac-4fa5-9283-24b70df1edf4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107684,7 +108466,7 @@ } }, { - "id": "c932a4e9-90e5-4a12-bcce-6b5cf7d161c9", + "id": "ee694b4d-a854-4426-86a1-5e18c9d391a3", "name": "Create and send user token", "request": { "name": "Create and send user token", @@ -107728,7 +108510,7 @@ }, "response": [ { - "id": "a9a93518-0d63-4c3e-810d-499e7f5ef116", + "id": "ddb972f7-664e-4d13-a305-7664b11f9717", "name": "Token send status.", "originalRequest": { "url": { @@ -107786,7 +108568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "625e6ed1-aaf8-47da-98f5-c8e0f156648d", + "id": "e6e0b4dc-0244-483d-94a3-b860dcebec8c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107844,7 +108626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae1e84a7-5a44-462c-a33f-e4b196feef70", + "id": "1727942d-4186-4f94-8b22-35fe5f89b945", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107902,7 +108684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b3a378a-e880-45a4-b62a-76d6d735cd47", + "id": "ec58190d-5aa4-4257-b0e8-55459eda8602", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107960,7 +108742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ac31550-b0c5-42e0-b879-ea6dc0dd1d1c", + "id": "2e485e55-44d5-41e8-b0b6-4ce81c0ff948", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108018,7 +108800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22661a03-b803-424a-8e02-5c8be3c63e5f", + "id": "dfd1e434-42aa-408a-9a1e-4066a80c44bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108088,7 +108870,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": "2963dabf-5da3-4927-97bb-71038a1b5d06", + "id": "701cb7f1-18dc-4d75-b2df-aad23078d8b3", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -108119,7 +108901,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108130,7 +108912,7 @@ }, "response": [ { - "id": "2f959aad-d22a-48c2-8e08-9b999f0d4e72", + "id": "09322715-2f03-4313-9896-1a4e80382ef6", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -108164,7 +108946,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108181,12 +108963,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"tempor adipisicing nisi culpa\",\n \"accountName\": \"Lorem\",\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 \"Ut0\": \"sint aute\"\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\": \"dolore\",\n \"accountName\": \"ad labore\",\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 \"irure_5b3\": \"tempor reprehenderit nulla qui\",\n \"in10\": \"sit dolor\"\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": "c9ac6f6e-dc2b-4302-a418-bb501463f0ca", + "id": "0aec7bc6-15f7-4aa4-bf9d-f295e094b12b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108220,7 +109002,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108242,7 +109024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ab47e90-f046-43df-a6bc-b17d192328bc", + "id": "7aa39700-d6e3-42df-9492-f546192b8c87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108276,7 +109058,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108298,7 +109080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a23a6f94-7452-4e54-8700-bbae65e04704", + "id": "6860d29c-3875-47c9-a45e-551e3134fc46", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108332,7 +109114,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108354,7 +109136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba53646f-c4b9-4efb-950a-eac81d42376e", + "id": "80d3e1e9-e49c-4890-a3e3-37b5a005e0a9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108388,7 +109170,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108410,7 +109192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "983f5357-a0bc-4936-9145-a55bc613f9d1", + "id": "8cd31727-ca71-4a7c-84a1-420537b4b253", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108444,7 +109226,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -108472,7 +109254,7 @@ } }, { - "id": "7a254d23-b51e-4cb3-a46d-4c0c48fd7d64", + "id": "5598a213-a665-4db6-9f23-8e6cf103473a", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -108547,7 +109329,7 @@ }, "response": [ { - "id": "fcddacb1-1ec1-498e-bd21-939adacf2ceb", + "id": "e7d68892-9caf-496b-8ac4-f77b9d880fd3", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -108631,12 +109413,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"Excepteur magna\",\n \"accountName\": \"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 \"pariatur39\": \"adipisicing velit Lorem\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"exercitation ullamco et fugiat qui\",\n \"accountName\": \"ad cillum irure\",\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 \"et_da\": \"nisi ea sunt\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n]", + "body": "[\n {\n \"id\": \"dolore laboris fugiat \",\n \"accountName\": \"labo\",\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 \"amet_5c\": \"eiusmod ea amet dolor magna\",\n \"exercitation_db\": \"ipsum ullamco\"\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\": \"dolor culpa\",\n \"accountName\": \"tempor nulla fugiat\",\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 \"sint80\": \"deseru\",\n \"qui__a_\": \"fugiat in aliquip\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a7042871-0480-4831-bfce-0681c4ec74c6", + "id": "48b1d1c5-40ea-40d1-ad9f-e15bea94191c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108725,7 +109507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49c9c700-6dfc-410a-9abe-aea3af2fea77", + "id": "6ce922f6-9ee7-40cc-abbf-36f4833c1d45", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108814,7 +109596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66e8937b-ae05-477a-afef-aa0bd24ec255", + "id": "afc82496-54e7-4e30-b6b7-f2ca54af6430", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108903,7 +109685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62976391-ed3f-45e0-a792-debceab3aa37", + "id": "5065713a-24d9-45b1-a892-c350e4945a01", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108992,7 +109774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f294e5a-f6b0-40c3-bbb0-78c0f1349b17", + "id": "5352e21b-2ae2-4502-8ed5-1815954a84b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109087,7 +109869,7 @@ } }, { - "id": "cee32f83-f29d-40b4-bf05-bf02eaa170f3", + "id": "6f7a4f72-26b2-4d74-b5e7-13cfad036ce0", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -109128,7 +109910,7 @@ }, "response": [ { - "id": "f2904d2f-7bd6-402a-9a34-63b10226d854", + "id": "34f1fd57-b64a-4777-85fd-6805e6a427cd", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -109167,12 +109949,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"tempor adipisicing nisi culpa\",\n \"accountName\": \"Lorem\",\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 \"Ut0\": \"sint aute\"\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\": \"dolore\",\n \"accountName\": \"ad labore\",\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 \"irure_5b3\": \"tempor reprehenderit nulla qui\",\n \"in10\": \"sit dolor\"\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": "bd3c31a8-12a0-4d94-bc3f-bc6e9092a872", + "id": "619423ee-076e-4ccb-a5ed-35387dc40cca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109216,7 +109998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66802ff6-4e3c-44e5-8842-f439fde47fa3", + "id": "b069b135-dbab-443c-8690-0a8cc458d143", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109260,7 +110042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9c0729c-7732-4a15-931d-0b08e44964b5", + "id": "fe229ce5-8c1b-4346-95cc-d452968aa25b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109304,7 +110086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea58da2e-d730-43f0-9bc9-72a41f000d13", + "id": "5fac2eae-26cf-4ba6-85dc-ba40147238fe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109348,7 +110130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f6f17e4-b3d3-47dc-93a7-3d64fbc4b235", + "id": "884f4c2c-dc8c-451c-b7c9-df6ce36ce04d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109398,7 +110180,7 @@ } }, { - "id": "8fe39d6b-0556-47c0-9c45-402d90950e03", + "id": "8248458c-56db-4ba6-8dea-54c6220774e5", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -109441,7 +110223,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109452,7 +110234,7 @@ }, "response": [ { - "id": "924411de-4c09-4c67-8f46-b9f1c1f913c6", + "id": "64d416e1-533c-4082-bb7d-8573ee3e2ae5", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -109487,7 +110269,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109504,12 +110286,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"tempor adipisicing nisi culpa\",\n \"accountName\": \"Lorem\",\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 \"Ut0\": \"sint aute\"\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\": \"dolore\",\n \"accountName\": \"ad labore\",\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 \"irure_5b3\": \"tempor reprehenderit nulla qui\",\n \"in10\": \"sit dolor\"\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": "fe54d1e7-f69e-4d00-b038-449dbb609e01", + "id": "f4b94579-2b5b-4660-a8e5-2f3513dc3fd0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109544,7 +110326,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109566,7 +110348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b86f1de1-5322-4e50-88e7-5b9893823ee8", + "id": "adfc55b3-84d0-4920-a1cc-2f16eeaa7362", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109601,7 +110383,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109623,7 +110405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeff698b-419d-4b9c-ac80-f46666e83c50", + "id": "314466cc-de28-4a32-add4-6090e3630363", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109658,7 +110440,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109680,7 +110462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a115601-e807-4c14-831d-47cc1afe2961", + "id": "71ed1dd0-9939-4bab-a61a-7744fa026b5a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109715,7 +110497,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109737,7 +110519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f05d7f9-e479-4ef0-b1fd-b0143853d2f1", + "id": "620decfd-e62d-4df1-99e5-ee58cdb02959", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109772,7 +110554,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109794,7 +110576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f4ea9fb-34d3-47c9-abb9-a8bee4f11821", + "id": "4ef7932f-e27a-4b51-a4ff-6c508c4d8ce1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109829,7 +110611,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -109857,7 +110639,7 @@ } }, { - "id": "2fbc5127-8453-44e0-875b-543c436d4ffe", + "id": "892e18d5-91fa-4982-9510-9f3080b73ebc", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -109911,7 +110693,7 @@ }, "response": [ { - "id": "c14bc7b2-2c6c-451e-ab6c-f126303d4ffa", + "id": "149a0912-6f9b-4cef-8ca3-34a226246e9a", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -109963,12 +110745,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"tempor adipisicing nisi culpa\",\n \"accountName\": \"Lorem\",\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 \"Ut0\": \"sint aute\"\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\": \"dolore\",\n \"accountName\": \"ad labore\",\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 \"irure_5b3\": \"tempor reprehenderit nulla qui\",\n \"in10\": \"sit dolor\"\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": "28efba54-62b7-41f2-ba95-fb66db79e900", + "id": "bba4d019-cc39-4c0e-9afd-33a06ea6811d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110025,7 +110807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d1ef1e6-49ef-41a8-af08-bf8da7ee6dda", + "id": "257d9303-f8ca-4f66-8d6a-fb1b1af464b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110082,7 +110864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e6b7ca5-2dc7-4a80-bc78-8b768fead844", + "id": "cb465dd1-2f11-4081-a17d-f53861afab18", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110139,7 +110921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de79fa0c-8b09-4402-9190-6e83ee99af7f", + "id": "e03732e3-b9d6-4e4f-a6c8-7b78c2908585", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110196,7 +110978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d1ad9da-d78f-4e1e-82bf-e62906d53a94", + "id": "69f5f669-2d12-4447-8912-73a940305fda", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110253,7 +111035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85757a12-6f52-4556-8a69-0325337ddac2", + "id": "e1317246-5cc5-4504-b0ec-fca3f746eb34", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110316,7 +111098,7 @@ } }, { - "id": "a328798f-a1e8-400a-98dc-829a20ae4b54", + "id": "a37c5eeb-2b13-4549-a318-06ef72dd61ae", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -110357,7 +111139,7 @@ }, "response": [ { - "id": "681b6e16-5b26-4936-b064-9824ca2e4d8d", + "id": "bf096d7e-843e-4006-bf0c-5206aece7948", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -110391,7 +111173,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e2888575-8dbb-43c8-be7b-6b14a689b74a", + "id": "79edde9e-8ab2-4e46-a02d-06270ed68ead", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110435,7 +111217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32d47098-93c3-4b56-a9fe-c1ce4cfcbb19", + "id": "25a2e5d5-81b7-43e2-b0bd-33233d77c5ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110479,7 +111261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8344b52e-282c-4fa3-a361-1a936e356bef", + "id": "32170e5e-98fc-4441-8296-9465aaa7ddee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110523,7 +111305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24cff00f-261f-436f-9b70-af387a762c54", + "id": "13fc517e-7959-4fe0-a2b0-16e9919db9d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110567,7 +111349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbca279c-292a-4a20-8a3a-ec04252612a3", + "id": "00fcd12e-b392-4344-acb3-afda4d89851e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110617,7 +111399,7 @@ } }, { - "id": "83d4fe74-260b-4ca4-9f10-7262127943db", + "id": "06dc7073-96f6-4160-a92a-af436477536a", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -110649,7 +111431,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:0a8b4f14-6a79-5998-2773-6cad24dfd7e4\",\n \"07cae995-0f8b-ffc1-a9ff-aeff0f49cce6\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"d45823d5-8290-35cd-7892-9e77b624c2d0\",\n \"urn:uuid:f0a4e83f-4cbe-ab33-bc96-a0a43abb20cb\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110660,7 +111442,7 @@ }, "response": [ { - "id": "eb2f6fe4-4228-4b7e-bd4c-1980d502ae63", + "id": "9a5b2c6e-2012-4bb2-8277-67747e1acf6f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -110691,7 +111473,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:0a8b4f14-6a79-5998-2773-6cad24dfd7e4\",\n \"07cae995-0f8b-ffc1-a9ff-aeff0f49cce6\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"d45823d5-8290-35cd-7892-9e77b624c2d0\",\n \"urn:uuid:f0a4e83f-4cbe-ab33-bc96-a0a43abb20cb\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110707,7 +111489,7 @@ "_postman_previewlanguage": "text" }, { - "id": "60b62833-5264-416f-848b-6c0c52d99ae6", + "id": "b2b5f81b-d778-460d-9699-fc64a3e76849", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110742,7 +111524,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:0a8b4f14-6a79-5998-2773-6cad24dfd7e4\",\n \"07cae995-0f8b-ffc1-a9ff-aeff0f49cce6\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"d45823d5-8290-35cd-7892-9e77b624c2d0\",\n \"urn:uuid:f0a4e83f-4cbe-ab33-bc96-a0a43abb20cb\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110764,7 +111546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e0ad6a4-7255-4a6a-8f3b-87ba00fa781a", + "id": "86fca977-c406-44fb-8208-7f8b6d708db5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110799,7 +111581,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:0a8b4f14-6a79-5998-2773-6cad24dfd7e4\",\n \"07cae995-0f8b-ffc1-a9ff-aeff0f49cce6\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"d45823d5-8290-35cd-7892-9e77b624c2d0\",\n \"urn:uuid:f0a4e83f-4cbe-ab33-bc96-a0a43abb20cb\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110821,7 +111603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d7e4a8a-32ee-4aca-a3c2-113f5d0058f5", + "id": "6c8f72ff-d96d-4219-923a-fafd2bc090a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110856,7 +111638,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:0a8b4f14-6a79-5998-2773-6cad24dfd7e4\",\n \"07cae995-0f8b-ffc1-a9ff-aeff0f49cce6\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"d45823d5-8290-35cd-7892-9e77b624c2d0\",\n \"urn:uuid:f0a4e83f-4cbe-ab33-bc96-a0a43abb20cb\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110878,7 +111660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ad7d89b-8317-4cd7-8372-0d9964a83f8d", + "id": "7df879c2-aaf1-4915-b9e6-19155b8c2d49", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110913,7 +111695,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:0a8b4f14-6a79-5998-2773-6cad24dfd7e4\",\n \"07cae995-0f8b-ffc1-a9ff-aeff0f49cce6\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"d45823d5-8290-35cd-7892-9e77b624c2d0\",\n \"urn:uuid:f0a4e83f-4cbe-ab33-bc96-a0a43abb20cb\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110935,7 +111717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e55239ab-983b-4b80-8622-4e497906a7e7", + "id": "1237f7b3-4c47-4f93-b7d4-0fbf784a0920", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110970,7 +111752,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"urn:uuid:0a8b4f14-6a79-5998-2773-6cad24dfd7e4\",\n \"07cae995-0f8b-ffc1-a9ff-aeff0f49cce6\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"d45823d5-8290-35cd-7892-9e77b624c2d0\",\n \"urn:uuid:f0a4e83f-4cbe-ab33-bc96-a0a43abb20cb\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -110998,7 +111780,7 @@ } }, { - "id": "a7ceb91e-a573-4a87-a6a8-34510ed6add0", + "id": "682a1df3-565b-4869-b211-aa0b0fbbe3b4", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -111029,7 +111811,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111040,7 +111822,7 @@ }, "response": [ { - "id": "04606719-0144-4fcc-bd0f-d4cc8b1f9e08", + "id": "5d0ea632-2d5b-4691-977f-f409f9baac48", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -111074,7 +111856,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111091,12 +111873,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 \"tempor_52\": \"fugiat ut sed est\",\n \"et_f67\": \"ex enim sint\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"Ut in ex\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"Lorem mol\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"consectetur magna es\",\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 \"elit_5\": \"dolor proident consequat nulla consectetur\",\n \"consectetur_2e\": \"Lorem dolore dolor sunt\"\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\": \"minim nostrud dolor eiusmod\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"enim et Excepteur\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"NOT_READY\",\n \"comment\": \"Lorem non dolor\",\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": "f329286b-f86a-4735-8275-d26b286e70b1", + "id": "3feb1217-adf8-428a-8c17-7fc49cb09c5a", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -111130,7 +111912,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111152,7 +111934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51f71725-7259-4caa-b1ad-1d98d87f63c7", + "id": "267745a5-2511-4acc-8208-ecbd652285ce", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -111186,7 +111968,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111208,7 +111990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09fa3431-ea3f-4c5c-b19f-316f531ba77a", + "id": "6abf7bd7-9470-4c2b-94cc-0c5e8d4c61ff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111242,7 +112024,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111264,7 +112046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc65dec6-7bd6-49e2-bc91-427ef7391bd7", + "id": "ea86c975-064f-44d3-a0d5-ee75f486b470", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111298,7 +112080,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111320,7 +112102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1addf31d-56fc-414f-88ae-5edca069f2ee", + "id": "e1b876b5-c9c1-4564-a21b-1c0237a9d1dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111354,7 +112136,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111376,7 +112158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f547a173-bb9f-4654-acb3-934f841ee869", + "id": "0c952508-4312-4da8-b961-26774fe06ebd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111410,7 +112192,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 \"nisi_68\": \"officia in\"\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 \"dolor_de\": \"quis dolore ut Ut magna\",\n \"cillum_6\": \"officia fugiat\",\n \"pariatur_7\": \"elit\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -111438,7 +112220,7 @@ } }, { - "id": "16f164ba-59e9-4b7e-b77b-4ad9f0273105", + "id": "e999d1d6-ac44-4174-8987-7b5e6e8493de", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -111522,7 +112304,7 @@ }, "response": [ { - "id": "c6ddbaaf-1faf-497a-931a-4e75b4a28778", + "id": "33bf5eee-c2f7-4cc5-a2e6-17b44fea9a9f", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -111615,12 +112397,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 \"Lorem_e7_\": \"mollit in\",\n \"minimf73\": \"veniam Lorem\",\n \"ea315\": \"in do comm\"\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\": \"eiusmod in amet laboris\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"esse exercitation\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"PENDING\",\n \"comment\": \"laborum tempor nisi mollit\",\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 \"cupidatat_9\": \"anim enim quis adipisicing\",\n \"in_b1\": \"pariatur anim\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"dolore cupidatat ullamco exercitation eu\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"labore cillum dolore\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"PENDING\",\n \"comment\": \"laboris quis mollit dolor ut\",\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 \"ut_1\": \"ut consequat\",\n \"in__c\": \"pariatur elit ut E\"\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\": \"laboris of\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"nisi commodo ut tempor\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"PENDING\",\n \"comment\": \"consectetur\",\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 \"cupidatat2a2\": \"do exercitation commodo\",\n \"deserunt6e\": \"minim eu\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"voluptate dolore in ex minim\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"sint elit in\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"aliqua dol\",\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": "62258b64-3d28-4791-a564-6fdcdb59d055", + "id": "60edea8c-f801-49d8-9349-3279f6179df0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111718,7 +112500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06ebc2ec-8461-4387-878a-ef43dd7a1027", + "id": "364bc7bc-041b-4822-9276-68b59a4934d6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111816,7 +112598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cae65c7c-0c3d-40d0-bb3c-a5af76dea5cf", + "id": "30e5a7e8-0cf2-43ba-ace9-0d0ebb4caec6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111914,7 +112696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "947f2b2a-6219-4a15-8fa0-867b7787b4cd", + "id": "cbbc4eef-3031-45c3-a5ac-da0348a77eb9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112012,7 +112794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b08eed72-7c16-4c29-a280-28d8cdd86068", + "id": "d93bb3ff-18bd-46de-80c5-853ddc0e6abd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112116,7 +112898,7 @@ } }, { - "id": "cbfc6455-7d91-4369-82fe-2e7a6826931d", + "id": "38365620-6010-4eb0-a4f9-0ca7037002d5", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -112157,7 +112939,7 @@ }, "response": [ { - "id": "1e5758db-e3ed-4c1d-b1a9-a1ca7581d03c", + "id": "8061c565-77fb-4779-919b-a36a3b2d7741", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -112196,12 +112978,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 \"tempor_52\": \"fugiat ut sed est\",\n \"et_f67\": \"ex enim sint\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"Ut in ex\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"Lorem mol\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"consectetur magna es\",\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 \"elit_5\": \"dolor proident consequat nulla consectetur\",\n \"consectetur_2e\": \"Lorem dolore dolor sunt\"\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\": \"minim nostrud dolor eiusmod\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"enim et Excepteur\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"NOT_READY\",\n \"comment\": \"Lorem non dolor\",\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": "f91bb203-df21-44f6-94a0-9ea4397cbd1c", + "id": "159c141d-d9b3-4a49-8eed-0f86ee57cf15", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112245,7 +113027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fa0f343-b8d7-4fcf-a30b-d3d5b15a9661", + "id": "d87855e4-4a5f-4145-9e0f-e98fa2793194", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112289,7 +113071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a80ba722-4ccb-42e1-9365-a605688f69cb", + "id": "1ec98365-ee03-4dbc-a173-c4b6502fdf5c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112333,7 +113115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "175c5f0e-5fe4-405c-9f15-b833e9a10c2d", + "id": "e65dcde9-0133-447f-835d-011d795029bb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112377,7 +113159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31647de4-b13b-435b-8119-204213218867", + "id": "9e9e98ad-dedc-42bd-8bdb-bfd446bc0776", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112421,7 +113203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bba92df5-1f6d-4586-97ac-63f6dea3896d", + "id": "f9f02683-e177-4611-8f13-b1ffae8f32a5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112471,7 +113253,7 @@ } }, { - "id": "4976fc3d-78fe-4f02-b92e-c32a39e99ef1", + "id": "b248a817-6817-459f-bfd6-7e201b3046e1", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -112512,7 +113294,7 @@ }, "response": [ { - "id": "b5b0dbef-6fa7-4e89-b05e-69f7828262d7", + "id": "ab41fe11-d85c-4389-bdc3-c95e4f82a871", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -112546,7 +113328,7 @@ "_postman_previewlanguage": "text" }, { - "id": "467a85bf-64a9-4e79-b9af-ade44046f429", + "id": "5a1df9e4-4fa9-4283-82c4-29d4d81837fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112590,7 +113372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bca2c804-1069-401f-b3a6-007bf350f601", + "id": "a9bcd511-53e8-4c88-9c25-2e4d701a65d6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112634,7 +113416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52b12850-80ac-4129-a7dd-3facea0c2f46", + "id": "3d704f75-890c-41a4-a370-3e5a9c5ad2a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112678,7 +113460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c2e7e8d-7020-4ead-9851-78806481c862", + "id": "d01477af-dd0c-4640-888e-f0346a4c1637", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112722,7 +113504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52d1bc41-b49b-46ba-af58-944e29efa6da", + "id": "188f4e0c-3af8-471b-9793-04b95124e675", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112766,7 +113548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9ccbcf8-cd7e-4bd6-95f6-ecaa09f84e0f", + "id": "43886cba-8060-4944-ad72-73d882adfd49", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112816,7 +113598,7 @@ } }, { - "id": "458b3100-63d9-476b-9f26-567dc171582a", + "id": "4ccec280-f770-49c3-a911-d0bb01bf7115", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -112858,7 +113640,7 @@ }, "response": [ { - "id": "77acd2e2-85f1-43ca-8973-bc1d2c92f95d", + "id": "14a64a5e-8b39-4fd6-86d8-7911b059389f", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -112898,12 +113680,12 @@ "value": "application/json" } ], - "body": "{\n \"approved\": 20974866.739138067,\n \"rejected\": -64650002.38108911,\n \"pending\": 82913571.68343717,\n \"nonEmployeeCount\": -13957425.502454162\n}", + "body": "{\n \"approved\": 27936479.20466897,\n \"rejected\": -80385531.48440757,\n \"pending\": -44530251.82492825,\n \"nonEmployeeCount\": -32514425.17853014\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bfe38287-668d-47b6-b1a2-109995728925", + "id": "a2fb8996-0705-40f3-b359-d8cc16ae7501", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112948,7 +113730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c9388c0-b702-42ba-907b-78934b5bfc08", + "id": "fbf75041-5dd0-4347-b718-52f3169a7598", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112993,7 +113775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90e170c0-2677-4aaa-be36-11a167c42afb", + "id": "d4024f33-e047-4c5f-b519-8639aedfc643", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113038,7 +113820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5508b0a0-18d7-45fd-8f4a-61ace158632f", + "id": "b1086862-22f7-451b-a54b-740a41b3f65f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113083,7 +113865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb732eb6-d1b9-4b54-bb1f-e14bd48c0ae0", + "id": "4b29b3a0-dfad-407b-a23a-6a06958893c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113134,7 +113916,7 @@ } }, { - "id": "06bb23c5-424a-4305-bc2d-63f4f77f63df", + "id": "10bcddf1-a4b6-4e50-9e83-9eee4eb9f411", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -113176,7 +113958,7 @@ }, "response": [ { - "id": "f09867e8-01d0-4699-97e8-db9b296403f1", + "id": "74afbd8a-a3cd-4666-87f8-7690dd7406fc", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -113232,7 +114014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4b4887d-01dd-4010-8d32-5ddd46bcd985", + "id": "7c03e69c-040e-4086-817f-7a16d38a0d5c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113288,7 +114070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08bc6d87-ee37-456e-aab2-4f0b1a07f87d", + "id": "f1f35b35-601e-4c59-a269-9441ed651f65", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113344,7 +114126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a18cfdd0-d2ed-4c12-9a84-ace4d80022ce", + "id": "a095a73a-8b71-47c6-be72-5efc2897cf90", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113400,7 +114182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c0df938-235f-4b57-81b1-5800d48d6332", + "id": "7993157e-5709-4ae4-95ba-0d1224bdf26b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113456,7 +114238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f41749db-608e-43e8-9b24-fc5a24bf5018", + "id": "b2aedc1a-8796-4d63-9938-33858e389e54", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113518,7 +114300,7 @@ } }, { - "id": "ef75ef36-7aff-42ce-a510-76391b592577", + "id": "c49e1b05-a181-4def-aa20-bdddf0107891", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -113602,7 +114384,7 @@ }, "response": [ { - "id": "3845b74f-2624-4f7d-abe2-111ffed6fdc2", + "id": "6823dfc5-b3e3-4c34-8bcf-e3a6ab0535a2", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -113700,7 +114482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8e05451-aa28-4ed4-ab41-6141f6646a70", + "id": "f05f83e1-4655-45d2-942b-f2981902edc9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113798,7 +114580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a08430a-b84d-4bb9-b13c-2aefa77ca8a2", + "id": "1c474ecc-64e8-48ae-8186-aa676634b8f5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113896,7 +114678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d3aabe5-17c1-4783-9581-f7aee197fa8a", + "id": "32fc288f-12a1-42a2-b56e-26a4f4b6de60", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113994,7 +114776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "341162e0-7612-4151-894d-44fd4450a7f7", + "id": "afec0907-2b39-4f4d-ba5a-0105864167a3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114092,7 +114874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c3df76e-21f4-4f49-8209-524af1de10c9", + "id": "8d0675de-b3ff-474c-ba68-499dd318fb3b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114196,7 +114978,7 @@ } }, { - "id": "bbd6a185-b422-4c9b-9eb3-b5656f582428", + "id": "5a36557a-c554-444c-8075-7b3f9384279d", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -114237,7 +115019,7 @@ }, "response": [ { - "id": "9f3417fd-3ffb-461a-8a29-07152b338ec0", + "id": "f8fdc5a2-6795-4d10-bdb3-c15555ae4fc0", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -114281,7 +115063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4d9c109-be74-4f0f-b9a6-87a97ec5a31e", + "id": "f42fae23-ec98-43bb-9657-02cf3adfa550", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114325,7 +115107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66030db2-c7ef-4ab8-8af4-25f2dd52b8cb", + "id": "6637a889-d941-479c-864e-0d21bbe938a8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114369,7 +115151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4fb8595-1a2d-4f4a-8bd1-5fa4914c89a2", + "id": "56832ba5-7990-4a80-a3b8-c51cd965b9d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114413,7 +115195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ad3400a-f5cd-495b-a58b-a9d483f5622a", + "id": "97961f06-d1fe-4290-a52e-40d3071a8321", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114457,7 +115239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2e64a33-aa3a-4044-88e0-7ff872a60fd3", + "id": "98f5e2b3-8d3b-4c99-84a4-2c0293fc217a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114507,7 +115289,7 @@ } }, { - "id": "4e8ea771-e44a-472d-942d-f977cfeb3b9c", + "id": "667b0fda-5f56-4e51-877f-3d4c40433f9b", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -114561,7 +115343,7 @@ }, "response": [ { - "id": "807fd896-3e87-4a1c-9c34-65e907d8b328", + "id": "a3a2e689-60a7-467c-b019-b2c9344d8a0e", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -114618,7 +115400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a93a32b-8084-41ff-8ded-4be09eab6151", + "id": "1e940c5a-0b3a-4ea8-8e4b-b02d261a34a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114675,7 +115457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ec8ef35-12ea-454f-80dc-e42df4cbf505", + "id": "d3c7595f-901b-4f4f-9b15-dd3d53e65c05", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114732,7 +115514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26b1cdd4-fe1f-4145-8a2d-fed183161030", + "id": "5fc81ba9-dd90-4721-afa7-1ad0ab7ae474", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114789,7 +115571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "574fdb87-bbde-421f-aad4-43947fe97d42", + "id": "6b09470e-6a2e-4875-bffa-55410272df5b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114846,7 +115628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f2ea47f-c04c-44ca-9028-cd8b2a064c1c", + "id": "7aecebe8-a667-455f-b466-5e317fa3f967", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114909,7 +115691,7 @@ } }, { - "id": "efd19b6c-4cd4-4fb9-8268-413ed54393df", + "id": "4d0857af-23cd-4686-9b61-1540cd2b6662", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -114950,7 +115732,7 @@ }, "response": [ { - "id": "472fe94b-6ebe-46d7-bc93-b59039edec44", + "id": "de9bdc4a-6787-4dab-8b7c-82c5b5f1cfb4", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -114984,7 +115766,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ce1710fd-1745-4bb1-8d7f-b86105744a17", + "id": "2bc0b1ea-8401-4126-b8fd-d576da9c2aa6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115028,7 +115810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d0fb8ce-818e-407d-80b7-4be6af61af97", + "id": "4a359788-2f67-4e2f-a2a2-8f2f124ce553", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115072,7 +115854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c36f587b-332c-42dd-a1b7-0729824f5751", + "id": "bdd0e961-e684-4fd6-9c8f-ac045e037075", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115116,7 +115898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16545f54-f605-40b3-b1fd-f66ef7bb5471", + "id": "24e2eeef-9fe1-4809-8657-6b45fbd42abe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115160,7 +115942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8aa81c0-486b-4713-8967-47e11f26a3a1", + "id": "1b096894-0f6c-4b95-bb46-65186cf879e9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115210,7 +115992,7 @@ } }, { - "id": "3ed7e733-2fc7-42a8-a65f-c809bf83c5bc", + "id": "149d8066-0824-444e-97ed-48278aa81832", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -115253,7 +116035,7 @@ }, "response": [ { - "id": "184e5d9b-8321-4f15-bbc8-af5fba4abf0b", + "id": "b0bb98ff-70a2-437b-84bb-f80deb605352", "name": "Exported CSV", "originalRequest": { "url": { @@ -115299,7 +116081,7 @@ "_postman_previewlanguage": "text" }, { - "id": "902d1bed-c259-4336-b01b-01d31791632c", + "id": "7adb2170-bc9a-44c9-8bf1-24ca9eb4a789", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115345,7 +116127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ffc6f33-e555-4f0f-986b-690868921121", + "id": "ee2c8b62-3991-4e3c-a91a-0d9b88b3781e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115391,7 +116173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e32e6169-2b17-417e-be8a-0e84d3b0c0da", + "id": "b76eda21-7dc2-457f-8b40-20e6740805dc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115437,7 +116219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "250fb44a-ffdf-4e83-90fd-f0152d2a0c06", + "id": "79b8eb54-a72a-4873-ab4f-377d35f2b0a0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -115483,7 +116265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed8c2937-e661-4a61-9655-862349b03c57", + "id": "8dec3e51-2bb1-44a9-a0f1-8df17b4a6022", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115529,7 +116311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8286be17-8068-4438-8e8f-f692266fe753", + "id": "d5d5cb60-7439-478e-92ac-c82dfc8a2f38", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115581,7 +116363,7 @@ } }, { - "id": "863f1e64-dd90-4973-9111-89f790109168", + "id": "e9fe671d-a82b-46ec-bf42-1c8b212fa6f8", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -115632,7 +116414,7 @@ "type": "text/plain" }, "key": "data", - "value": "cillum Lorem enim quis", + "value": "cupidatat ", "type": "text" } ] @@ -115640,7 +116422,7 @@ }, "response": [ { - "id": "5f30cba7-1a2d-4fd2-9136-c5965b762e4f", + "id": "ae5dda6a-41f8-4cea-8db7-44bb12893be7", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -115683,7 +116465,7 @@ "type": "text/plain" }, "key": "data", - "value": "cillum Lorem enim quis", + "value": "cupidatat ", "type": "text" } ] @@ -115702,7 +116484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "818493cd-2be9-4b85-98b4-23b53b085b61", + "id": "c2841945-78e4-43f5-81e1-63756a33cf6a", "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": { @@ -115745,7 +116527,7 @@ "type": "text/plain" }, "key": "data", - "value": "cillum Lorem enim quis", + "value": "cupidatat ", "type": "text" } ] @@ -115764,7 +116546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48fbec9a-21e3-4de9-b5a0-a46f45bbdd06", + "id": "e3de666c-24b0-499c-9532-a8e445f462f6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115807,7 +116589,7 @@ "type": "text/plain" }, "key": "data", - "value": "cillum Lorem enim quis", + "value": "cupidatat ", "type": "text" } ] @@ -115826,7 +116608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f35893d3-e058-44e3-a34a-e7a863321948", + "id": "9bea35e5-900f-4ff0-a6a9-773bef868d8e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115869,7 +116651,7 @@ "type": "text/plain" }, "key": "data", - "value": "cillum Lorem enim quis", + "value": "cupidatat ", "type": "text" } ] @@ -115888,7 +116670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d16be83c-1247-4884-a409-d6a34030eda0", + "id": "84006c20-95c4-45d8-9c05-8babddd1344f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -115931,7 +116713,7 @@ "type": "text/plain" }, "key": "data", - "value": "cillum Lorem enim quis", + "value": "cupidatat ", "type": "text" } ] @@ -115950,7 +116732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8646e70-f0a3-46de-97aa-aa5057317559", + "id": "d4558a8d-12ce-42d9-aa4d-510e9c108aa7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115993,7 +116775,7 @@ "type": "text/plain" }, "key": "data", - "value": "cillum Lorem enim quis", + "value": "cupidatat ", "type": "text" } ] @@ -116012,7 +116794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dcf650f-dd88-465d-8718-1a8ac8e7d8db", + "id": "6eaf6870-2d9c-47b1-a29b-3b318208e2ec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116055,7 +116837,7 @@ "type": "text/plain" }, "key": "data", - "value": "cillum Lorem enim quis", + "value": "cupidatat ", "type": "text" } ] @@ -116080,7 +116862,7 @@ } }, { - "id": "131d9479-2d4e-4f79-996d-5b13a0268374", + "id": "e80c6444-135a-45e3-8864-29942363ad16", "name": "Bulk upload status on source", "request": { "name": "Bulk upload status on source", @@ -116123,7 +116905,7 @@ }, "response": [ { - "id": "9e097307-42c0-4c10-9a97-e996dce1bc12", + "id": "7394715c-f054-4ca6-a027-f58abf7cc6a2", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -116169,7 +116951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f8379b3-96df-4ceb-be20-bf854e1548bc", + "id": "d90c24ed-9775-401a-b2e2-64724c4596a2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116215,7 +116997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bdc391b-8ada-480f-9e9b-1d64b274d9cf", + "id": "a31b24e2-7944-4e27-8593-6d9ef5e0fff4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116261,7 +117043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70f7b999-bbc7-4483-8d80-10e3505d046b", + "id": "5d45cf3c-464a-4849-8413-c626b89d0eaa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116307,7 +117089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2834820a-cd9c-48ea-abba-5a521da05d06", + "id": "a7631919-eddb-406f-bae0-ebe848ad6e0b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116353,7 +117135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daaf4ce9-24d8-42dd-b6a0-7ef5c5870461", + "id": "3da467f2-866d-4169-94d0-ac2b4b4d258b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116405,7 +117187,7 @@ } }, { - "id": "eb82e43e-c49f-49e6-98f1-d58e51842232", + "id": "2d4a6ac6-4997-44a5-baa7-53978be7dc1c", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -116448,7 +117230,7 @@ }, "response": [ { - "id": "3bc072eb-34de-42b6-845c-04a6a05a6596", + "id": "622dfa85-8086-4d8e-9307-4c04da563a16", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -116494,7 +117276,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0353be0f-63d4-4b62-bfdb-a3a6d92f7e17", + "id": "b02004dc-5702-41f4-b3b8-7ef196246f86", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116540,7 +117322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f62a2f2a-0a65-4de2-8822-e8c7cedcc5cf", + "id": "8e740f33-4612-47ec-8be4-cab49b31eb32", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116586,7 +117368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a979fcb-01d7-40c9-a232-82aa26ad0b9f", + "id": "2b987825-b3e5-45e6-bc6e-a28a51a18773", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116632,7 +117414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d45c040-f962-4cf5-8ccb-545a2c30bcdf", + "id": "a7423c07-464f-45ab-b712-554c6504c644", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -116678,7 +117460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd0cbf73-1fa2-4d0a-aa06-a41df292f41f", + "id": "e055d3fd-8e4f-4218-92a4-6648265be62a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116724,7 +117506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a6b0b8a-3f11-4e38-92f1-e99fbf8d8ba1", + "id": "f837a65a-8e05-457f-9b39-b75de8b517e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116776,7 +117558,7 @@ } }, { - "id": "1bf16775-124d-48a0-b357-743079a24312", + "id": "40438925-7237-4e3e-be55-c032025cae01", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -116860,7 +117642,7 @@ }, "response": [ { - "id": "16977326-6a02-451a-94a0-7a7ca510b7e9", + "id": "f7c3be1a-a473-48bb-9531-979b9f5ae1aa", "name": "List of approval items.", "originalRequest": { "url": { @@ -116953,12 +117735,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\": \"Lorem do laborum\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"cupidatat in culpa\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"commodo\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"in labore dolore\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n }\n]", + "body": "[\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"elit Duis aute\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"nulla Duis\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"in ipsum\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"sint tempor labore ex\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0cf8e3a6-dbc9-422d-85fd-8e749af789a2", + "id": "ca1c8fea-5c1a-4789-91eb-ae4adba70e84", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117056,7 +117838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7ea94cb-da0a-471e-92bb-d3498e1662fc", + "id": "5dd89c99-bcb8-411c-989d-eb07440eec3a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117154,7 +117936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd767633-170f-4cad-bdf8-f8bb373fd449", + "id": "c3864491-8cbb-4b17-a60d-6874ce936ce1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117252,7 +118034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85cd0cfc-daee-47d6-8dc3-6c61d6a46ca6", + "id": "26993d17-d62a-464c-8f96-1db8ead726f4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117350,7 +118132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc079e61-6513-40d1-9a36-b96a28766145", + "id": "58b05248-7774-4c00-960f-f8fdba9b356c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117454,7 +118236,7 @@ } }, { - "id": "436c6c00-6c61-4e87-adc5-5fe7739c7d32", + "id": "2337c2c2-8b28-438c-8722-9d9d6acc9fe9", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -117505,7 +118287,7 @@ }, "response": [ { - "id": "1ca93966-6ff0-4ab6-b6d4-6d25a753367e", + "id": "5178f3e9-caf2-4485-8216-767966430343", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -117554,12 +118336,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\": \"enim tempor anim\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"dolor\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n },\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"schemaAttributes\": [\n {\n \"type\": \"TEXT\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n },\n {\n \"type\": \"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 \"nulla_e6b\": \"tempor sint nostrud\"\n },\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"adipisicing\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24\",\n \"endDate\": \"2021-03-25\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n }\n}", + "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"Ut exercitation est ex\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"culpa minim cupidatat\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n },\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"schemaAttributes\": [\n {\n \"type\": \"DATE\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n },\n {\n \"type\": \"IDENTITY\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n }\n ]\n },\n \"data\": {\n \"cupidatat_ff\": \"labore sed in\"\n },\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"anim nulla magna\",\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": "1a909d8e-20ca-4c2e-96a6-bdf29904fcf3", + "id": "1af12c56-a8c0-40cb-83c0-4049f47e5579", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117613,7 +118395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f5611d4-0298-4244-9719-37dde694945d", + "id": "da2f1b96-b24b-4134-a04a-3bfc1b085fdf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117667,7 +118449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60e7b308-c5ea-4ae9-a26a-5b4fce6107d8", + "id": "b2dbbb71-7120-4d94-ac14-a1f042c1f661", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117721,7 +118503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e44dd72-eecc-401a-b4b4-fe8042343678", + "id": "de8d5697-d798-4788-86d3-45775a109a6a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117775,7 +118557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2dfb546-18d8-4349-8bbf-dc69e9cfe72f", + "id": "4752f0af-76ac-441e-8c14-b756d239e632", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117835,7 +118617,7 @@ } }, { - "id": "d180be78-8e3e-46cd-9308-0c3f30277b0d", + "id": "0dc95acc-d5aa-489a-91fe-19852f681822", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -117856,7 +118638,7 @@ "variable": [ { "type": "any", - "value": "reprehenderit proident Ut ad", + "value": "occaecat Excepteur", "key": "id", "disabled": true, "description": { @@ -117879,7 +118661,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ut consectetur veniam ex deserunt\"\n}", + "raw": "{\n \"comment\": \"Lorem nulla\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117890,7 +118672,7 @@ }, "response": [ { - "id": "cae40a70-b3ff-420a-add1-c9fd0542ef75", + "id": "81e0c9a0-c75e-4b72-ac0d-2151fed21769", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -117926,7 +118708,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ut consectetur veniam ex deserunt\"\n}", + "raw": "{\n \"comment\": \"Lorem nulla\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117943,12 +118725,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"est magna cupidatat\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"in\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", + "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"nostrud velit\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"dolore pariatur ut labore commodo\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f484a78a-a6e7-400d-990e-eb8136566100", + "id": "892f46e6-73b9-4079-8735-672c0435b62e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117984,7 +118766,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ut consectetur veniam ex deserunt\"\n}", + "raw": "{\n \"comment\": \"Lorem nulla\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118006,7 +118788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ab598ed-257c-4af4-abe6-c88f9205c82f", + "id": "2cce0097-1ace-4fbc-b4a0-fc37545388c5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118042,7 +118824,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ut consectetur veniam ex deserunt\"\n}", + "raw": "{\n \"comment\": \"Lorem nulla\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118064,7 +118846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "795adc85-98e3-4def-b2ba-0def7ac3fc6f", + "id": "198046fb-2d51-4be8-901e-85d2a12b50f3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118100,7 +118882,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ut consectetur veniam ex deserunt\"\n}", + "raw": "{\n \"comment\": \"Lorem nulla\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118122,7 +118904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f1cb842-70ed-43db-a2fb-25429d914e07", + "id": "6b71e848-5d45-4935-be08-55f459c035e8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118158,7 +118940,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ut consectetur veniam ex deserunt\"\n}", + "raw": "{\n \"comment\": \"Lorem nulla\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118180,7 +118962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "433492a3-65fb-4a64-a79b-73235f66b8d0", + "id": "0a3a5bc5-82ff-4580-9a26-9759cccf51b1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118216,7 +118998,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"ut consectetur veniam ex deserunt\"\n}", + "raw": "{\n \"comment\": \"Lorem nulla\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118244,7 +119026,7 @@ } }, { - "id": "40f7d3eb-768a-4f94-9e1b-82576ce31c5b", + "id": "91a55819-6a27-4e6c-bb74-dce09f7f8712", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -118265,7 +119047,7 @@ "variable": [ { "type": "any", - "value": "reprehenderit proident Ut ad", + "value": "occaecat Excepteur", "key": "id", "disabled": true, "description": { @@ -118288,7 +119070,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"enim eiusmod\"\n}", + "raw": "{\n \"comment\": \"anim incididunt\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118299,7 +119081,7 @@ }, "response": [ { - "id": "e6c2d70b-f6ae-41d3-b7cb-861e4bede477", + "id": "78c2b5be-4b28-470a-802f-122cb3128242", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -118335,7 +119117,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"enim eiusmod\"\n}", + "raw": "{\n \"comment\": \"anim incididunt\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118352,12 +119134,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"est magna cupidatat\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"in\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", + "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"nostrud velit\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"dolore pariatur ut labore commodo\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "25dc145a-299c-4219-9d38-607859000335", + "id": "fdd8484f-6481-4c5a-b473-70faa5494544", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118393,7 +119175,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"enim eiusmod\"\n}", + "raw": "{\n \"comment\": \"anim incididunt\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118415,7 +119197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67bf49e0-e51d-4b38-9225-46ffa0934542", + "id": "dc9593f4-b50a-4318-9aab-7ba3fd0800af", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118451,7 +119233,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"enim eiusmod\"\n}", + "raw": "{\n \"comment\": \"anim incididunt\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118473,7 +119255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2f45113-9822-46e5-81fb-5d3914e66f22", + "id": "1f2b777b-e178-4c97-9e0e-58b37d4451b1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118509,7 +119291,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"enim eiusmod\"\n}", + "raw": "{\n \"comment\": \"anim incididunt\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118531,7 +119313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02a88f2b-61b3-4021-8b21-3efbfd9faee8", + "id": "0eee86b0-4c8f-42b7-9936-f0920d2a96c9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118567,7 +119349,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"enim eiusmod\"\n}", + "raw": "{\n \"comment\": \"anim incididunt\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118589,7 +119371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e70b43e-0911-4187-b2b9-5b43dc29065b", + "id": "fae44b67-2fb0-4e16-a9bb-709343c783c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118625,7 +119407,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"enim eiusmod\"\n}", + "raw": "{\n \"comment\": \"anim incididunt\"\n}", "options": { "raw": { "headerFamily": "json", @@ -118653,7 +119435,7 @@ } }, { - "id": "3902151e-92ab-44de-ac14-67cbc287d1af", + "id": "6a41d526-00d8-49e2-82a5-4900b367a5a9", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -118695,7 +119477,7 @@ }, "response": [ { - "id": "95dfbe1f-2109-4500-bf7c-96ff1a4b855a", + "id": "41f4c73d-be60-49f7-aa9e-6ca3717b7447", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -118735,12 +119517,12 @@ "value": "application/json" } ], - "body": "{\n \"approved\": -67965883.68066195,\n \"pending\": 84824043.99415433,\n \"rejected\": -73202481.92995478\n}", + "body": "{\n \"approved\": -89902530.55679736,\n \"pending\": -42309117.483027145,\n \"rejected\": 52903898.69128305\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7c8c1a71-8fb4-495c-8c5b-4c814864aeb1", + "id": "e48bf87e-0e37-4da4-b08c-15ecb37775c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118785,7 +119567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20bb3ec9-93ec-40a5-865e-275755d7e438", + "id": "016bc1b0-b5e0-42d8-8a2e-7f2d585122e7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118830,7 +119612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b8947b7-cd0e-4f89-bee3-7fa0248c9d36", + "id": "4a4c67cd-69ad-4e03-a801-d71e7a0fd10f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118875,7 +119657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0334076-9b3e-4718-95e9-4157194cc171", + "id": "390f50d4-6fb5-4d18-85e4-57c60e331768", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118920,7 +119702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dafe775e-bba7-4f85-b3f1-817b5c688b1d", + "id": "9f1689af-8162-4b13-962e-22055a8a663c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118971,7 +119753,7 @@ } }, { - "id": "e938869a-6245-43be-9cf5-1acbada8457f", + "id": "7c192e02-bd88-4fa2-8a64-2861657f91d8", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -119013,7 +119795,7 @@ }, "response": [ { - "id": "3c2231fb-3c02-4839-a1fb-69fb65f7d6b4", + "id": "97f4e972-0776-4229-9266-83f2f9d1006b", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -119058,7 +119840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ee95f5c-70f4-47e9-b850-6506df64959f", + "id": "17634d4a-174a-4f07-b90c-8a131ef8ee51", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119103,7 +119885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "175302e2-78ff-4176-9275-fddeeb141c2f", + "id": "4cb856bc-2cfb-4eb5-b83d-1a2b9352df50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119148,7 +119930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "107e72cf-669b-4674-801a-2a3f1a025890", + "id": "3d8015dc-d3fd-4bce-add1-4f5303ff63d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119193,7 +119975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a11ba802-ebca-41b4-b285-4a93bb3f2d6e", + "id": "2feb2065-ad7a-4b06-b9d6-44fa5fbb7444", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119238,7 +120020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d794f549-3083-444f-8ee2-25a2bdcabbf7", + "id": "e380613f-1e87-49b7-a9d4-941f184000d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119283,7 +120065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3eb24b8-3372-4ffe-b675-dfe6b51ff09d", + "id": "3645414b-ec2c-4128-bc92-920e271daf21", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119334,7 +120116,7 @@ } }, { - "id": "20c20712-bbdb-4ae6-9821-d7fd491f26cf", + "id": "889baf20-e748-45fe-8f0c-8baa9ca532fb", "name": "Create Non-Employee Source Schema Attribute", "request": { "name": "Create Non-Employee Source Schema Attribute", @@ -119389,7 +120171,7 @@ }, "response": [ { - "id": "8a69c2ac-5b3c-4bd3-9578-c03f9d43adea", + "id": "418ebbbd-bde1-42c4-a716-cf8feccbc025", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -119447,7 +120229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1818fd6b-2314-490e-af72-bafd6887953e", + "id": "227c180e-5594-4baa-ab7a-ba2ce0afed6c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119505,7 +120287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaadda88-8580-49f4-832b-a294f2b1cae2", + "id": "14488f30-145b-41c4-ab99-39a425362733", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119563,7 +120345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f22e55b-dcfd-409c-8a0c-04a7cb799d0e", + "id": "9ba03a0f-d993-4b6f-9d1a-6b2084103e18", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119621,7 +120403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bc2dacd-7b99-4a84-aff7-fd19b397241a", + "id": "64c24dd1-9c01-4d52-ad34-5a902430dfde", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119679,7 +120461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6938654d-7565-4ece-9b7f-5860a9a25e88", + "id": "ec6922a3-8f6a-4c48-8688-5c062bbfc469", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119743,7 +120525,7 @@ } }, { - "id": "4649c147-c269-46a3-970a-70393cf90496", + "id": "e43520ec-d36b-4fc2-80f4-6e5bc6efe455", "name": "Delete all custom schema attributes", "request": { "name": "Delete all custom schema attributes", @@ -119785,7 +120567,7 @@ }, "response": [ { - "id": "673469cb-54f8-42b1-b2a7-77b3276161a1", + "id": "7b8d435e-99ff-456a-9f0d-0b40725b4920", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -119820,7 +120602,7 @@ "_postman_previewlanguage": "text" }, { - "id": "35f1d148-d933-4d50-8a98-d15c2b21121a", + "id": "ed924769-5769-4419-8ef8-3fc2ce020828", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119865,7 +120647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "755e335a-601f-44b8-9feb-256ab9db4ae4", + "id": "a6b6cf9a-d1a1-4853-8bc9-8e84c5ca1ca5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119910,7 +120692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab977aff-1fda-423a-b6d0-6bfdca191286", + "id": "353b21c6-ec3a-490d-8ecf-af62f80ee62b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119955,7 +120737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b18f758-c9b5-49d2-b958-585341ea32d8", + "id": "84b8df13-fb5c-43e9-bc01-ab0a2f868432", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120000,7 +120782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32e10648-efe0-4960-9038-ef0315006055", + "id": "e6cecee7-b8b5-4ff7-b676-3ff24e251e36", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120051,7 +120833,7 @@ } }, { - "id": "1cd0c611-0889-4bf7-9805-0029f7178cdd", + "id": "abcbc022-0af1-4ece-a800-aa7ead8f8550", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -120104,7 +120886,7 @@ }, "response": [ { - "id": "4955e937-01de-429a-a4d7-524f9c5de567", + "id": "e5a9d28a-8732-4410-97ba-55707552b447", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -120150,7 +120932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ea3d87c-d128-4a3c-9ab2-42756d0460e8", + "id": "d6f2c23b-8886-4154-ba03-cb2bae99d13d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120196,7 +120978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eca5d62-d864-47a9-b487-dbda8393dc9b", + "id": "c1d56e02-9317-4ea4-9524-573466dac394", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120242,7 +121024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc039e24-717e-4979-bd83-be346b9c0c09", + "id": "db89a8a4-3761-4ed3-a858-87e0f75f1648", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120288,7 +121070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5228fa5-bfb4-4a3f-b06e-2408e2892d51", + "id": "04469e11-8a7e-4a2c-a924-30e5e3ebcb3e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120334,7 +121116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "582dc784-8db6-495f-bc29-cba3117199c5", + "id": "8952b287-add3-4917-a85a-cbaba3359761", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120386,7 +121168,7 @@ } }, { - "id": "36a4dbe4-8fb9-40d1-80ad-f54e3fb4d87a", + "id": "6e32f370-dfb7-49d9-975c-85f597cfcb33", "name": "Patch Non-Employee Source's Schema Attribute", "request": { "name": "Patch Non-Employee Source's Schema Attribute", @@ -120452,7 +121234,7 @@ }, "response": [ { - "id": "59512095-a463-45f9-bb73-9f93904f3c98", + "id": "7081b9bd-a77d-4242-9a95-fe5df3698ffa", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -120511,7 +121293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80527018-feca-4253-8a53-47cee7cf14e3", + "id": "adadad68-7f1b-43ab-a4c9-557eecd2ee33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120570,7 +121352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b845bb3d-05a8-4d63-801c-7892da79116a", + "id": "161ef328-61b7-4f90-994a-b7739f4e5830", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120629,7 +121411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aa98d49-3ff3-4cd7-918c-b01acd7ebafa", + "id": "7036c266-4f85-4829-b149-6c2dc27470a6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120688,7 +121470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab780d28-5992-462b-ac6b-4c3fe728d15d", + "id": "dbc379c1-3552-4428-bbf6-2864362ee0bd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120747,7 +121529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbf287bc-d56c-4f69-ab24-4993bc60879e", + "id": "1dcdd296-1470-4f78-9d5a-c98667f0b20f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120806,7 +121588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2295f8a-c642-4536-96a4-f56068f27d46", + "id": "6324d810-93bd-47d6-a770-dde8cd666e0c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120871,7 +121653,7 @@ } }, { - "id": "c37f8921-776d-4ac4-bdef-4939068e3bd2", + "id": "363c457d-d504-4672-8cb2-b78d88379cb7", "name": "Delete Non-Employee Source's Schema Attribute", "request": { "name": "Delete Non-Employee Source's Schema Attribute", @@ -120924,7 +121706,7 @@ }, "response": [ { - "id": "73b4ff4f-b083-4f63-b319-a01108a7db02", + "id": "3f10bea3-f439-430d-8ace-7968ee0cdf69", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -120960,7 +121742,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f8b1cf4d-eedb-4f33-adbc-b7079f048367", + "id": "0f096576-ce1c-46af-861f-a5e982f1027e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121006,7 +121788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aca3f8fa-e6df-4ba5-a4bb-de499534f13c", + "id": "b466af0c-0af2-4d13-aa66-ca62670ecaf1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121052,7 +121834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72fc0cc4-d41c-4f0a-87af-f0715727ee98", + "id": "3a44225d-44cd-466d-8041-f6ece0b38941", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121098,7 +121880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "442dc166-c56a-447a-8ed4-07a45108e5d7", + "id": "935932bf-6788-4190-89ac-933965ef4041", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121144,7 +121926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fce6ccd9-c371-48d9-8127-b7147f815eef", + "id": "2fc03514-4b90-4d99-a520-cd09af486eed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121202,7 +121984,7 @@ "description": "", "item": [ { - "id": "7d62d8d9-6053-4b1d-a7b6-87ebe01e4783", + "id": "87a336fb-43e8-41ef-9fdb-f24e2d56e034", "name": "Change MAIL FROM domain", "request": { "name": "Change MAIL FROM domain", @@ -121244,7 +122026,7 @@ }, "response": [ { - "id": "967c5da3-f79c-4574-b874-3c2a1257f719", + "id": "5acd9eb2-7b89-4abb-ac03-fc6a954fd8a9", "name": "MAIL FROM Attributes required to verify the change", "originalRequest": { "url": { @@ -121300,7 +122082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b12b3c84-0498-40ab-b354-6901e3249640", + "id": "d8b82182-0352-4bb0-ba6b-cb714a79ea76", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121356,7 +122138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22429662-beba-488a-a754-f8feed9fadde", + "id": "f4d30480-68fd-4f02-9a43-9f5ee8f8856c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121412,7 +122194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18a64292-8c19-4082-b3f2-aff28ea10872", + "id": "221178de-49b8-4357-b4c8-b6c7b7962576", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121468,7 +122250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbce4225-f0ce-41ab-9007-51c026f618cd", + "id": "c7ce2c40-fc91-46e5-b58c-5d1f8397425a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121524,7 +122306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ea6b106-6b2f-4839-bd8b-fadebb3c8017", + "id": "9d885e80-3851-413e-ab22-5b24b351b6ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121586,7 +122368,7 @@ } }, { - "id": "b9515cda-684e-4fed-ad77-98e796801849", + "id": "7b79a9d8-ab8d-45c3-a73e-c9cb7aad907f", "name": "Get MAIL FROM Attributes", "request": { "name": "Get MAIL FROM Attributes", @@ -121631,7 +122413,7 @@ }, "response": [ { - "id": "38fa5588-116f-4874-a6b2-c418d4a48088", + "id": "a0342c6d-d31b-4f68-986f-3dcbf76dbe01", "name": "MAIL FROM Attributes object", "originalRequest": { "url": { @@ -121685,7 +122467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1017e793-60d4-420d-a86f-343afd23a377", + "id": "2a59ff1c-3372-43af-b457-b080bebdc43c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121739,7 +122521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b92c7d91-28eb-4e30-8c5d-a3299f20bd96", + "id": "99394c04-4cb6-48b7-a9cf-8123a09676e3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121793,7 +122575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef7451ef-94f6-49a8-9647-28e9e3708402", + "id": "b5aebc41-6dfe-4ea0-b5ac-d1ec606c1346", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121847,7 +122629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f99a72e8-f775-4ae9-818b-633da31c1785", + "id": "4832af6c-e5b6-4aac-b0c8-95f980e59b6a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121901,7 +122683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0137ddfa-4e41-4429-abdd-e537d330579c", + "id": "c5b6d816-63c9-45d6-9ea0-1b7e128c08f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121961,7 +122743,7 @@ } }, { - "id": "dc0b7532-2f08-43ae-87e0-aad69651e724", + "id": "a035900b-fd35-4bbe-9742-670a1930fd21", "name": "List Notification Template Defaults", "request": { "name": "List Notification Template Defaults", @@ -122018,7 +122800,7 @@ }, "response": [ { - "id": "8d83d58f-3947-484f-8d96-ca6a86aeec32", + "id": "4aab17c2-df47-45ef-bc12-5b63f27b4bd2", "name": "A list of the default template objects", "originalRequest": { "url": { @@ -122089,7 +122871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94ea6c98-1973-4713-aa03-5d78b51fc43c", + "id": "c26cdb5e-6b95-4109-8d65-243cf5cddcd5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122160,7 +122942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5343cd2-7c39-456d-9a11-fa118e2839e1", + "id": "4e433fed-fb95-4fc3-a525-cb8ec6aabbdf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122231,7 +123013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17db5bbe-c991-43c5-b4e1-a2f32778aa5d", + "id": "54ea4dd3-a1cc-4d51-91f9-ae4a52008425", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122302,7 +123084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed5fe312-6ced-4878-966c-33d2839002a3", + "id": "a9ded3df-b5e1-4f8d-8bc0-8dfa7a395cb3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122373,7 +123155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91c246a3-317d-41c6-ad4f-722f746e8f01", + "id": "36617ddc-83b4-4d9d-b972-c100dc4c10d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122450,7 +123232,7 @@ } }, { - "id": "dd4a40ad-257c-4d17-896c-e81c38f1283b", + "id": "7edf889d-dfaa-4c82-ab83-66d44123d03a", "name": "List Notification Templates", "request": { "name": "List Notification Templates", @@ -122507,7 +123289,7 @@ }, "response": [ { - "id": "87717138-2faf-4308-8459-10f97d8227b2", + "id": "788da68f-86fd-4e3f-9b5c-538ae1be3a17", "name": "A list of template objects for your site", "originalRequest": { "url": { @@ -122578,7 +123360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c111cf2a-ba35-4a16-893f-df368a2ad510", + "id": "422a43b9-e1c8-402b-9031-20175e46d5c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122649,7 +123431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a199f141-f888-4d5d-9608-f6d02d5c1b4b", + "id": "cae5f58e-5efa-4e34-82d8-d3e99240041a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122720,7 +123502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a753198-ac77-4d74-bf42-9165c4d39fe5", + "id": "2e854acb-43b4-46e4-9a3b-aab21f22735e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122791,7 +123573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "857406af-1802-412e-86ee-486ea59ca16d", + "id": "b794a438-46fb-4d3b-b1f8-c72f8021ed05", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122862,7 +123644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bd7162f-dd0a-4c60-8286-a49dd10fcb06", + "id": "5c78ca5a-1bb8-4347-9782-2e1315df59e5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122939,7 +123721,7 @@ } }, { - "id": "b07c68a9-41eb-4bef-8203-a0b6e999edfd", + "id": "d2697adb-9334-4130-a108-7afc9a82c88d", "name": "Create Notification Template", "request": { "name": "Create Notification Template", @@ -122981,7 +123763,7 @@ }, "response": [ { - "id": "05c08e57-55b9-4010-835b-7150d3cf722a", + "id": "1ecba953-9826-4fa8-97bb-d054033aa272", "name": "A template object for your site", "originalRequest": { "url": { @@ -123037,7 +123819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d74c0138-0f21-4416-8918-0b6b9804633a", + "id": "e0ac6ff5-3b77-445f-b317-e34159a84577", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123093,7 +123875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfb47c7c-62f5-4025-985d-f8650f6f4825", + "id": "e27521bb-777e-4d72-ba1e-cebbe742a840", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123149,7 +123931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a91cdcba-54e0-487a-abc9-3735703ff73b", + "id": "0723d332-c86a-4210-9906-0807640204bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123205,7 +123987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "364554ea-e18d-4581-a1cb-da6546bd3f94", + "id": "423b4001-262f-4af7-aa69-779fc3f89575", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123261,7 +124043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ae47ff9-146a-452e-bf03-e580dc7086a3", + "id": "17b1ff28-738f-4bee-bea0-c337a844df7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123323,7 +124105,7 @@ } }, { - "id": "e0c38a19-c0b1-4b13-a707-ced948b213a2", + "id": "c843230d-6712-418d-9044-fd5a1bcfeb0f", "name": "Get Notification Template By Id", "request": { "name": "Get Notification Template By Id", @@ -123364,7 +124146,7 @@ }, "response": [ { - "id": "6f39ce3c-05ad-4191-8505-32721b3ee978", + "id": "0b29ee68-1b35-43bc-9de5-602655fc0864", "name": "A template object for your site", "originalRequest": { "url": { @@ -123408,7 +124190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef777e04-d1ed-48bb-a6ec-e71a3ba9fd51", + "id": "1b91cc5a-4ed4-411a-880b-4cb6b4ecfa83", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123452,7 +124234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "956503f1-76de-419f-8575-18951f0c19f6", + "id": "c59d3f5f-89ea-463e-98cc-34a782a4174b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123496,7 +124278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faa0f58d-3055-4394-b014-20038cafae32", + "id": "7d8fedaa-68aa-4603-a3df-cc5162cc434d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123540,7 +124322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "439c2a45-708f-4109-bfe9-62035fc29b95", + "id": "e34b492a-6edc-4333-add8-7b7c42b644ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123584,7 +124366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a4254f3-4958-4c4d-9148-a1933827bdb3", + "id": "dd25a64b-4b57-4ed4-8c94-70dd1281357f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123634,7 +124416,7 @@ } }, { - "id": "06bdff52-71f5-49d3-86de-3303e848b3b7", + "id": "d3f12e2e-b54d-4917-8ba2-6b01e2f2b396", "name": "Bulk Delete Notification Templates", "request": { "name": "Bulk Delete Notification Templates", @@ -123677,7 +124459,7 @@ }, "response": [ { - "id": "78a15e03-3b45-470b-9a6c-416255a2f9bb", + "id": "216cfecd-86a8-43d2-aaa0-3f4e197f413d", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -123724,7 +124506,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c05c4d46-3233-4860-a7a5-09725d5b303a", + "id": "def616de-3cad-4f3b-9295-93e3cf6ba640", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123781,7 +124563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14fad556-a16e-4253-8a14-db88ad958a55", + "id": "8513228d-52b9-4abd-93c5-d98bd443f2f0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123838,7 +124620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d3efaf6-4abe-44db-9544-8a2ee7eb4ac6", + "id": "5ad3d81d-d921-46f0-ac73-a9c4a4cd897d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123895,7 +124677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98da42ac-7bab-43ed-9d29-c68b7ef7e063", + "id": "1e04e1d4-c8ce-445c-8193-68b3385e9643", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123952,7 +124734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea97d0ad-ebd2-476f-b8af-e5daaed9b1f2", + "id": "6a567d80-b461-4dc7-88ac-998da7b7d25d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124015,7 +124797,7 @@ } }, { - "id": "86f9b10e-ed3e-4b64-a616-4a5969d4b6c4", + "id": "bc5c342e-9f17-498a-8af2-55a4f0c69eed", "name": "Get Notification Template Context", "request": { "name": "Get Notification Template Context", @@ -124044,7 +124826,7 @@ }, "response": [ { - "id": "fa03c8d8-31aa-47f7-8e8c-dc4c62158f61", + "id": "ef48121f-aeae-4f37-b45c-aa318048ab69", "name": "Notification template context attributes for a specific tenant.", "originalRequest": { "url": { @@ -124087,7 +124869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54e36475-3f4c-4541-815d-a4643727d24a", + "id": "da6fc4c4-18a8-4214-8a2d-2f1544646d0c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124130,7 +124912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66a7614b-abf2-4f2e-88cf-b714e9afb439", + "id": "cf1cabc2-49ef-474b-8fc2-5fa0d534de41", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124173,7 +124955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0369448-25da-4d2a-bf5c-819f844d923d", + "id": "dcce2680-a06c-432b-9769-a1f97156006d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124216,7 +124998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad8e064e-e44e-40f0-addb-93793f1c38a6", + "id": "65446c6f-546b-459e-918e-2b65e42a5432", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124259,7 +125041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb69be3c-28d6-4c3c-a8a3-3837e64f2f7e", + "id": "0ce464ce-85af-4e05-b383-0d26291a0d85", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124308,7 +125090,7 @@ } }, { - "id": "b7b90ad4-e8f2-42d8-947b-d8c6d95afdf3", + "id": "8ef36e41-16de-4186-864a-00f9761ce246", "name": "List Notification Preferences for tenant.", "request": { "name": "List Notification Preferences for tenant.", @@ -124343,7 +125125,7 @@ }, "response": [ { - "id": "322cdaa4-de99-42ac-b282-37086331892b", + "id": "3dd79336-cd60-4039-9982-f120f6bde92a", "name": "Return preference for the given notification key.", "originalRequest": { "url": { @@ -124387,7 +125169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3587bc1-bcdf-4a9a-af44-722a000c7954", + "id": "8b823ef3-6c64-4c37-bafa-22ea053ea25e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124431,7 +125213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa231152-a353-49ee-803f-e9dc3ea75441", + "id": "0003c17c-7b4b-4217-92fa-da79cebb61fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124475,7 +125257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a732ebd1-c7cd-4ff9-946e-20ab044e4bbc", + "id": "67cc6f79-d8c9-4c4d-9940-65369f1075d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124519,7 +125301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ae62777-19e1-4dab-821e-74ec1dd538f2", + "id": "ca386e50-d46f-460e-8a22-77f7c4d88e2b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124563,7 +125345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "346316bd-bbe2-4c63-bcfc-e17550dacb58", + "id": "7e376fdc-60fd-4cfc-87ab-0f4618e2448c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124607,7 +125389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f2f88b3-48ec-485b-98a3-3c0fc5754e3b", + "id": "f5af2923-b6da-4583-950e-837345f23e63", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124657,7 +125439,7 @@ } }, { - "id": "acad4612-e0b9-4b63-b315-eab4b287f7bd", + "id": "bb4b7a85-f432-48ec-bd22-3d7210834bf5", "name": "Send Test Notification", "request": { "name": "Send Test Notification", @@ -124699,7 +125481,7 @@ }, "response": [ { - "id": "c94df62f-b1dd-488a-94a7-ef79712625fa", + "id": "bfc5033f-4ee5-4daf-a4b0-6aeaf94fa790", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -124745,7 +125527,7 @@ "_postman_previewlanguage": "text" }, { - "id": "23181e5f-a64c-4dec-ac54-9adff35cb1a2", + "id": "504031ec-4c05-491c-a1cf-4e03813d6448", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124801,7 +125583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bde4bf6c-993e-45df-a03e-bcb0c025fe83", + "id": "54204306-23fd-465a-b6aa-aee04fc3e34d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124857,7 +125639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0954c02a-5c36-4bb6-aa2c-7b31b97ab6bc", + "id": "3d71fc8e-0ad0-4951-8909-3bd4ab848701", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124913,7 +125695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eee9dbaa-fa1c-4417-816a-4831fe208ba6", + "id": "60f2a4ee-b023-435d-963c-d8d701d91504", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124969,7 +125751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c954a7c-8df5-4869-a036-cdb198951a63", + "id": "6403f6f7-69a0-47d5-bb9e-1c48719f94ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125025,7 +125807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68fe768e-dc68-4720-867b-d307aec3c4d7", + "id": "7fef3387-4834-44f1-ac2c-4a9ac27aabc4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125087,7 +125869,7 @@ } }, { - "id": "4f019f3d-88d0-464f-9b8d-959956f01d95", + "id": "780a3ad1-307a-4c13-8879-271e666ed644", "name": "List From Addresses", "request": { "name": "List From Addresses", @@ -125162,7 +125944,7 @@ }, "response": [ { - "id": "f6a95833-7712-4fa1-82c4-952f6712baf9", + "id": "a531a527-4607-4b76-be92-55f7e2e3d43f", "name": "List of Email Status", "originalRequest": { "url": { @@ -125246,12 +126028,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"irure enim\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n },\n {\n \"id\": \"eu irure laborum tempor\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"SUCCESS\"\n }\n]", + "body": "[\n {\n \"id\": \"cupidatat\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n },\n {\n \"id\": \"id esse dolore\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f83b56e9-c09a-4ffd-9788-2481de217277", + "id": "118528b9-2805-45a2-968d-d69532b9a898", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125340,7 +126122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d87250eb-ef08-4690-9d4d-6923bb8e210b", + "id": "ba8a6604-51dd-4079-920a-a43987fb9fdc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125429,7 +126211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe26174a-af6e-4fa7-9486-f18dedb1c196", + "id": "9043d46f-da1a-4a68-ab9d-3affee497f6a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125518,7 +126300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2454048-5dff-4fdb-a69a-f631ceaf1066", + "id": "a6dcb143-8f17-44fa-868a-04bba0fd7fbf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125613,7 +126395,7 @@ } }, { - "id": "a19dda85-df05-4928-819d-ab6fffc8c903", + "id": "07244a7a-0861-43af-a20c-2d16ec867813", "name": "Create Verified From Address", "request": { "name": "Create Verified From Address", @@ -125655,7 +126437,7 @@ }, "response": [ { - "id": "79d8bd50-4cf0-4749-acb3-0a4c84613913", + "id": "eaffd0ef-89b4-4c0c-83b1-da69c21845ac", "name": "New Verified Email Status", "originalRequest": { "url": { @@ -125706,12 +126488,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"nostrud cillum mini\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"PENDING\"\n}", + "body": "{\n \"id\": \"nostrud non\",\n \"email\": \"sender@example.com\",\n \"verificationStatus\": \"FAILED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3c48234e-b056-451e-943a-f1872deb904e", + "id": "c7615e2d-81ef-4aa7-9bb6-ef6ca59b9bba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125767,7 +126549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "478086e6-4db8-420d-957a-4e7ee15af7ee", + "id": "f7138c07-a7ab-4cbf-9239-1aa573875615", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125823,7 +126605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7d6224d-b956-432c-804a-6da2654eda6f", + "id": "f3347670-9998-4bb8-9fae-04d91050995e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125879,7 +126661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff689801-1778-422b-a999-40e47b49a49b", + "id": "ea33a705-5f99-41ae-9a43-c1cdb46fa08b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125935,7 +126717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d736c124-af97-4ce5-a6a8-023163b4d6fd", + "id": "bf362dbd-eb99-4a5d-b953-45dc50da5f0e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125997,7 +126779,7 @@ } }, { - "id": "302ceca8-9a7c-49e1-9f2f-9d3883f8e05c", + "id": "e813a97f-0892-41c8-bda7-8f7619d2a190", "name": "Delete Verified From Address", "request": { "name": "Delete Verified From Address", @@ -126017,7 +126799,7 @@ "variable": [ { "type": "any", - "value": "reprehenderit proident Ut ad", + "value": "occaecat Excepteur", "key": "id", "disabled": true, "description": { @@ -126038,7 +126820,7 @@ }, "response": [ { - "id": "0b61549e-dcb7-41b3-b3bd-b34a9824acd7", + "id": "45691094-5495-49ac-9cca-47e1775d76e7", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -126072,7 +126854,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7dbe4250-e377-407f-8c1a-e1f0184a4e2a", + "id": "a47cade3-93f5-4a4e-a904-4f597cf6e02c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126116,7 +126898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae40f85b-6325-450f-a231-e685e6084d31", + "id": "05aca0fb-ed9c-40d9-a9a0-7f8f79c1f7b3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126160,7 +126942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbae8f88-c1fa-491c-b6b9-d137f2e72e3a", + "id": "2c87deb7-1697-4558-9416-bc75d2ab2fd0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126204,7 +126986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "274653f2-4e60-459b-8cb0-9700b5062210", + "id": "f3b4b482-d120-4482-a76f-074fcd0aa18a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126248,7 +127030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44374d8d-08f6-40a3-98df-f866e4c1c829", + "id": "7047c4df-9de2-42e9-b993-7918296e6de3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126292,7 +127074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "555c364a-f802-4cf4-823e-99cf09906c1e", + "id": "be162a68-7fd2-440b-9ac5-23e5d57f4a6d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126342,7 +127124,7 @@ } }, { - "id": "17a978b9-5454-49da-a64d-54e6430ea112", + "id": "190c2095-e8b9-4fcc-81dc-6b14e128c5db", "name": "Get DKIM Attributes", "request": { "name": "Get DKIM Attributes", @@ -126371,7 +127153,7 @@ }, "response": [ { - "id": "3f838e1c-d6da-4a3c-824f-1ec6a5482d4e", + "id": "f7b6901c-ee84-48bd-8c7c-b7d4b865da76", "name": "List of DKIM Attributes", "originalRequest": { "url": { @@ -126414,7 +127196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d09c99f1-181a-41c3-85b7-44655e1a3cfe", + "id": "e559ebbc-c770-4525-9969-c7d12ae809d2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126457,7 +127239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9771a7cf-c76c-4694-a9cf-1dc264feb95e", + "id": "4834d0c4-9016-4858-bf62-9fccc1d011e2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126500,7 +127282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68c37674-c63e-4e3a-b786-9ec68a7fd091", + "id": "2c2e1911-3003-41bf-a59d-e8f84df61051", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126543,7 +127325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f71ec5a-6207-4005-b32f-cbec20085ce5", + "id": "29e9d894-765b-4453-a8e1-41863f565496", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126586,7 +127368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05bb0065-6b9d-418b-9efa-cd60651aa979", + "id": "96616953-f2f5-41fc-8b88-c97aa27d186d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126635,7 +127417,7 @@ } }, { - "id": "5f08dd58-8c1e-4651-b319-c980714f7ba4", + "id": "f684760c-a3ba-4cac-9bda-032069f92439", "name": "Verify domain address via DKIM", "request": { "name": "Verify domain address via DKIM", @@ -126677,7 +127459,7 @@ }, "response": [ { - "id": "a3011370-3e4e-48bd-81d5-331a63315611", + "id": "2d52b4d8-96e4-408c-8f5c-1678b87a8e79", "name": "List of DKIM tokens required for the verification process.", "originalRequest": { "url": { @@ -126733,7 +127515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba63214d-c00e-4bec-9d01-0b1660a9434d", + "id": "5f45553c-9a2b-4bb9-9340-a37ff8dff868", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126789,7 +127571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc264df2-da39-4483-a6c5-b883b8f33c7d", + "id": "f9f4c3cc-6729-43c6-be64-36693f10d3f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126845,7 +127627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54079422-5aaa-4be0-9e79-78ddc616a13e", + "id": "bf6cb311-1f1e-43bd-b9ce-067604a8a5fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126901,7 +127683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b0222a7-6152-4b59-90ee-ec6838ece68c", + "id": "f4f902e1-8672-4897-82f7-b8b14e96079a", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -126957,7 +127739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deb02f2b-413a-46b9-89e0-bb24361c1663", + "id": "049af447-c2fb-4739-909e-0815074ab763", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127013,7 +127795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd0fec71-d5df-42e9-9aff-7ba9331f59f8", + "id": "ff6cceef-cecc-4ca9-aacb-256a861f5065", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127081,7 +127863,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": "1db91beb-54be-48a2-8ba0-b4c1a4e62b75", + "id": "ef5e6f6e-935d-4620-a963-0d7ca95ec2d0", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -127120,7 +127902,7 @@ }, "response": [ { - "id": "b0237bb8-82f3-48a7-97f2-72e18151a565", + "id": "e0111d26-80ad-4f66-9e0d-dece1c2e3ad3", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -127173,7 +127955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd502886-6c71-4f14-b201-e4f2911f7ca5", + "id": "2e8afb7f-c63f-427e-b0f7-be145723ece7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127226,7 +128008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a0979b4-879f-41a2-b829-3a0ef9f1fdce", + "id": "2a350d78-6307-4a88-b3a3-53433bca2025", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127279,7 +128061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "759d3c3f-046e-4251-b671-bc56f9054bcb", + "id": "898d86d8-c280-496f-9ddf-3bae22c2f228", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127332,7 +128114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84a7b771-705e-4247-9119-05fd322db86c", + "id": "5e9fe5e0-ff50-4345-b4e6-0753e90742c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127385,7 +128167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cabae35d-ed62-4d8d-9915-805a3f046ce6", + "id": "b15ebdb5-4e33-4687-8323-f3563445d181", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127444,7 +128226,7 @@ } }, { - "id": "857ace30-1ef3-4304-9093-622971387c93", + "id": "64dafc23-9ce6-4133-a328-800a44601448", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -127486,7 +128268,7 @@ }, "response": [ { - "id": "52da3555-3319-4063-a159-dfcbdfb1007e", + "id": "42bf83f2-e09f-4b61-ba7a-f149a84692aa", "name": "Request succeeded.", "originalRequest": { "url": { @@ -127542,7 +128324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a6c0fac-01ab-4288-9c1a-ae5ecbdf3484", + "id": "19efc97f-3f88-4f2d-947f-8753621b382c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127598,7 +128380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e8eb08b-79d9-416a-b5b1-dd297c6e26a2", + "id": "9db3a09e-70b2-4140-b771-1c00579321d3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127654,7 +128436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66cf3cc7-1a1a-451b-ab44-c7860690a000", + "id": "aa162f8a-c618-40fa-9d6c-b226393e5560", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127710,7 +128492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5295fd13-ce59-44e8-908e-8b915ad7480a", + "id": "10d1cfa2-1a9f-4c6f-9a10-1d16dcd1215a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127766,7 +128548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "921833b6-ec59-46bf-af33-366f9769719a", + "id": "e0568e93-ce8c-4e64-8156-dc018c8ea7d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127828,7 +128610,7 @@ } }, { - "id": "4a5fb0a6-a312-40fb-bd3a-9e8876729a11", + "id": "edeb18f4-9eea-4f7f-bb20-f1b99fce5d12", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -127869,7 +128651,7 @@ }, "response": [ { - "id": "5f183eba-91f4-4408-acfe-65bcb8095e55", + "id": "ab6dc9cd-fffe-401c-8636-280daaa747b6", "name": "Request succeeded.", "originalRequest": { "url": { @@ -127913,7 +128695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f41fba60-6da3-4bde-a932-4931ba0ad1bd", + "id": "4cd0694a-6231-4ca3-b8af-d4a7bdc719ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127957,7 +128739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dfbb025-a0d5-4b2d-bab3-38d40fae4f30", + "id": "f7aa51a5-3417-42ff-93a0-053a98e2e839", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128001,7 +128783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c58da8c-ec5a-45de-89c1-4f2bb960af90", + "id": "5f9dcdcd-cb9b-4b7a-9e43-97f53da31eee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128045,7 +128827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11a1eb90-b7de-4159-8c37-c1ccc5f7cd26", + "id": "b9cd84a1-e39b-45e9-be2e-216987b7bd4b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128089,7 +128871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b88dbc23-19ed-44c5-99cc-060c30444309", + "id": "9fe9cd73-1f45-4e5c-b922-258c7f2fc1cd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128133,7 +128915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89e73051-de46-41fb-8fbc-6a458c9d2d10", + "id": "1ac6d60e-0d57-45c2-b7c4-a854e15bd0e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128183,7 +128965,7 @@ } }, { - "id": "4539151b-5c00-4560-9646-b62636fcc5bc", + "id": "b31f0f3b-210b-4011-9719-9727315b767f", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -128224,7 +129006,7 @@ }, "response": [ { - "id": "2099b255-0b72-43f3-9237-95d5dcef2d16", + "id": "b3a779bb-2cde-4ebb-930d-9a70fb661aff", "name": "No content.", "originalRequest": { "url": { @@ -128258,7 +129040,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7ddbce04-15cc-463a-a4e0-725aa3155f0f", + "id": "cd7da19b-2a4f-4f9a-8c37-6c97d5f6dcd2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128302,7 +129084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c820e731-a34a-4b63-8294-fb5ac2dc1e1b", + "id": "45f28bc5-69b5-40c4-b181-1213972201da", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128346,7 +129128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef10927d-115f-4faa-b649-bd56aff769e1", + "id": "ea475e62-fdd1-4a6f-82a9-96a8ed2d10c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128390,7 +129172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dedb1e5-27f8-4dba-aba0-0d522473f6bf", + "id": "7fc21875-9b13-4f52-a27d-61809cf8ac10", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128434,7 +129216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a517cab0-7265-47c8-a9ea-b7338856e48d", + "id": "cd9c37da-d8bf-470f-ab97-d7d24d31d990", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128478,7 +129260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8174834-2698-4237-927b-3802a7fb89c3", + "id": "d345fa5d-b08b-4654-8d19-88bed00e161d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128528,7 +129310,7 @@ } }, { - "id": "2ca41ab5-3f61-4c90-a19d-2fb9305a2b7b", + "id": "7f5954b1-2597-4b81-9e96-ac0ebb1b7f72", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -128582,7 +129364,7 @@ }, "response": [ { - "id": "2a2a65e4-018d-427a-b0a1-42923ec1e762", + "id": "51ac3427-9bee-477a-ae27-c6c1166ce342", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -128639,7 +129421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d191f8a-0e06-40e8-9cd7-d4026ef92916", + "id": "b4ecace2-b870-4687-88e7-7bf1438453b3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128696,7 +129478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43f7f7fb-0a64-462c-9f53-7e93a0dc1629", + "id": "4acd10c5-0394-4c9e-9566-463c2014f7d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128753,7 +129535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "225d22db-8c23-4489-b028-709015945d13", + "id": "83856f9f-5980-42af-b447-0420e78f360f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128810,7 +129592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6325c1c9-c2e9-4432-8c88-d3bc7d2d95e3", + "id": "a97fb841-633b-4e70-b610-4b0881c8cdf7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128867,7 +129649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4ad7b75-9e9e-4823-8a2a-b49aa2fc191b", + "id": "73136e68-9b87-46f2-bc9f-ad510335b1dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128924,7 +129706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17fd4732-70ee-4b7a-8a47-5b92cb859b7a", + "id": "32be55df-7f3d-4e50-bc33-0c4d4234ae0e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128993,7 +129775,7 @@ "description": "Operations for managing org configuration settings (eg. time zone)", "item": [ { - "id": "f9afa975-e5dc-475b-a536-2b2a42f52b4a", + "id": "5a73fc51-be9d-4fcf-b57d-236f59885387", "name": "Get Org configuration settings", "request": { "name": "Get Org configuration settings", @@ -129022,7 +129804,7 @@ }, "response": [ { - "id": "e239c28f-d6ef-4e87-b490-3d0e03c86a3b", + "id": "9f778cef-eecd-4e89-a266-77564b1877de", "name": "Request succeeded.", "originalRequest": { "url": { @@ -129060,12 +129842,12 @@ "value": "application/json" } ], - "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"ut fugiat\",\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\": \"aliquip esse dolore\",\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": "21b3bed5-4ca7-4233-9d1d-4ad0090ac83f", + "id": "abafbe28-0998-46e4-b51d-7b0449d996fd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129108,7 +129890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7a9ca03-2ddb-401e-8f3a-77220469446c", + "id": "403d74e9-d8e1-43d2-bf43-05ce71907e80", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129151,7 +129933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef368e8e-1cf1-46aa-8763-e83a3351dfd1", + "id": "ffdbe249-a4dc-42d9-96a9-8abad35c63d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129194,7 +129976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a77acfe-a248-4bda-91d9-d45b492c3f0d", + "id": "c79b66cb-3d3d-4e37-a354-a8b76a2a4cb7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -129237,7 +130019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0a289e9-a502-4e81-a21d-faa2fc52a48b", + "id": "dff64be3-d3a2-4ba9-96a8-572bfedc65dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129280,7 +130062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "277f170b-9244-4103-80f0-abc6379eb861", + "id": "2ac8191c-d706-4298-a857-f8a47c964ddf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129329,7 +130111,7 @@ } }, { - "id": "4c805174-a529-4da5-a9b8-a0d3896d4e22", + "id": "6132dc23-41cf-4618-93b4-381edaf23245", "name": "Patch an Org configuration property", "request": { "name": "Patch an Org configuration property", @@ -129371,7 +130153,7 @@ }, "response": [ { - "id": "4baa58ec-5a96-41ec-bd34-90b31ce6619b", + "id": "4d1c65e2-b709-4cb6-94e9-5a54a39e316a", "name": "The Org was successfully patched.", "originalRequest": { "url": { @@ -129422,12 +130204,12 @@ "value": "application/json" } ], - "body": "{\n \"orgName\": \"acme-solar\",\n \"timeZone\": \"America/Toronto\",\n \"lcsChangeHonorsSourceEnableFeature\": false,\n \"armCustomerId\": \"DE38E75A-5FF6-4A65-5DC7-08D64426B09E\",\n \"armSapSystemIdMappings\": \"ut fugiat\",\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\": \"aliquip esse dolore\",\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": "ad9d751b-fbac-4d00-80f4-9586144fed8c", + "id": "9dd573dd-590a-4eb3-9cf2-e6b534ab9d8b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129483,7 +130265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0507ba5a-bc60-4237-85ea-1da27a057df2", + "id": "d50cef33-2f31-469a-b9a4-b253a1ec882f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129539,7 +130321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5132ee6e-4ef4-424d-adee-6347b42aade5", + "id": "e8ae0da0-e7ed-4115-ac25-47ff928330d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129595,7 +130377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed668e77-035d-40bd-a9dd-c2594936364d", + "id": "b16f3ece-4c4d-4373-b20b-a163c64f86d8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -129651,7 +130433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54dbffbe-7b8d-4b4a-a416-cf1318cebb75", + "id": "f8dc5485-f863-4d85-ac7f-adf4ba8540b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129707,7 +130489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc3875d1-df47-4cd9-81fa-b61abe5344f2", + "id": "9248b3e4-52a3-45f3-b99d-b1a9497a0d11", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129769,7 +130551,7 @@ } }, { - "id": "28ee82af-9a07-459d-9bea-85aa463e28c1", + "id": "3e1b3d39-d404-4220-a176-b040271ff8f4", "name": "Get list of time zones", "request": { "name": "Get list of time zones", @@ -129799,7 +130581,7 @@ }, "response": [ { - "id": "45db425b-7120-435f-b349-03f84d34c6c1", + "id": "367a886e-2e4f-4f7f-9b7b-82a405862629", "name": "Request successful", "originalRequest": { "url": { @@ -129843,7 +130625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b49a2c8b-6df7-433e-ac03-6f2bc2ea17e4", + "id": "ddeb987f-7f87-4ab5-910e-0b3ad067f3c8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129887,7 +130669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2b2eb51-84c5-43e3-a426-43b41d8a7fc2", + "id": "ad692b2c-9980-4ad6-a55d-04df9209e025", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129931,7 +130713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c837e39-c88b-4d6b-9c2c-2b948763b6ae", + "id": "1f86f849-6c32-435a-ab1d-2103e3896791", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129975,7 +130757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5934442-b72b-4317-a562-93fedc0294ff", + "id": "76186bd0-576c-4d29-b512-a734466711d6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130019,7 +130801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b16dbe2d-27b0-4788-8084-20a819e1fd9a", + "id": "d183010a-23b4-47ae-911e-adc595db37c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130075,7 +130857,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": "c45c91af-717b-4d6b-8874-729ae1ef935a", + "id": "863806ed-ba01-48e2-a3c9-2ebb2bfa889f", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -130104,7 +130886,7 @@ }, "response": [ { - "id": "18110b9b-e837-4ab2-8d2d-d4c2904c26f7", + "id": "1b2fbe1c-26ce-45f7-8f15-8933cfc6a126", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -130147,7 +130929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "585490cb-53f5-40b3-9486-aaca44f7b864", + "id": "f5fc26f0-ec61-4a5d-8cb5-fa80fcbfd678", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130190,7 +130972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f3cc832-e914-4ee3-bc7d-bf4fb5ca63b0", + "id": "31981f86-79fa-4f16-a545-951f267d07a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130233,7 +131015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73679826-82da-47b5-a588-5d7cd0bf8cd5", + "id": "52a337cb-afb0-4906-a129-068b2f0e486b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130276,7 +131058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10880f99-e6fa-4116-9512-84def9108ffd", + "id": "bc63faeb-59d2-4037-9b5d-b78b3787b9bb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130319,7 +131101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "209ffacc-4290-4f1b-a319-985cfe41aff3", + "id": "f46882ed-1f07-44ad-b099-e1e5f68d385f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130368,7 +131150,7 @@ } }, { - "id": "4a27f9fa-1efa-495c-8d12-6b0c539408c4", + "id": "444c33e0-2b3a-4db1-b400-caa789945323", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -130410,7 +131192,7 @@ }, "response": [ { - "id": "58f43cff-715e-40e0-b654-6d1067891c5e", + "id": "deabee6b-b1a1-4ffe-9c00-aa435113b0cf", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -130466,7 +131248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48f4b88f-95d5-43ba-8cdc-f23ee15f0d2e", + "id": "5e6fd898-de7d-40bf-971d-726c00e55ac3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130522,7 +131304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c899f592-b330-4998-abb1-9cccbfaa9e90", + "id": "32fab395-21f1-4549-8048-77358317704a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130578,7 +131360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "906b78c5-7dc1-4998-8621-1fbf02a0c8cf", + "id": "77e5dd73-56e3-4142-a9e8-b0ae76e800e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130634,7 +131416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0df40288-d081-4055-8c9f-5ab4b651ff76", + "id": "90fe94e5-4766-4113-a56b-4c0b865b7c07", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130690,7 +131472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8d64c3f-417d-48ba-9b61-354447cc0971", + "id": "7b08bfa4-4056-4d13-bf20-5d47f6801d7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130752,7 +131534,7 @@ } }, { - "id": "225fa171-4b04-454c-9388-d30b308f9f40", + "id": "d30d0bb7-7137-4242-9484-fc5d73395bbf", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -130794,7 +131576,7 @@ }, "response": [ { - "id": "2a5e87bc-eadb-4576-b1b4-21c5835a878b", + "id": "cc4efdbb-a649-4157-a09a-4f31bc3739ec", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -130850,7 +131632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f76ab60-d7b8-482e-86ea-a8eecc4f1648", + "id": "d52de40c-f57a-4e0d-98cc-c0a703cf38a0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130906,7 +131688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47290646-67e0-415f-9958-33637243aac4", + "id": "88cbcd84-3447-4e6c-9622-54675c2efaeb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130962,7 +131744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4457ca2-2c46-43ca-9ae9-9079c3da94cb", + "id": "af9c8d7d-581d-4597-aa96-981d9e75c2f0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131018,7 +131800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db20c753-0adb-4200-bca0-4166e389fff2", + "id": "ff5a9aa0-7102-47fb-918c-a8eab455f3b4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131074,7 +131856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57681c64-b535-4529-8f78-cb5d76453692", + "id": "4f94969e-1098-42a8-afc2-b44777be5ca4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131142,7 +131924,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": "7200b3df-31ba-4719-b735-c4ae9b8629d6", + "id": "99bdec23-aba3-4146-bc47-4853b48436d3", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -131171,7 +131953,7 @@ }, "response": [ { - "id": "4d31ae6a-be92-4325-a2be-100daeb5c1a1", + "id": "96a3212b-8758-4001-8398-ede27b017bde", "name": "A password dictionary response", "originalRequest": { "url": { @@ -131209,12 +131991,12 @@ "value": "text/plain" } ], - "body": "reprehenderit proident Ut ad", + "body": "occaecat Excepteur", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "a8458350-f584-4a46-878e-ccb14367c3dd", + "id": "89740e50-aa1e-4af0-8a5c-7cf73d9849de", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131257,7 +132039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2046713e-ae28-4455-9756-08e7cd906af5", + "id": "a6254aeb-6bca-4894-80c1-ae8accd50488", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131300,7 +132082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03081bb3-7f5e-4180-b0c1-0312c430782b", + "id": "24215f5f-65c9-4d81-a46d-7df2f8d2e12b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131343,7 +132125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1299c0e6-1ee7-48ee-9e45-f64d56a45b56", + "id": "7fb68b33-13ac-4d3e-b065-4628666618a3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131386,7 +132168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bafdd0d1-0aad-4f2e-a622-8c392635ddbe", + "id": "9991d763-ff91-4d65-9340-24c33a4e010c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131429,7 +132211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7fa1121-59c9-4eae-b79b-9fe90a94aed7", + "id": "984fe176-0a3a-4595-bb65-a4a48e24dbeb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131478,7 +132260,7 @@ } }, { - "id": "a3bf4868-7cca-43fd-bef3-bebd7cb28754", + "id": "17c1a761-9591-4c42-959d-f985d38ac192", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -131516,7 +132298,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -131524,7 +132306,7 @@ }, "response": [ { - "id": "c383d793-a5e9-4070-a6a7-1169abf90967", + "id": "64cf8542-c9ea-4f25-919a-3cf6d9677f25", "name": "Successfully updated.", "originalRequest": { "url": { @@ -131561,7 +132343,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -131574,7 +132356,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4dcef614-d5b0-4544-b578-d9988d0f26f5", + "id": "a36de1f9-a0cc-4b27-8f75-54f0fe871e55", "name": "Created.", "originalRequest": { "url": { @@ -131611,7 +132393,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -131624,7 +132406,7 @@ "_postman_previewlanguage": "text" }, { - "id": "26acf11e-e379-4c80-a9e2-65144c057e90", + "id": "496e0364-8e66-4ce4-8323-e4376d070748", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131665,7 +132447,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -131684,7 +132466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "495d4426-8ddc-446c-9783-107e70826f1f", + "id": "c151a4b9-8d19-4777-9b54-6425977077f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131725,7 +132507,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -131744,7 +132526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30dc094d-e3b6-4f94-9244-91c728d628d5", + "id": "ef7c175d-7700-4051-8142-44f036becbfa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131785,7 +132567,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -131804,7 +132586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6dc3a1f-6eae-413e-b5ea-b03cdce50690", + "id": "a7f90f1c-048b-4c7a-986f-2e74bbb8c21a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131845,7 +132627,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -131864,7 +132646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "464022fb-6edf-41ab-9eb0-eefdf3c87483", + "id": "b2899e96-effb-4531-a54e-57d292bc2bc1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131905,7 +132687,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -131924,7 +132706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b837fa23-a3da-4ee3-aaf8-7b87a8f84340", + "id": "08bd2fcd-d095-4530-8901-a89607ecebcc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131965,7 +132747,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -131996,7 +132778,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": "a3d0f599-d578-4fb2-b285-40f8439b3f6c", + "id": "44fcb5e6-462c-4d63-8ee6-7935d9c3175a", "name": "Generate a digit token", "request": { "name": "Generate a digit token", @@ -132039,7 +132821,7 @@ }, "response": [ { - "id": "d2ceb1de-8000-44d0-9b35-f3e9ee6a764a", + "id": "219846f0-a313-4e66-a1a6-c0894722fdfc", "name": "The digit token for password management.", "originalRequest": { "url": { @@ -132096,7 +132878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42269109-6181-4473-9532-3f6295d28fca", + "id": "4e1acac3-8f50-450e-8346-450231b3c65d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132153,7 +132935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac903cef-bc5f-44e9-844c-20fa23428577", + "id": "6d17ae14-9664-4b51-aa41-a2715c17aeca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132210,7 +132992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01ee9431-bb4c-44db-902d-57d1adbef5d4", + "id": "098539aa-46a3-4942-b2cd-62375b6f605b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132273,7 +133055,7 @@ } }, { - "id": "ee119eb0-ed50-4eec-b15c-090191c220d7", + "id": "29ae7f46-c347-4910-9256-7d646ba99093", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -132315,7 +133097,7 @@ }, "response": [ { - "id": "1fe84513-6d25-4890-aeab-7496bc504134", + "id": "175165c2-a3d8-43ec-ba4f-e501c614aefa", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -132371,7 +133153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "601e8ee6-00b4-4136-925f-b8717edbb052", + "id": "40b8596d-f5b4-4a68-a367-bcc6a0950b8b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132427,7 +133209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0d3e6e0-90a1-479e-9dd2-a14acdb71ff3", + "id": "154d8ed8-0c4c-489b-b508-21866d6d1a5a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132483,7 +133265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6d379fc-1f95-4292-b41e-3d2fe36326c9", + "id": "9ecc1ef2-794e-4963-af11-57b8ba1cd8a5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132539,7 +133321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7bf5fcf-1cc2-4148-bb2b-a1a2b03033ff", + "id": "403456a5-8deb-4667-9630-ff8d7881f43f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132595,7 +133377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7271034e-16ad-4b89-a21e-b4db95986641", + "id": "383162d0-017d-4997-8d30-2f0c4e71de4f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132657,7 +133439,7 @@ } }, { - "id": "c4c51101-6ac2-41c8-9867-e87dd2f074fe", + "id": "539a0219-5977-44c0-9ee9-f0447e8c77e6", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -132699,7 +133481,7 @@ }, "response": [ { - "id": "d3ac76e4-00c2-4b4d-8985-791c0640f00d", + "id": "3ed69491-d5dd-4de9-8f5f-a0ba9880949d", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -132755,7 +133537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a265c6a-1479-4f74-b8c9-b4870b58204c", + "id": "cfe33dc9-f426-4948-a1ad-e77986c7a0ad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132811,7 +133593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95db2e34-338b-4189-b4d7-08ed835c4a70", + "id": "d2b14001-3f7e-47ab-ba27-507454f6b753", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132867,7 +133649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40d3197b-619a-4028-b64d-a720023a4d7e", + "id": "7ae7a491-32d5-45ce-bd49-0835a49d07c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132923,7 +133705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fff6faf9-e671-4b3b-899c-4b44df1e5862", + "id": "a835af94-2f00-460d-934b-db42a79ee89c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132979,7 +133761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5fc4271-07e8-43df-bf97-24cf845d904e", + "id": "d2f7a6ac-8405-493d-bec2-34e3fabfc088", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133041,7 +133823,7 @@ } }, { - "id": "5fa47bbc-f386-4f31-bd27-7a7d49def4f7", + "id": "7f482aba-cae1-408e-a6ec-d1a76635579f", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -133061,7 +133843,7 @@ "variable": [ { "type": "any", - "value": "reprehenderit proident Ut ad", + "value": "occaecat Excepteur", "key": "id", "disabled": true, "description": { @@ -133082,7 +133864,7 @@ }, "response": [ { - "id": "2e38f939-2df4-4bb0-ada5-90700bcd07c8", + "id": "81477336-ee88-41bf-9d37-085032251ef6", "name": "Status of the password change request", "originalRequest": { "url": { @@ -133126,7 +133908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7655aed0-6017-496f-b037-05bf7adca9cc", + "id": "f88ccf21-cf7c-4a0b-9039-51ad95630bc7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133170,7 +133952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e01d6fdf-856c-42c9-a6fc-611b78293e7e", + "id": "d34d279e-edbd-4dd5-849f-920bc369d75d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133214,7 +133996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16264b80-5576-472a-96e5-5ab61477120e", + "id": "7fe2910f-9fd0-4c49-9c1b-427a94ac73a5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133258,7 +134040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fa848e3-960b-485b-9924-06a3016f3f31", + "id": "d4fa0e4a-efb0-45df-8948-d8dbe2afb1b5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133302,7 +134084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8509e99a-4f5e-446a-8cb8-5dda6af27a50", + "id": "c5993b86-b644-4922-b39d-7b699c3ccdd0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133358,7 +134140,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": "7e6dab28-3d0a-4389-8cba-454d2214f314", + "id": "45585ebf-9c32-4675-beb0-bf1da8480461", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -133415,7 +134197,7 @@ }, "response": [ { - "id": "a0cff062-a2ca-4f25-8ab2-70d200340e28", + "id": "06036868-1bb8-40df-bb63-f170221fcbae", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -133486,7 +134268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "040eaaa3-39da-45c6-b577-0145d925e0cf", + "id": "5933ed03-72c9-4670-91d2-57e5d7bc9a07", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133557,7 +134339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71d3808d-1902-4058-a0bf-e78061a29c85", + "id": "0e737227-30ab-4f09-b4b1-c2c82b82b993", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133628,7 +134410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ac1c816-3c8e-4e5d-be6f-8be434d9d076", + "id": "cf33ddbe-8b86-4e92-a4c2-419911e23010", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133699,7 +134481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aec76ce-bb81-46c8-87a1-374ae25a6068", + "id": "0bbd0e74-db9c-4a91-8c35-7b3c136d56a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133770,7 +134552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c121616f-9d3d-47f8-8e0f-8786dee228b7", + "id": "a317bd20-18f6-4a38-973d-57af4fe92411", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133847,7 +134629,7 @@ } }, { - "id": "bb201fa4-fc05-498d-91ba-3537217e33a9", + "id": "ee042461-1fd7-499e-8d2a-7ffd47f44a4e", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -133889,7 +134671,7 @@ }, "response": [ { - "id": "7a622825-e578-4f8b-892b-12191ea8bfff", + "id": "224fbb75-e7c4-41cc-8df2-34f15c57d16b", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -133945,7 +134727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9d3204a-da07-42d8-ad65-c233048fa1c3", + "id": "1ecb7ecb-6296-4652-812a-5001ae87d244", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134001,7 +134783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dc18ced-a081-4aca-a1af-87518cece21c", + "id": "cbfd3270-7748-4b26-8671-9912fceb838b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134057,7 +134839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4ec6293-159e-48b6-b99f-556716a527fc", + "id": "88204a3d-848a-44fa-831b-bef68e520363", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134113,7 +134895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a11d1575-4bd9-4ec7-ae4d-daaa601d1ac5", + "id": "2c6a8a41-c94b-4c75-8437-314074415dee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134169,7 +134951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b84839d-3568-4357-b2f8-02c46f7c5ed5", + "id": "3fa21880-3186-45ae-b073-71cf60948b7a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134231,7 +135013,7 @@ } }, { - "id": "81cca6a0-5344-49fa-9599-c323d8094b7a", + "id": "ceafcd05-a00a-4a85-bd86-bf17644ad614", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -134272,7 +135054,7 @@ }, "response": [ { - "id": "db9c983e-097b-4fc7-b531-62ddd6ebba16", + "id": "dc17e8b0-d340-4533-bfe8-ffc3f803bf71", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -134316,7 +135098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92df3a1b-056d-4fdb-8bff-1a120543d41f", + "id": "58342290-8b06-461b-afde-6be72a973148", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134360,7 +135142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8863fa0b-90aa-4893-a16b-665ce0fe2a16", + "id": "326fa611-12e1-42d1-a0ec-0c57122b1d87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134404,7 +135186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "833811bd-0154-464a-a26c-c5c948fd4c02", + "id": "845478ba-a660-4871-822e-1c0bbf412b57", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134448,7 +135230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b151f1e0-7093-46c2-94ee-4b5c80538d8d", + "id": "11354e1f-7ef8-453e-a0d7-60c51768e526", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134492,7 +135274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5888fc6b-7fbe-455b-ad7c-4e5112514a7a", + "id": "5dfab146-0358-4e17-ac3d-99824a3a49dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134536,7 +135318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcd402c4-6828-465d-9798-5aa5d6230946", + "id": "64d96ffb-944f-4b92-9182-6c0125a5b201", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134586,7 +135368,7 @@ } }, { - "id": "40e18ff2-591f-4b38-9602-7fc42ea3541a", + "id": "4a67babe-dd49-4425-a5e8-7a819c47e93d", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -134640,7 +135422,7 @@ }, "response": [ { - "id": "5ed03f8b-7401-457d-9b53-312100a68c22", + "id": "55ac506b-1d1a-4845-863c-78973a01b1e0", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -134697,7 +135479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1fea817-17b8-4c0b-9d3b-627b5c5e6ef0", + "id": "392c73e0-6d90-47c8-8278-b8fc4ff58c2e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134754,7 +135536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d470a63-29c0-4ed4-bb75-c472d8b11632", + "id": "b3341968-7033-4ba6-ab04-d53e20b3fb10", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134811,7 +135593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b2afc32-33ba-4b83-8088-e79f12ccde81", + "id": "0da15942-d517-44b9-adc6-06e521b2eb40", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134868,7 +135650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad34231b-1806-4302-b959-f920b3f711e4", + "id": "567fa876-bfc5-433c-a5d6-b61a11bc94b9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134925,7 +135707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c55fc57-3e04-420e-b64b-dd582d455d52", + "id": "944f10f9-8a37-4abf-a3f3-af4c1b8f395b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134982,7 +135764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90d4c3e9-a9d4-4566-b091-834177d7bf47", + "id": "b663e092-84a3-42c2-b520-59c5fee73828", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135045,7 +135827,7 @@ } }, { - "id": "a8ac6bac-8e83-4ac6-958f-7207000c9bb0", + "id": "a9221170-7f22-49be-a68c-9b6ee3113457", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -135086,7 +135868,7 @@ }, "response": [ { - "id": "a51cb182-4389-475a-ad9e-81c08c799ef0", + "id": "e2bfa778-8371-4f22-8d62-e2ab382c1134", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -135120,7 +135902,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b17cb56a-3e3a-42c4-a6c6-152329891445", + "id": "d03c6a1f-3a85-4cf7-a017-6e8292f8fc72", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135164,7 +135946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a87986f-a75a-4a7f-b1f0-0236ff14b50b", + "id": "5219606d-1c2c-40b5-81d4-9beb33fe9b1b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135208,7 +135990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a8e08e8-c953-43bb-b2cb-fa4a26dc0f44", + "id": "7b33c5c5-c819-45e7-9369-cc9a8cf28a31", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135252,7 +136034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2e4c13b-6f29-4d2c-b5c8-8191255842f5", + "id": "76918211-69c2-451d-a297-2d3157852fc1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135296,7 +136078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e81c8cc-fa90-4992-8f50-ae29782ed003", + "id": "9e590ddf-2721-494d-bbf2-542a67712026", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135352,7 +136134,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": "e599ce34-a905-40cf-9454-95f0f2d52830", + "id": "399f2920-c1b4-4087-b488-649b9fc62897", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -135400,7 +136182,7 @@ }, "response": [ { - "id": "3476d00a-15b5-40f5-842b-141d4c689d71", + "id": "45056e39-3e7e-4724-b072-a530e8601b4d", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -135462,7 +136244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf268df5-038a-4869-b73f-588ce9151bd6", + "id": "8a14814f-d44f-4ff7-ab2e-c61d273bc4e3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135524,7 +136306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5070877a-27ae-46b7-92c2-89384a667b4d", + "id": "ef889743-c2ab-4cd0-8888-28fe10cf70b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135586,7 +136368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46bc26c3-58db-4e04-b63d-572610c8cdc7", + "id": "c4c6d90c-c980-40eb-a642-c886ddc9df00", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135648,7 +136430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c3d31be-419d-4f48-9928-b526c42982d3", + "id": "d0688557-5755-4ca4-bb82-80e35934a928", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135710,7 +136492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e93dd369-a93f-4150-b2f7-cac7c02c2431", + "id": "907fa343-948f-4f05-9b22-1f4b2e8b5c09", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135778,7 +136560,7 @@ } }, { - "id": "034f7b86-3d4b-4d2f-833d-c7e517846130", + "id": "1cd85c80-2a84-41c1-a312-b1c699680937", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -135820,7 +136602,7 @@ }, "response": [ { - "id": "317dabb4-0b4d-4d20-a9f1-344ddc8366a2", + "id": "5a52a6a0-42ec-4053-b424-a9ddd9c55fe3", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -135876,7 +136658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaad58c6-21ab-4da9-a5d2-4cda56a61038", + "id": "bb978ec2-9df5-43b3-84f0-652bacbe160f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135932,7 +136714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62f7bae7-37ca-4c74-a642-19fa8c5d1120", + "id": "af9b0046-4c7e-475c-b37c-7f57df531d42", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135988,7 +136770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "219c59d0-8582-4ed8-abe0-64b30f45b6b9", + "id": "c61e843b-58f6-42e4-b768-8e8a31183cde", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136044,7 +136826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ac2d5c8-a97e-4b6c-914e-79d4332e951d", + "id": "e032e3bf-7fe8-4e46-abcf-da5b361faf11", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136100,7 +136882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c04aad7-49f0-42a1-a302-c0faaf8244a6", + "id": "98dc2de3-9af3-4320-addd-c07298ffc756", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136162,7 +136944,7 @@ } }, { - "id": "eb29663e-6ce3-42d5-bac5-cec119141c3e", + "id": "e3e3878b-fe93-4ecb-849d-3af5db9d0fe8", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -136216,7 +136998,7 @@ }, "response": [ { - "id": "729c993c-024f-46b8-8d04-a41145fdb4bc", + "id": "e910c6e3-639f-460d-92c8-c09502d3a93a", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -136273,7 +137055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a4336d0-90b2-4736-a290-2c8ef2902bdd", + "id": "037f3748-93c6-4fbd-9919-ae83e8a5cce4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136330,7 +137112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8893407d-0c9b-4b07-8760-4660b89dc9b8", + "id": "f00b1da6-c276-4ec7-8299-14fa83203f63", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136387,7 +137169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d202038-a30e-44fa-96eb-5e7c6b3181f6", + "id": "ce3fde46-de8c-4294-b543-f88fa85be03e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136444,7 +137226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb578a4f-3404-4c79-b43d-31609c941c78", + "id": "4234da7f-2da2-4395-ab0e-8f57e1ed4cd6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136501,7 +137283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8188b80f-aef6-4308-8555-a052ce637118", + "id": "f828a98d-352b-4a8f-9f05-e5e056ab1e98", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136558,7 +137340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d227ea1-541c-4cab-9667-6a87faa17d1c", + "id": "06d3cdda-9e10-4c1f-a867-13bd17475cf3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136621,7 +137403,7 @@ } }, { - "id": "f8f2f65c-61c6-4acc-9370-9e50a455d241", + "id": "c29d3d15-cb86-4648-8761-41d057f1c32a", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -136662,7 +137444,7 @@ }, "response": [ { - "id": "2c19a43f-13ec-42ee-9c34-479bb300a7cb", + "id": "d187b075-5af8-4581-bf0b-4cce13c2b4a6", "name": "No content.", "originalRequest": { "url": { @@ -136696,7 +137478,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c1c4da80-ed2c-44ee-9f51-68941c6567b2", + "id": "3ed96469-824f-4258-a220-db4e978d64cf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136740,7 +137522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f27450ba-2411-421f-b488-320c85070b3e", + "id": "42bf9dc8-5f06-4852-9c10-4704ae5b96c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136784,7 +137566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcdc7204-a122-4620-96d6-f5cee6709ffd", + "id": "bb977dcf-28ad-4b37-8169-f7c739c281e7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136828,7 +137610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae9266a2-f4fa-4e50-bcc1-27e582c957fc", + "id": "5534d03b-cd14-4f7b-a4b2-b580971655ff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136872,7 +137654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b5b6b97-5f5c-445e-a4ea-ecb6e8c25f3d", + "id": "5eea41ff-f71f-4049-9358-e1f83c92f77e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136916,7 +137698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3854e13b-faf7-4a1f-b4b6-354c71e29d79", + "id": "f2352f3c-3416-4cab-8f1b-ed31e077a86d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136972,7 +137754,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": "eb8a55ac-059c-486e-9166-ce9b1623698a", + "id": "1cf49565-3e3e-4646-856d-1d1d9c958ae4", "name": "Get Public Identity Config", "request": { "name": "Get Public Identity Config", @@ -137001,7 +137783,7 @@ }, "response": [ { - "id": "bfff1491-06a3-4b82-b9b8-3121892820d4", + "id": "d3bd1a3a-8ac8-4325-828f-fbf6044f6627", "name": "Request succeeded.", "originalRequest": { "url": { @@ -137044,7 +137826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e4d8962-73b6-47d8-af18-dd820c283f40", + "id": "0a83ec96-fe59-401f-b09e-cc714735e5cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137087,7 +137869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55a087cf-695c-4a94-a553-9b9a83449fae", + "id": "3fd1ff38-f383-4b99-839e-f7a1c818c465", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137130,7 +137912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5058db0d-e05d-4456-af92-eed30a647e62", + "id": "075fba8b-5753-45ba-8160-0ae7bf44c6c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137173,7 +137955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a41ab64a-ab12-4e66-8523-16af7aed9f0e", + "id": "0e9716b8-d573-4dd8-ab2a-6689035810bf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137216,7 +137998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4441c769-3144-482e-900a-4938f50835f4", + "id": "4283137b-4a00-437e-a236-e9f9fbb34472", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137265,7 +138047,7 @@ } }, { - "id": "7c14265f-fbf0-4be2-8b87-da06d6e934dd", + "id": "527359fc-793e-4a36-9cd1-6ac687d94b91", "name": "Update Public Identity Config", "request": { "name": "Update Public Identity Config", @@ -137307,7 +138089,7 @@ }, "response": [ { - "id": "3df06651-6c24-4538-9dc4-8554a812800d", + "id": "4ae20f0b-a4b3-4b23-bf0c-b9db0da3e69d", "name": "Request succeeded.", "originalRequest": { "url": { @@ -137363,7 +138145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "454b8d1a-988d-48aa-826f-039be1bf43d6", + "id": "f294cc83-a0f0-4dc8-bb18-a3b7d486f79a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137419,7 +138201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f7bf753-26f9-48dc-b13e-c180671e8298", + "id": "651c3ab0-5f51-4996-9a6b-4ea555987c3a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137475,7 +138257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d19ba2f-e0e0-4227-9148-0ed928ed3e56", + "id": "c5a36383-9495-40bf-961f-f3e3d2c70463", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137531,7 +138313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e79bcd3d-0a8f-46eb-8f6c-3c4d755855cf", + "id": "a1219357-93d1-4c1a-adf5-9350b3c0f07f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137587,7 +138369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca34aea1-1e3b-4805-8a6c-3452cf7d3408", + "id": "97285feb-b5bd-4f52-b915-92aee59fddc8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137655,7 +138437,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": "1ac694bd-3f4f-4ce4-8f24-1bb38aa10107", + "id": "bdf3ad1f-00f7-4b8c-a952-a3fc15289f45", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -137766,7 +138548,7 @@ }, "response": [ { - "id": "e4812aef-71ad-4c2c-a724-48d3e69ebce6", + "id": "f5f1ef9c-4c4a-4e12-9f04-a9cee0788095", "name": "List of requestable objects", "originalRequest": { "url": { @@ -137891,7 +138673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8bfd96f-da61-426a-ad0a-973740b60606", + "id": "0a24c674-120c-482a-81ee-7196961915bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138016,7 +138798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fe02174-0819-4181-bcd1-29a457f6e575", + "id": "b28ab52e-847d-44a7-aa14-b4f22bb8b04d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138141,7 +138923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9414d604-1044-4651-9724-6c9b842897e1", + "id": "350af6fa-60ae-4078-a466-d2f06c053f92", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138266,7 +139048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a8ce643-a4f7-4c93-aa31-0c55e9a7fa25", + "id": "905aeb81-07e8-42da-ad3f-39a2363eaf5e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138391,7 +139173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa6383ff-a43c-4eaf-aac4-49f33b3c6745", + "id": "3035f712-ac35-45b0-ab5b-dcc693d995b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138528,7 +139310,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": "fece54b2-b107-41cd-ac72-5a227f92965e", + "id": "dadc6be7-5992-42f7-bf64-bbf231606ad6", "name": "List Roles", "request": { "name": "List Roles", @@ -138630,7 +139412,7 @@ }, "response": [ { - "id": "470b481f-ae4d-4de7-a128-2347713140a6", + "id": "2bab468b-4bcc-4c60-b8c6-92d6370e134c", "name": "List of Roles", "originalRequest": { "url": { @@ -138746,7 +139528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9ec085b-64ad-4330-9b1e-e8e658666787", + "id": "77a2331d-2456-4a09-9da1-11467b6c029f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138862,7 +139644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9940059-4708-4b01-9dd0-c7f43455bbb0", + "id": "31a4fb61-e4a4-4b46-b33c-c2f982c24762", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138978,7 +139760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3497927-3bf8-484f-b28f-a0b08993f01e", + "id": "853a88b8-b276-4c69-8533-32ea0ac62ff5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139094,7 +139876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaa73673-33ab-4fbc-a017-5bc68a3a8788", + "id": "159729f5-2668-44b6-a82f-b1f41d14cd8c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139210,7 +139992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b37b62e-4eb5-4a58-ba9d-25da5ae4fab0", + "id": "752acf7e-50a1-4acd-9cb0-f7a11bf4f6ac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139332,7 +140114,7 @@ } }, { - "id": "9627e15f-81ae-4c90-92d0-63574bf8ad95", + "id": "a12cdae2-fa93-41ee-8435-0e807dffe6ca", "name": "Create a Role", "request": { "name": "Create a Role", @@ -139374,7 +140156,7 @@ }, "response": [ { - "id": "cc3937a4-f586-4144-a81b-1860d8bb9ade", + "id": "5896f084-099c-4b04-91c6-d474f50c89e0", "name": "Role created", "originalRequest": { "url": { @@ -139430,7 +140212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9466c40-0fc2-4e5e-a337-72a232ddaf60", + "id": "c831a5d2-8cd5-40de-be09-35e302690f97", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139486,7 +140268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ce22cff-1019-4595-83f3-78bc69b158de", + "id": "92ec5927-155e-464e-ba93-0802516b7934", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139542,7 +140324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff9d2d91-505a-41ef-a4b6-18b95976e69a", + "id": "d0696185-7eb8-4ac8-bfd7-85ef677cee38", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139598,7 +140380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9c9e009-a604-4fe4-99ac-0c9c2fa13a45", + "id": "257edef7-9ec5-4afd-9d48-4219689cc33d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139654,7 +140436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82a13c34-1219-4ac1-98ca-d9ef59946385", + "id": "c2966379-e819-473b-8273-946d6075e871", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139716,7 +140498,7 @@ } }, { - "id": "e3135b3e-cf46-4b9e-b49e-6ce18c60fb51", + "id": "a638a9ba-fd64-4ffd-a335-65673febc4cd", "name": "Get a Role", "request": { "name": "Get a Role", @@ -139757,7 +140539,7 @@ }, "response": [ { - "id": "be4014eb-8884-4a18-9f13-609f1d02d341", + "id": "7e889388-62c9-44a6-8841-0763f91c780e", "name": "List of all Roles", "originalRequest": { "url": { @@ -139801,7 +140583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77f6947e-6588-4618-ba99-a4885abf0271", + "id": "b1bfc436-b737-4697-936d-594cce192a0c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139845,7 +140627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21367e3a-b2c1-47c9-ac7d-a8108110b15b", + "id": "70a144fd-cc7e-4e67-a22f-d9b2f86f7077", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139889,7 +140671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50b997aa-3b31-4aa7-be0a-8dccd191262f", + "id": "97b5ba1b-1642-4355-97d5-032ca489e1cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139933,7 +140715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b73b0cfd-bb20-4bdf-9d87-6e988b6e6f71", + "id": "42c0c4a3-c4e4-4bf0-9eed-1a5f0c29cd66", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139977,7 +140759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b6e2817-3d03-41cd-a779-726795c70a65", + "id": "23f4a621-d41c-44d2-9989-5c6ad8452a6b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140027,7 +140809,7 @@ } }, { - "id": "067990c0-9f9b-43df-a883-acbe8cd04dc0", + "id": "089f926a-b111-4e92-96af-0265268ce8db", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -140081,7 +140863,7 @@ }, "response": [ { - "id": "59f6624e-561a-48af-8e12-af6f95b9a206", + "id": "39327f07-06a3-4461-bb9e-b9bc9d6335b3", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -140138,7 +140920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d469e761-0db6-4eb6-a6fb-3d1da8b9d6a6", + "id": "d5f9fd89-b1d4-451e-a1fb-92e7655d9f6d", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -140195,7 +140977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dffac788-b753-432f-b366-124ce856bfdb", + "id": "f23022be-df49-462c-bb43-2c3fa84797bf", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -140252,7 +141034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed4484a9-14f8-4971-91ff-4bcf3dabd1e3", + "id": "c1307a10-ff0c-4d34-938c-c4d856c17ce3", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -140309,7 +141091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "909d232b-3e12-4e2e-b56f-6d806495339c", + "id": "40f7d19f-87a3-4d6c-8d43-db14f3479785", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140366,7 +141148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54e713d0-46c1-4131-bcc5-f6dcd298109c", + "id": "f511e8c0-285e-4d17-9a81-64723b9760f4", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -140423,7 +141205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0426ec20-d519-4c97-813e-91efd3f65f2e", + "id": "c82bba15-cd29-44d4-a46d-de5c22096abf", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -140480,7 +141262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f85fc96-1240-40e6-8d61-e3085fc9059d", + "id": "ee516b99-b956-45f0-b1dc-31ff5b726770", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -140537,7 +141319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a683a0e-3b09-46ad-94a7-334dbef80c54", + "id": "1ee9064f-d635-49ec-9bd8-524c21036b81", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140594,7 +141376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cb13a33-840e-4e74-ae4d-60bcf90a5a76", + "id": "0a21f989-92f0-478c-87e6-370e4562da5c", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -140651,7 +141433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1cf54fe-80d4-49fc-ba8e-1c286d9cc650", + "id": "fc8bb9f2-287a-43d4-8597-ed8f8d78d838", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -140708,7 +141490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c949ddb-9b9c-4a76-9467-0c7f4ecb881a", + "id": "a4ac092c-e08f-4a83-8cd8-5e48d2151c75", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140765,7 +141547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57dbaee3-4e59-4ed8-add1-fce3ea891550", + "id": "2c20068c-f9e3-4121-a540-83f76804e4ca", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -140822,7 +141604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9a65f23-5f9e-446a-b3fc-7aa131bf6a67", + "id": "e6a94456-d54a-4a1a-a0e7-d4bf57c7b355", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140879,7 +141661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13f31abf-1354-4648-bf13-dd95da344b6a", + "id": "89112dfd-cb38-4512-9137-669267dce9fc", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -140936,7 +141718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9d4f48f-7931-4959-83a3-6631ed2b111d", + "id": "e013d17a-809b-4c76-856a-52b0413a2778", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -140999,7 +141781,7 @@ } }, { - "id": "e4e08e81-bbb9-4203-8dea-9865045b3a28", + "id": "b5bd8bd9-cb50-4a10-993d-b0ab18d737b4", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -141040,7 +141822,7 @@ }, "response": [ { - "id": "a92f0a27-d8e7-4ecd-84e9-d90d9832d424", + "id": "c6500be5-6383-4fa2-897f-1bed2fa144e5", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -141074,7 +141856,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1af8d92f-28fc-428b-8556-da152d0bb9a4", + "id": "c0ad84ac-38e5-40a1-bbaa-ae7c7a342153", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141118,7 +141900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaec96c6-8741-4189-925f-1a0fb482ec3f", + "id": "869cc223-2bf8-46a9-8bcd-f5639dfd810d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141162,7 +141944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07b3be95-6132-49ce-8c9f-d32350973f08", + "id": "820d119c-11a4-498b-9833-4af0ff1c1328", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141206,7 +141988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb00d5ac-3d01-437a-8971-7d840cbb2b0d", + "id": "25e0c307-e8a5-458c-b70b-a12a0cbd53cc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141250,7 +142032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd854b4f-8898-47e1-87b4-94069e00ac41", + "id": "093d1dd4-e2a3-4542-9446-d21adb7edf23", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141300,7 +142082,7 @@ } }, { - "id": "05763af8-b6f5-412f-9ef0-1d7cd15e06dc", + "id": "f6a66e11-0d9e-4c3b-8e00-37ff428b0faf", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -141343,7 +142125,7 @@ }, "response": [ { - "id": "024b07ed-2548-40a7-b9b6-869cb3b6e975", + "id": "63ccf689-fedc-415b-8fa4-2a2b881bedd2", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -141400,7 +142182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7187dca1-6b14-49d2-916b-c6b0855202cd", + "id": "4cba7352-cf16-4c26-8059-c817740aac92", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -141457,7 +142239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f4f9ed0-c4a3-4466-bf19-ae1f62ea8a3a", + "id": "567ba22c-ce1c-478b-99f6-cfc7b7a1c69a", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -141514,7 +142296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04f70e0c-cb66-4dbd-874a-801ecb73a5e4", + "id": "288a3551-df58-4171-a980-92a8791a8ad5", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -141571,7 +142353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38598b8d-e56a-4c86-9ef3-435a3e0b945e", + "id": "2a9d3eb9-ed52-4384-903a-655ce4398cce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141628,7 +142410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fdb71a3-dcc6-4341-ae4e-7e4a2a0ced96", + "id": "d1b76e33-04b1-4903-8703-f41945f77e17", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141685,7 +142467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "796c6669-e523-4dd1-83bb-c4b0c5eae179", + "id": "1edf4322-2360-44f6-8dca-13e721bd4e4c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141742,7 +142524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ab02a8b-be46-4b81-9e47-58a0433711e1", + "id": "d70626a8-6310-4050-a6c4-50692cbfc60e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141805,7 +142587,7 @@ } }, { - "id": "071c67aa-5aca-4f4b-a291-924bc66c97b1", + "id": "0101f509-5aba-4a5b-9d1d-a4628f67c6bb", "name": "Identities assigned a Role", "request": { "name": "Identities assigned a Role", @@ -141890,7 +142672,7 @@ }, "response": [ { - "id": "85197104-183e-4016-8200-70f7bc974c0a", + "id": "e1e5a4db-c2a8-4bc4-8d06-546d5217f57f", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -141981,7 +142763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71b20b4a-1f90-4e2b-a38e-114bd9933c96", + "id": "527cb95b-cdd6-41b5-9f6d-23413a27cf7d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142072,7 +142854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bc9d9dc-8941-4216-833f-73c209804188", + "id": "963431e1-1bc1-4932-83e9-ef1eba652157", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142163,7 +142945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c926a0a-3b50-43db-bd94-85bf6792224a", + "id": "8b16963f-b876-468b-a2fe-91fc79fcef8d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142254,7 +143036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92f5145f-8b74-4173-813c-e29db199d9d1", + "id": "4c0fc886-a277-451b-b99f-8e78ab8fe0b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142345,7 +143127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37543477-82fd-45ae-8583-464dab73484c", + "id": "8f4fef94-5c45-4820-8da9-5c4fb3696c10", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142442,7 +143224,7 @@ } }, { - "id": "e51d3cb4-ac04-4991-afbc-f424e1ae4a0b", + "id": "4bb72359-d39c-4edd-87ce-15b61354a0c8", "name": "List role's Entitlements", "request": { "name": "List role's Entitlements", @@ -142530,7 +143312,7 @@ }, "response": [ { - "id": "a6e6c732-4658-483c-9948-1c74f2953a2e", + "id": "edea7f3d-11ca-444e-950c-e6530db537c6", "name": "List of Entitlements", "originalRequest": { "url": { @@ -142621,7 +143403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "436522b7-3e2c-47c9-ba8d-317422cfcfa1", + "id": "74ec4d5a-0639-4ef5-8675-022098d06dc6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142712,7 +143494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ac4fb63-58ea-4a2d-844a-b1e348200cf8", + "id": "fa75fd70-64b9-4198-a733-4b5017a54e51", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142803,7 +143585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75496233-804b-49fd-8c66-b6a1c8245ebf", + "id": "8bc401a3-701d-4fc4-84f1-74ba05e372cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142894,7 +143676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1845d6c4-7506-4e7f-97d9-f2b307ffe961", + "id": "27cf9735-6d77-40ef-89dc-228844f0515d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142985,7 +143767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "593890e5-5f96-42a8-bf30-4557bec4793e", + "id": "7b4b9a6a-3a6a-403a-8217-35a7ab304e01", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143088,7 +143870,7 @@ "description": "", "item": [ { - "id": "c286acbf-7c45-4c85-9a8c-e254899ea9e1", + "id": "361fca20-6d9d-4e8a-8ee0-e66eebf67578", "name": "Generate insights for roles", "request": { "name": "Generate insights for roles", @@ -143118,7 +143900,7 @@ }, "response": [ { - "id": "5bd9d216-1eb4-4c88-87c7-b98b3f13e483", + "id": "ff120ffc-cf2b-4204-a097-6971c87e3857", "name": "Submitted a role insights generation request", "originalRequest": { "url": { @@ -143162,7 +143944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afa1420b-0e12-40d3-8633-bd12896c1db7", + "id": "32f6b77b-5a13-4a52-8037-cf571646f1b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143206,7 +143988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac2c3768-0d91-473d-86a2-5793ba823e24", + "id": "284a767a-cf81-4d87-88f5-1c92d0ac4363", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143250,7 +144032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a971889-a388-4420-9fd2-c758108459ad", + "id": "f4da4851-6d2f-4857-aa44-46198144dc3e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143294,7 +144076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4a72058-0dee-486d-a41b-fcfb22c3beaa", + "id": "c6c00ee4-d277-4dd9-bc10-70093c6eff21", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143338,7 +144120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cf797c3-5eff-4452-8e88-3c878f19f8cd", + "id": "71469a69-fb51-42f7-b475-5d97d13bdd10", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143388,7 +144170,7 @@ } }, { - "id": "3296b170-326a-41c0-bd97-8bb86118daac", + "id": "64c38ccb-e55d-42d6-8da9-3685bf954a06", "name": "Returns metadata from prior request.", "request": { "name": "Returns metadata from prior request.", @@ -143430,7 +144212,7 @@ }, "response": [ { - "id": "2d4b7b64-02e3-4235-a8bc-0ef31291addb", + "id": "3173b8ca-7a71-4778-a0dd-3ea5f870ac06", "name": "Succeeded. Returns details of an earlier role insights request.", "originalRequest": { "url": { @@ -143475,7 +144257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4323fd87-1041-4c65-acf9-50cf0a57e10d", + "id": "b91aaad1-4edf-4daf-9751-b46482deda9a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143520,7 +144302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "066d7c83-8f2f-4771-9f54-4657c3bb7711", + "id": "23adce23-94d6-4c03-b267-b020bb8882fe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143565,7 +144347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b38ce46d-feca-42af-b7f1-be17c8c93b4b", + "id": "6cf708b2-cd89-4810-929e-f42b34acf89c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143610,7 +144392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaa65405-2040-41f3-8977-cf5a2c634ff3", + "id": "8a7fb7d4-8fe5-40b2-8771-04ab29ac50e0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143655,7 +144437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "549c4f1a-e8e5-4b28-9abd-ff2a4377ead0", + "id": "10c91467-de2a-484a-bcc2-0efd9f4dc7e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143706,7 +144488,7 @@ } }, { - "id": "295f6b13-3781-4233-bb5e-4761b4e6f301", + "id": "0251c9ec-f04b-4929-85b4-ea4b298ac7d6", "name": "Get role insights summary information", "request": { "name": "Get role insights summary information", @@ -143736,7 +144518,7 @@ }, "response": [ { - "id": "a8a2075c-20c6-46b3-b3a9-6dbadc366df5", + "id": "20a71277-8465-43ab-b12a-2c9212bed3d6", "name": "Succeeded. Returns high level counts.", "originalRequest": { "url": { @@ -143775,12 +144557,12 @@ "value": "application/json" } ], - "body": "{\n \"numberOfUpdates\": 1150679,\n \"lastGenerated\": \"2020-05-19T13:49:37.385Z\",\n \"entitlementsIncludedInRoles\": 45,\n \"totalNumberOfEntitlements\": 250,\n \"identitiesWithAccessViaRoles\": 550,\n \"totalNumberOfIdentities\": 980\n}", + "body": "{\n \"numberOfUpdates\": 74231533,\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": "46844bed-da64-466a-a49e-72544b3b203f", + "id": "f4e914f5-5ea7-4729-af1f-363573851325", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143824,7 +144606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05bdb6dc-2d77-41fe-bb18-e185b204d40b", + "id": "7e20e5c3-e8df-44c1-84d1-60c05e29e48a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143868,7 +144650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "319336c4-b069-4106-aac9-c52eacf15860", + "id": "b767e769-5ccd-4a43-bb5a-3ba732247083", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143912,7 +144694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31b04e46-e3a6-43fe-8021-bebb279699ca", + "id": "97ddb0f1-e528-40f0-95c9-f439d686d3f6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143962,7 +144744,7 @@ } }, { - "id": "e11d0135-7511-44df-b846-463f6aab6746", + "id": "b4fb9946-90c2-41ce-b7db-e4b53ae110f1", "name": "Get role insights", "request": { "name": "Get role insights", @@ -144037,7 +144819,7 @@ }, "response": [ { - "id": "1496f8bd-f81e-4919-a6a9-997377b8caec", + "id": "d1bd2857-75f8-4eec-b400-477e18dd57f7", "name": "Succeeded. Returns a list of roles with information about insights for each role.", "originalRequest": { "url": { @@ -144126,7 +144908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01519a91-af52-4211-9f9e-d84f68ca5e83", + "id": "9d191fbe-5530-40a2-81e0-fd2039ea75a4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144215,7 +144997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbb233c0-7883-48b1-8d43-c5cf6890678b", + "id": "067ba0cd-8002-40b4-98e9-e004fd4cd3c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144304,7 +145086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc6e80d0-1f36-435f-8707-cbb0874b8b77", + "id": "d7b57582-5360-433d-85fa-c48a28aa6e0a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144393,7 +145175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d71bad26-0d27-4e95-8558-29ca76e8fc74", + "id": "cc392225-8974-4305-8746-1a38d17f4bc2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144488,7 +145270,7 @@ } }, { - "id": "2d2f31ec-f0c2-44c1-a43c-472c4c4321cf", + "id": "0ed10091-a697-49d8-aec8-7b007da0a1a2", "name": "Get a single role insight", "request": { "name": "Get a single role insight", @@ -144529,7 +145311,7 @@ }, "response": [ { - "id": "cd3a6944-208c-4af3-9bd9-f7a2cad80f64", + "id": "93368461-6082-4a46-b220-39fe872677a2", "name": "Succeeded. Returns information about insights for a single role.", "originalRequest": { "url": { @@ -144573,7 +145355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "676d25e9-bbba-4a34-a4a5-b050632182d3", + "id": "6abd390c-4d06-4753-9ca2-ad6624e70f8d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144617,7 +145399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48c975fb-5824-4906-a49e-d70f3746d07a", + "id": "ef1697fe-8f17-44e2-8b86-16b8a0993efd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144661,7 +145443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b5e974-bed2-4e57-a03b-84429b9e5916", + "id": "f6701d5a-b4b8-47b0-8eca-49fbb6284c6c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144705,7 +145487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6711a2ed-b730-4237-8063-04b7746a8414", + "id": "c0a7fd78-a8fc-4c26-b583-ae960e8e0eeb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144755,7 +145537,7 @@ } }, { - "id": "ca173d8f-f357-40b3-8d1d-3e88493607d5", + "id": "ad9426ae-1344-44e3-9beb-169cc06b7a6a", "name": "Get entitlement insights for a role", "request": { "name": "Get entitlement insights for a role", @@ -144780,7 +145562,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -144816,7 +145598,7 @@ }, "response": [ { - "id": "413fd4e9-1372-4b26-bde1-8e781a06ca95", + "id": "cf301867-fee9-40bf-acf9-83159d73e892", "name": "Succeeded. Returns a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -144836,7 +145618,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -144875,12 +145657,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"cillum exercitation sed sint\",\n \"id\": \"dolor consectetur Duis in\",\n \"description\": \"officia occaecat ea\",\n \"attribute\": \"dolore Ut officia\",\n \"value\": \"in\",\n \"source\": \"proident\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n },\n {\n \"name\": \"officia elit in\",\n \"id\": \"adipisicing eu\",\n \"description\": \"ullamco quis \",\n \"attribute\": \"veniam in reprehenderit sint cupidatat\",\n \"value\": \"amet\",\n \"source\": \"Duis officia\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n }\n]", + "body": "[\n {\n \"name\": \"culpa velit\",\n \"id\": \"adipisicing\",\n \"description\": \"ullamco sint\",\n \"attribute\": \"cupidatat officia\",\n \"value\": \"nostrud in culpa\",\n \"source\": \"ipsum aute Duis ut\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n },\n {\n \"name\": \"cillum aliqua\",\n \"id\": \"in ullamco\",\n \"description\": \"aliqua in qui Lorem\",\n \"attribute\": \"qui ipsum mollit\",\n \"value\": \"consequat eu sed officia\",\n \"source\": \"nulla nisi Excepteur consectetur deserunt\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1cebd114-c12a-4d0c-b6d5-8da1350e4299", + "id": "6eb18551-1396-4af8-a1e6-260f04cb011b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144900,7 +145682,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -144944,7 +145726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "365b4b37-1c00-4f99-90e8-1a36a88a9a60", + "id": "55c2700c-71ad-49e7-ac7a-d2ee951227f8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144964,7 +145746,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -145008,7 +145790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b9f0dea-16f5-427d-8e6c-35321e04af62", + "id": "8fce2301-389b-4985-b4b2-06bdec6c54e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145028,7 +145810,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -145072,7 +145854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26feb8f7-5d94-4a42-a66a-e0187fc48cd6", + "id": "0c569e17-95d4-44e9-81b3-4d657f80d5b1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145092,7 +145874,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -145142,7 +145924,7 @@ } }, { - "id": "a5fd517c-85fc-490e-9fc6-777ce4acefeb", + "id": "a9e196fe-fcbe-4204-abfe-3b0b37b6f50a", "name": "Download entitlement insights for a role", "request": { "name": "Download entitlement insights for a role", @@ -145204,7 +145986,7 @@ }, "response": [ { - "id": "9677ed16-a753-479b-bd03-4e6384bf8731", + "id": "c733d250-3bb3-4794-b392-f5e7b0497fae", "name": "Succeeded. Returns a csv file containing a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -145264,12 +146046,12 @@ "value": "text/csv" } ], - "body": "reprehenderit proident Ut ad", + "body": "occaecat Excepteur", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "21a97c56-ce9e-4572-9660-74ba7cf5824e", + "id": "9472c2ec-f378-487d-b9ba-0705f76cf924", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145334,7 +146116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faee91a6-1ff2-4e73-ab29-a558c8604f0d", + "id": "dbea706e-0f69-438c-9812-60021462854f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145399,7 +146181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b006204-d30c-4d8e-84ba-e89d148dd648", + "id": "1085076c-c1e1-4f30-97c4-11f3dc48f1cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145464,7 +146246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e510f541-c772-43d3-a9af-681203a99575", + "id": "b6f90049-19bb-46ad-a96f-8afe3f8d32d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145535,7 +146317,7 @@ } }, { - "id": "abaa24c2-d607-4f64-86bf-ad0194843ba7", + "id": "3defd29f-d03b-46ef-9c8d-6f6b54754c3b", "name": "Get current entitlement for a role", "request": { "name": "Get current entitlement for a role", @@ -145587,7 +146369,7 @@ }, "response": [ { - "id": "93643915-4b7f-47cc-a568-2e37ada916cc", + "id": "642c2cea-7aef-4a7d-a85f-3f2af1d4bfb7", "name": "Succeeded. Returns a list of current or pre-existing entitlements for a role.", "originalRequest": { "url": { @@ -145642,7 +146424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d150575-ee1a-4cc4-be49-28dab2c2e204", + "id": "c172232f-aa59-4fd4-8b38-98ba29d537c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145697,7 +146479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8a0a0d6-c96c-4cda-9415-c65b4ea3387f", + "id": "274db47d-45e6-42ad-831f-59156fc582c6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145752,7 +146534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef67c5c1-f0cb-4ceb-ac90-d763df2d221d", + "id": "dbc2d29d-2187-4d73-85c7-3db3683779c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145807,7 +146589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1ea317c-27ff-4657-8c13-53c78f053daa", + "id": "25a7e535-6d74-4d51-bb2d-e2e46ae6ba14", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145868,7 +146650,7 @@ } }, { - "id": "5e85bbcb-032b-469c-b86e-0cb278b780a0", + "id": "0411a9c9-dc82-495d-bcef-717d827c8f27", "name": "Get identities for a suggested entitlement (for a role)", "request": { "name": "Get identities for a suggested entitlement (for a role)", @@ -145977,7 +146759,7 @@ }, "response": [ { - "id": "14873899-bc91-4a00-8d4a-b1c73417a040", + "id": "50944075-0372-4546-908e-383844e2c2ff", "name": "Succeeded. Returns a list of identities with or without the entitlement.", "originalRequest": { "url": { @@ -146079,7 +146861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b89aa5d3-0d08-4f29-9799-79be575e0b80", + "id": "d591fbd9-c4d8-4b04-9da8-57f5f93a0eb0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146181,7 +146963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4086ac9a-5398-4bcc-9f5b-7788758aa3ef", + "id": "b54559d8-c6c0-4fb4-b57e-f5c7a684dedd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146283,7 +147065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e26c8d5-138d-488d-827f-0e57934ce503", + "id": "50cfd3c3-b170-4ce1-97f8-31c66afe927a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146385,7 +147167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ce32fbb-e4bd-47dc-99f8-b66e4d5959fe", + "id": "5295385d-8f40-4bb9-ac23-7c9d54abcf08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146499,7 +147281,7 @@ "description": "", "item": [ { - "id": "90e8bc2f-ff83-4e16-9315-c288f409f393", + "id": "99e5b34d-0c38-4844-b954-9dd5212a180b", "name": "Configure/create extended search attributes in IdentityNow.", "request": { "name": "Configure/create extended search attributes in IdentityNow.", @@ -146542,7 +147324,7 @@ }, "response": [ { - "id": "3c2c425f-25dc-4adc-b81f-d42451070edb", + "id": "1aba6bbc-5646-4d0a-8a51-8c38aedaee8e", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -146599,7 +147381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efb72f18-b8d1-4d8b-97e9-152f5c079e51", + "id": "94bc78ac-851b-4599-ade7-3037ddf020d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146656,7 +147438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28de9a75-e34a-416a-b846-14360cb71e46", + "id": "113817f8-c914-412d-ae53-d376cc4b872a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146713,7 +147495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e23f05be-a1f9-4691-acb8-7cb3f0b20315", + "id": "8246d069-3f01-4c54-9eca-79dbb8541ac4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146770,7 +147552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1da6ec0-2643-4d32-9b53-d5fd42249902", + "id": "75ba9b3a-e74a-4257-b4dc-5251cade197f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -146827,7 +147609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3d0038f-2852-4c09-ab45-2782bc6eec0c", + "id": "67aba9c3-38e7-4219-b8c8-c189303b6cd2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146884,7 +147666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab22e1b4-ae43-4456-b37c-765a9dbd5f29", + "id": "2b9910ba-1952-4f4a-8124-e0041f7733a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146947,7 +147729,7 @@ } }, { - "id": "16ffc6df-558f-49c0-b135-9af0fa189c89", + "id": "4822b12d-78da-4ca9-ab54-383f89dc038c", "name": "Retrieve a list of extended search attributes in IdentityNow.", "request": { "name": "Retrieve a list of extended search attributes in IdentityNow.", @@ -146977,7 +147759,7 @@ }, "response": [ { - "id": "bc836b15-769e-4654-b1d1-3194d6b2734c", + "id": "5fee0290-2411-4ca1-986d-3aaeae3058e1", "name": "List of attribute configurations in IdentityNow.", "originalRequest": { "url": { @@ -147021,7 +147803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b9c3aef-7224-477b-8b8e-bff6abddf91c", + "id": "1a80a9fa-9c76-4e43-95c2-a70051b041d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147065,7 +147847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f2b58c9-8532-4745-81a3-3b5ee6b82ada", + "id": "2fe34c6f-41e1-4869-a8ce-287c12bafe16", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147109,7 +147891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5394d2ca-7e77-4d60-9c3c-487c54babcc7", + "id": "43c7e47a-9381-4070-9a59-7461abb98ee2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147153,7 +147935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2ed06f0-875e-459c-beff-29e75ee839ad", + "id": "da4df1d2-e3fc-42c8-aa8a-8b9e821f509e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147203,7 +147985,7 @@ } }, { - "id": "d6858bf1-8605-4a17-bda6-963733454e7b", + "id": "a72cebc8-9892-4ba0-ab50-50a6284a2ff6", "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.", @@ -147245,7 +148027,7 @@ }, "response": [ { - "id": "5824a53f-626c-4636-9b78-810964666a17", + "id": "865d6535-5ebc-4dce-8678-93692a7da186", "name": "Specific attribute configuration in IdentityNow.", "originalRequest": { "url": { @@ -147290,7 +148072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae1453c1-cffe-4228-b32d-9f9358d1d4ea", + "id": "2fb7d4be-b4de-40d1-8132-529fd3b17fc3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -147325,7 +148107,7 @@ "_postman_previewlanguage": "text" }, { - "id": "03bbebaa-67ab-48f8-ab9f-d9ae32f8bba5", + "id": "7a5d767e-61c5-4e83-8a75-a279e735161a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147370,7 +148152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9394024f-a257-4075-b566-aa5b7de09a15", + "id": "44c0daf1-5d2b-40a8-bb29-aeb4714ff48e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147415,7 +148197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64626267-0c17-4900-b074-32e117264525", + "id": "ed583ac5-dd31-4a22-b10b-26a99f3c6af7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147460,7 +148242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aed98b2-0ab8-46a3-a50d-655a8e2ce7b4", + "id": "a1ae86f2-71c2-4d53-866a-34bbfb759a14", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147505,7 +148287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b08bd02c-8b93-4d1e-84ec-b6abe9bf6704", + "id": "0cd99d73-f536-46c0-b52f-9f646849956b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147556,7 +148338,7 @@ } }, { - "id": "ccb308c0-1d77-46a6-95c4-4d56cf7884ea", + "id": "4fae172d-eca0-4cf9-bdd3-72f2bb459ce2", "name": "Delete an extended search attribute in IdentityNow.", "request": { "name": "Delete an extended search attribute in IdentityNow.", @@ -147598,7 +148380,7 @@ }, "response": [ { - "id": "78bd86bd-00c7-40ea-af7c-b6bb52dbd2b9", + "id": "a9e07348-2925-440a-a360-043e0b0f65fa", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -147633,7 +148415,7 @@ "_postman_previewlanguage": "text" }, { - "id": "883a58e1-5038-425e-bf8a-0f67cb2d5d73", + "id": "9a389ae4-3b70-4ea5-869c-68e4a4a14a5f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147678,7 +148460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8d4fca3-7f2b-44ee-8d06-785f26b73c26", + "id": "10cdb555-5c75-41e3-8933-cc22295e027f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147723,7 +148505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a650315-8828-4292-96d0-936834aaa539", + "id": "f23c1158-0207-44f1-bd87-7766a37db9d7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147768,7 +148550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3f78b76-5580-4eda-b5b0-c854c6721538", + "id": "b05d09c7-15f3-4622-8707-9dc065c5100d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147813,7 +148595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acc23a36-bd58-45ee-97bd-262c6b2c7526", + "id": "358d1d56-1645-4076-950d-81899e40d1b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147864,7 +148646,7 @@ } }, { - "id": "1af60f07-e3d8-4e05-ac0b-0a7927b6b9ec", + "id": "b0a15c5c-74ba-4e49-9597-0ffffb1077e3", "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.", @@ -147919,7 +148701,7 @@ }, "response": [ { - "id": "4a008bc7-734b-465b-a285-7246da752c23", + "id": "72831572-4724-4c49-a365-f782840e9af1", "name": "Responds with the Search Attribute Configuration as updated.", "originalRequest": { "url": { @@ -147977,7 +148759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95f2d897-b035-471d-963f-614dc34d2e13", + "id": "66680278-4206-4e80-b263-6dcbc38203ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148035,7 +148817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b3bba05-20a0-4f34-8062-2a09288c7e8d", + "id": "27e91d6e-8657-42d0-b8a9-58e5de410d93", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148093,7 +148875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "153ff581-28a4-468d-9417-776e3ec83d98", + "id": "276896fc-4f38-4654-8b2c-f19fd1d1caa0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148151,7 +148933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acd65ea1-54ff-40fa-b80e-4b1886ecdce6", + "id": "c8f59fd8-eb55-4121-9512-55d4c3cda537", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -148209,7 +148991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5f5a108-0d0a-46d5-9135-599bdc0eafb8", + "id": "a0f19106-b842-4644-9bf0-d8e59995c7c3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148267,7 +149049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8b2a224-f563-4fbb-87ce-ccc7e692e942", + "id": "cbde6e74-0ce1-4235-a097-761e5c5db421", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148337,7 +149119,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": "c6bdd11a-d52f-42a8-a310-62f44654581b", + "id": "ef00deea-8523-449c-b54c-d93768f00549", "name": "Create Segment", "request": { "name": "Create Segment", @@ -148379,7 +149161,7 @@ }, "response": [ { - "id": "0e72601e-806b-4965-a8f0-0d97bc325eb9", + "id": "dd9f69d9-c6ef-43f0-bd1b-5a410dfbc972", "name": "Segment created", "originalRequest": { "url": { @@ -148435,7 +149217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb08f9ce-d3cb-441f-ac48-c3a91b27e2fc", + "id": "c3cf3790-f5d3-4b1c-b924-25dcc16ec34b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148491,7 +149273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e763c15d-7647-47a8-a115-b773c4604439", + "id": "6955a963-57a4-47dd-9853-f9e0e39ff79c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148547,7 +149329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2270e31d-4f61-4159-9394-606e690ac27e", + "id": "c54df7f5-12a6-4e30-bfc8-838a11acb533", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148603,7 +149385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f64188db-5699-46a7-8851-c85380b20fe1", + "id": "500de209-cbf8-4cfd-81fe-7f294a9f0c08", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148659,7 +149441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9756145-2362-4cb8-8fc0-12a9c7733716", + "id": "4b26f5fc-be7c-43ee-8c9e-d759fe7429d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148721,7 +149503,7 @@ } }, { - "id": "2403d585-f806-4650-98de-6f992504537a", + "id": "f6709733-efae-4f7b-bac5-9fe5c2805760", "name": "List Segments", "request": { "name": "List Segments", @@ -148778,7 +149560,7 @@ }, "response": [ { - "id": "219422e1-2f62-403d-bd48-acb5e7d6b9e3", + "id": "aa95c39f-9018-482f-95aa-9633af2b28f4", "name": "List of all segments", "originalRequest": { "url": { @@ -148849,7 +149631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dba5baf-48ec-4c64-950c-06cb4ba28c60", + "id": "dfbf037d-814f-4774-abae-388b991d144c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148920,7 +149702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af7784e2-c306-4747-85ad-2ddd29218107", + "id": "ab336910-60bb-4de7-b644-d952904d18ff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148991,7 +149773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "040bfe6b-f949-447d-8206-50c77b3a06ee", + "id": "3d13c18d-b5ed-455f-9a9c-3d727e8c1fcb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149062,7 +149844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ee61f30-03ae-42d9-8741-45360552b5e5", + "id": "72727491-038a-4d7f-9886-7e21b0a44508", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149133,7 +149915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fd6a908-5da5-4516-953e-5de63b585af0", + "id": "fda79422-b874-419a-b209-253ad27edf48", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149210,7 +149992,7 @@ } }, { - "id": "2c40811c-5b23-4792-93b9-63715f572734", + "id": "da0b8757-0db2-45e2-9144-7ed962e59bde", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -149251,7 +150033,7 @@ }, "response": [ { - "id": "edf5585d-18ba-4a92-8845-95e89880394c", + "id": "d2803326-6887-4abc-9902-a071582e821c", "name": "Segment", "originalRequest": { "url": { @@ -149295,7 +150077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "667f715c-e23f-4a86-bd10-1cfa4c4b1914", + "id": "a96e9463-515d-4e1e-989c-5594c81e68c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149339,7 +150121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "365bb9df-fb50-4e96-8086-9518770b3cc9", + "id": "d47cd68b-020b-4f6a-878f-e1c3fbf1a385", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149383,7 +150165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1afa5f81-8562-408c-889a-20093ea674df", + "id": "00d9dd25-b14c-4461-bef2-4c9ac8c75209", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149427,7 +150209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7912e57a-96d7-4439-8d37-5c645629064a", + "id": "4b045ac6-6891-49b2-991b-e8c97b5fdecf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -149471,7 +150253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0355499-55d5-44ab-a760-216cadb0dbef", + "id": "5aaa15c1-9ce5-4e66-aaa4-13c2fe946160", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149515,7 +150297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "501cc2e4-d68d-420a-b399-db8d93f4bcc6", + "id": "b0c0b2e3-7706-4abf-8d7c-7d033d961633", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149565,7 +150347,7 @@ } }, { - "id": "f380931c-247a-47c0-bbab-dc7a559055bc", + "id": "0056781c-160b-4255-8c90-aa57388b435a", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -149606,7 +150388,7 @@ }, "response": [ { - "id": "a087823b-3795-4201-8d55-b15071516112", + "id": "1ead9efb-2721-41b7-ad84-8a8b380746b9", "name": "No content.", "originalRequest": { "url": { @@ -149640,7 +150422,7 @@ "_postman_previewlanguage": "text" }, { - "id": "59aaf682-8f16-42be-a8bc-90a2847901cd", + "id": "73c61dfe-fe7e-4e0a-b5aa-537e946bf02f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149684,7 +150466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16bd30c6-11a4-4b72-8bee-2593dbe6d180", + "id": "8b1214ff-b17a-491e-aeaa-2d3a03578d02", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149728,7 +150510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2ce211d-9b13-45ba-949e-0b00c8a05073", + "id": "0e25a6e5-1c1e-41b5-a299-42a7bd6203af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149772,7 +150554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fabf3d73-e9f4-4b8d-9d5f-b77f6750f224", + "id": "4c1cb5be-761f-49d9-9a46-10e7cef35805", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -149816,7 +150598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d925981a-4796-42d3-a7f3-c8ab6a07467b", + "id": "bbd75a40-4739-4b32-8c1c-342f3ff6f5fb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149860,7 +150642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b90768e9-d16b-4a2c-90ac-4bbb28e32665", + "id": "a5e07b67-278a-4a29-a763-fe868bca2cf4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149910,7 +150692,7 @@ } }, { - "id": "7c3d508f-a07a-45c2-9cb8-7fdfaa6152ed", + "id": "f12de222-4ed2-4769-af14-f2e980396de1", "name": "Update Segment", "request": { "name": "Update Segment", @@ -149964,7 +150746,7 @@ }, "response": [ { - "id": "49c34bf7-dbfd-4b75-89ee-804c7e4b765f", + "id": "27a1e587-8935-4068-8a28-55380d9c7193", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -150021,7 +150803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f8778bb-ab2f-491a-9213-0a2fd1dca483", + "id": "f2976849-db57-493b-9541-9197fdf681a6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150078,7 +150860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e54f5894-9849-48db-956e-138017e09a6c", + "id": "42f60c9e-958f-4e17-8e05-f275652cfc47", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150135,7 +150917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "799ade87-7654-476f-bf3c-77064f3171ce", + "id": "b8a7504b-5572-4c71-a1d5-4488e9f264e1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150192,7 +150974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a5a13a0-c7d2-4b57-811b-25813c255d44", + "id": "280b4736-f027-468f-bf3b-e1d288681449", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -150249,7 +151031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a032b119-7ad9-41af-a32a-b03d1c3111ca", + "id": "f851d2c2-456c-47c1-bdfe-9b7d3da70534", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150306,7 +151088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55f63241-e950-46ca-9aec-246ddd9f0198", + "id": "2d6f9a2d-6689-4f62-9133-5bdf5acb093c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150375,7 +151157,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": "9f5eee71-b479-484c-96e4-c64fd4d447cf", + "id": "72d97ecd-b971-481b-bf18-1d77ba2061ae", "name": "List existing Service Desk Integrations", "request": { "name": "List existing Service Desk Integrations", @@ -150450,7 +151232,7 @@ }, "response": [ { - "id": "d349d9c0-43f4-4cb7-9567-e8b93d7a3017", + "id": "393ceaec-cbbd-4ac2-b875-1d61f55371d1", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -150539,7 +151321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "104cffdd-b84a-4641-bc46-dda1dcc37e6a", + "id": "fd50b9db-559a-48a4-ac7a-f39341715fdc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150628,7 +151410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "799aab8b-66b0-45cd-83eb-375a227a65a0", + "id": "790809ee-8fee-4010-8887-eb968de74a99", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150717,7 +151499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f4886b8-b715-471c-8fbb-15bf4bf58624", + "id": "8fc95d6b-e68e-43ae-967b-22311997be5e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150806,7 +151588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b62e04f4-a684-4313-96cd-5b3152c9ab62", + "id": "8170e96a-66ed-4e62-8085-bc1f73e08655", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -150895,7 +151677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92340fc4-c564-4e73-ade5-307343bdd747", + "id": "6b64953d-7089-4800-9e35-a2767cb223d4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150984,7 +151766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48876495-133a-48c4-824f-ae4f4d0f1fd1", + "id": "8d2740a3-59ff-4844-91ee-d38be6a4abd3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151079,7 +151861,7 @@ } }, { - "id": "0a73be70-8139-4866-a347-125099afbb00", + "id": "10183558-b421-4502-9f48-05f455657474", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -151121,7 +151903,7 @@ }, "response": [ { - "id": "339fcff5-78d7-470c-8d32-250ee4189ec6", + "id": "7134969b-c068-4c5e-8131-6b323f0f91cf", "name": "details of the created integration", "originalRequest": { "url": { @@ -151177,7 +151959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b121518b-ee9f-4c92-bf1a-9d1b1c81ccdd", + "id": "1b21f5a1-12b6-440b-9c9c-115e315da6b3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151233,7 +152015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5dd0ddc-cada-48a4-a53c-2ce8e2a5024e", + "id": "ca1411ec-dd6b-4f7a-9bf8-f0b28043e0a6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151289,7 +152071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67de0d92-f6dd-4668-aeb6-73e74052a14c", + "id": "49e46cef-9419-4ac9-9baa-fe0f2eba5d6d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151345,7 +152127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a046cd22-ee7e-4ae0-9661-74727bbb8007", + "id": "958858e8-3eb9-4da6-a04c-22a4733cbc8c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -151401,7 +152183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "249112aa-9142-441a-8658-ad9d85a27982", + "id": "86231870-9c3a-4b54-90ff-8291e12d623f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151457,7 +152239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eb0cbad-e396-4ecd-ad54-178f4f35605b", + "id": "e0532128-65fc-4776-b963-89ac7b2dbd12", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151519,7 +152301,7 @@ } }, { - "id": "b30ab38c-1823-4908-91b8-cb34ba371603", + "id": "cd2b4e75-b4a4-4224-a68d-41795838c69c", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -151560,7 +152342,7 @@ }, "response": [ { - "id": "918f839a-fbb2-46d4-8c00-33bd9b509b9e", + "id": "8253e7e6-7ead-408c-88ba-b5d684d4f34c", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -151604,7 +152386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63157105-dd64-4c58-a377-79f7cf670113", + "id": "af945154-f068-44ff-a662-54a3ff1fb643", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151648,7 +152430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27794aec-3b81-46b9-afdf-84deeec24a96", + "id": "e4ebb897-1da5-4d77-829b-2002ef044b2b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151692,7 +152474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9adaa1c-277c-4a2f-879f-b967e37758f4", + "id": "d3d813e4-c0c3-4407-bcd3-39d2e1bc380a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151736,7 +152518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c12b7453-60be-4ce0-a7ee-bb36bf4002ba", + "id": "dfd12272-7b49-424b-9095-61f8d2092957", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -151780,7 +152562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a99cfc0a-e1cf-46a4-8e71-1435917c3442", + "id": "4422c3b7-f3a9-4724-be41-b474c1533218", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151824,7 +152606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2c34f60-751f-4745-9637-1fdea8f5c6d0", + "id": "cd5a41a5-f409-447b-ac54-ecaedd70ea24", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151874,7 +152656,7 @@ } }, { - "id": "066d7dbc-d5bb-455b-b6cb-995894168dff", + "id": "60314268-afa9-44c4-a484-41618aa368c0", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -151928,7 +152710,7 @@ }, "response": [ { - "id": "1de8ae62-ffa0-4d29-b9f8-b1a69a9adc6e", + "id": "d0696819-d58b-4982-a194-3668828e0dfd", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -151985,7 +152767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cda4c376-f6b0-4df6-98cf-5bc7516980c9", + "id": "5a8db208-83a6-4dde-971a-84359f02dad8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152042,7 +152824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de7309f9-c337-4ccb-b8ac-6a6d428d476d", + "id": "7e083148-c4fd-4229-9f19-557d7fdd05ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152099,7 +152881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d448236c-2d33-492f-a3d9-9aa9dde3acf4", + "id": "db76395c-08ed-4f5b-86c6-b0e3b5660bfe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152156,7 +152938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc4dff09-e39c-49aa-8524-37825d7e72c4", + "id": "082c900c-7df3-4122-a4b5-0364479db648", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -152213,7 +152995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0058c24-cf91-4dc4-ba59-45904a2ba0a0", + "id": "e05070ec-14f4-4539-b6a6-ebb81a82f2b6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152270,7 +153052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93c07a8d-3e4c-4196-bc6c-efbec9aeb3e6", + "id": "924e9d10-5def-4ad0-87d3-47a7981f516d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152333,7 +153115,7 @@ } }, { - "id": "595cf264-5397-4dd7-be9c-ca466e2a2dba", + "id": "7639078e-e151-4ed7-aebb-c3416c0a95b3", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -152374,7 +153156,7 @@ }, "response": [ { - "id": "1b4e9e1a-d4c3-479a-b599-a8accfe15f4e", + "id": "2212290b-3213-49a0-ba42-b59bc1d2876b", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -152408,7 +153190,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e05e76d8-748c-4e4a-9a5c-0712e1ca50ca", + "id": "68f3a4e2-2eab-43cb-b35c-cf119239a992", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152452,7 +153234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "946557b4-0209-4623-832f-b478a148f6e5", + "id": "32ab3062-9948-4c53-9dfa-f0d8198559c1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152496,7 +153278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1810ffc6-6c6f-4971-a4fb-0ee73f9c60a2", + "id": "9928cf95-987b-40cb-aa3a-21a8a4d9b5cf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152540,7 +153322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9385547-789a-4b08-887e-c488852c8da5", + "id": "7aa71c8e-0704-4fa5-9e7a-0db7b09060da", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -152584,7 +153366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8363751-efcd-4a49-8e20-23fea66bc81b", + "id": "28b31a8d-d0c9-427f-829a-50f12b04364a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152628,7 +153410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08826253-dbea-4b03-acb7-2d04091b3c60", + "id": "963dad54-6fbb-4761-9adc-407a4c8eaa90", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152678,7 +153460,7 @@ } }, { - "id": "73864275-1f08-4019-ad64-6f2ee1cada1a", + "id": "346ce984-5c28-447f-8bc3-775d227ab4b1", "name": "Service Desk Integration Update PATCH", "request": { "name": "Service Desk Integration Update PATCH", @@ -152732,7 +153514,7 @@ }, "response": [ { - "id": "8aaeb8af-fb21-4e1c-ab03-61bee591d1a8", + "id": "2ddeb72a-f999-45d8-940a-2dc03afb3b4a", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -152789,7 +153571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2efb7ae7-bb82-4dc1-a6d3-b8218e553d91", + "id": "03374e8d-9b3a-4aff-9755-32b5a55446c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152846,7 +153628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6298edc-7144-40e1-9b2d-7ff837cb6fde", + "id": "4d0a0dad-6d94-4a6d-a5ed-c0b07e7641ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152903,7 +153685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80fa9918-bb8e-4a12-bfd9-c047fdae6a43", + "id": "e3448927-4903-4912-a809-4c4bc5f8b4f9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152960,7 +153742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1374137-18a5-4e1c-86b1-a8f7f6551010", + "id": "17b7afd0-89ad-4e5c-8413-5493b2e1e2f5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -153017,7 +153799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5966735e-a9fe-4570-a87a-903306be344c", + "id": "b0ec4732-ad7f-475e-96e7-047ce65250a0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153074,7 +153856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9bf1773-7367-4665-98de-eaf09511ef0c", + "id": "fa2ff62e-df95-4e89-949d-14939255eeb9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153137,7 +153919,7 @@ } }, { - "id": "5d16ea43-3307-4711-8f14-cc182e1b8a97", + "id": "e4cf9a11-dd57-4204-9839-1be7956ce3e5", "name": "Service Desk Integration Types List.", "request": { "name": "Service Desk Integration Types List.", @@ -153167,7 +153949,7 @@ }, "response": [ { - "id": "c5ae7fd3-15ec-4202-a65e-6ffea3e5ec86", + "id": "7f46eb7f-7e8f-4d48-b3df-6351c61a11ea", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -153211,7 +153993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d14304a7-956b-4378-b786-7a54ef8c17bd", + "id": "02c97e49-b573-4ef0-860c-f4d4f9f13441", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153255,7 +154037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "953621b8-9369-4eff-8a3a-3234d6d269d4", + "id": "409b3365-eb09-4a79-a85f-50a09bac16a6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153299,7 +154081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66dc2809-ed74-4200-90e8-781f5bb91a68", + "id": "b800ff09-63aa-47e9-a401-f1d66709d1cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153343,7 +154125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6204e3a-8413-41ef-98c5-d3fcdee8f0e2", + "id": "9d24b120-1b91-4718-a9a2-c9690a045ee2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -153387,7 +154169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12536911-8f8e-4ae9-9ab4-959621f6def5", + "id": "9fecd3a2-0fcc-4e6f-a9fe-e317cf43fd48", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153431,7 +154213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbb55654-9c22-4403-98d7-67032ee4930f", + "id": "e614a4cb-7464-40c9-9a12-7abb23a67149", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153481,7 +154263,7 @@ } }, { - "id": "46a7379f-32a1-4f52-a28c-be50c0528f20", + "id": "3ff89fca-1289-45fe-95e3-d224f4131665", "name": "Service Desk integration template by scriptName.", "request": { "name": "Service Desk integration template by scriptName.", @@ -153523,7 +154305,7 @@ }, "response": [ { - "id": "672e4c44-39bc-4ddc-9e85-d5e3da0bd9a9", + "id": "ad5b1502-20f0-4130-bf3f-463516e4a630", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -153563,12 +154345,12 @@ "value": "application/json" } ], - "body": "{\n \"attributes\": {\n \"cupidatat6_\": false,\n \"enim_50\": 22749360\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 \"dolora_\": 89818247,\n \"non_63_\": false,\n \"nullad29\": false\n },\n \"name\": \"aName\",\n \"provisioningConfig\": {\n \"universalManager\": true,\n \"managedResourceRefs\": [\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 1\"\n },\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 2\"\n }\n ],\n \"planInitializerScript\": {\n \"source\": \"\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n Before Provisioning Rule which changes disables and enables to a modify.\\\\r\\\\n \\n\"\n },\n \"noProvisioningRequests\": true,\n \"provisioningRequestExpiration\": 7\n },\n \"type\": \"Web Service SDIM\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "20d54d40-e525-4e82-926c-96b4c344b6fc", + "id": "80e71af6-c723-48fb-89ff-161a4a45dd4f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153613,7 +154395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a3f8b4d-e78f-4ada-ad09-ee9d59d071bd", + "id": "c41eb237-5a21-484b-941b-9e81989dc35d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153658,7 +154440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cd7ffe5-551d-48e7-bde8-2dd480574842", + "id": "33f5ec93-61e1-479b-8ed4-ad1c7248c33c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153703,7 +154485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ba3f4d0-aeef-4f53-bb42-1e7210aed88c", + "id": "88b2ee61-a29b-4d05-98f4-0a91afd431af", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -153748,7 +154530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea5b99db-36a0-4d27-b6ae-53d8f0c35d65", + "id": "98d718e5-1fa9-4dc7-80b0-53e5043f3620", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153793,7 +154575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9730cfc3-b445-4dd6-96bd-2767e3ee1c5e", + "id": "8c003529-d9b9-473d-8607-a3efe11e082e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153844,7 +154626,7 @@ } }, { - "id": "9088ad54-23a0-40ee-a30f-3e34d98f96cc", + "id": "61ced472-478d-401f-9b54-99b648d75d0e", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -153874,7 +154656,7 @@ }, "response": [ { - "id": "71aad339-2864-4a11-a303-7d1c9ac90146", + "id": "ff9c67ae-2e70-4092-a48f-606aa33efade", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -153913,12 +154695,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in voluptate cillum\",\n \"provisioningMaxStatusCheckDays\": \"in Duis sunt deserunt\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ullamco deserunt \",\n \"provisioningMaxStatusCheckDays\": \"ad consectetur dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b06e8d30-a4e4-47bb-bad3-98d50ea045d5", + "id": "eeae80b2-fee0-4caa-ae32-cf9e27dee275", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153962,7 +154744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a09faf7-0983-4020-a2b0-f9e18fa98bd6", + "id": "3b5778d9-9761-4bcb-978f-6a7d1a1a2af1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154006,7 +154788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bf3113b-2f02-4549-8f1b-ea4d99732d75", + "id": "05e23e3f-5c11-4d34-a979-a824e7baa79d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154050,7 +154832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86b111c4-cb79-480c-af3e-87cc81e1ea4b", + "id": "0c0a5190-5cbc-426a-a4e3-bb8fff75fbf2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -154094,7 +154876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66f54c63-4836-4c5e-bacf-9430325c8cad", + "id": "99995b8f-326a-4290-a36f-9e7ee959c04d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154138,7 +154920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b47b70f-dd80-489e-9aa7-fb550a19508d", + "id": "d5d36ff1-44d1-43fa-94eb-17d8f70a696f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154188,7 +154970,7 @@ } }, { - "id": "42935bf0-101d-4874-a956-d068ef7bc20a", + "id": "f95508d7-20af-4a97-a872-08b5a818235a", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -154220,7 +155002,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in voluptate cillum\",\n \"provisioningMaxStatusCheckDays\": \"in Duis sunt deserunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ullamco deserunt \",\n \"provisioningMaxStatusCheckDays\": \"ad consectetur dolore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154231,7 +155013,7 @@ }, "response": [ { - "id": "39870620-8443-4502-8741-e85375fec9a4", + "id": "0d2f0fac-06c0-4ced-9b4e-9b6666c0ead3", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -154266,7 +155048,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in voluptate cillum\",\n \"provisioningMaxStatusCheckDays\": \"in Duis sunt deserunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ullamco deserunt \",\n \"provisioningMaxStatusCheckDays\": \"ad consectetur dolore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154283,12 +155065,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in voluptate cillum\",\n \"provisioningMaxStatusCheckDays\": \"in Duis sunt deserunt\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ullamco deserunt \",\n \"provisioningMaxStatusCheckDays\": \"ad consectetur dolore\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8eeb1907-c110-4a85-b326-d2e7443d2eaa", + "id": "312490e4-566c-41fc-a94b-084396f67457", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154323,7 +155105,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in voluptate cillum\",\n \"provisioningMaxStatusCheckDays\": \"in Duis sunt deserunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ullamco deserunt \",\n \"provisioningMaxStatusCheckDays\": \"ad consectetur dolore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154345,7 +155127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e91ce796-baeb-4350-9241-0e45618e7a74", + "id": "b8946f6a-658e-4363-82ea-1c5d5f7790de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154380,7 +155162,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in voluptate cillum\",\n \"provisioningMaxStatusCheckDays\": \"in Duis sunt deserunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ullamco deserunt \",\n \"provisioningMaxStatusCheckDays\": \"ad consectetur dolore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154402,7 +155184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4d4ba72-05da-47a8-82e4-4a687d084fc6", + "id": "2a9382f6-4fca-4bc5-afdb-af889bf025f8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154437,7 +155219,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in voluptate cillum\",\n \"provisioningMaxStatusCheckDays\": \"in Duis sunt deserunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ullamco deserunt \",\n \"provisioningMaxStatusCheckDays\": \"ad consectetur dolore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154459,7 +155241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "228acd41-5162-437d-9631-1f0fcbb4ce4b", + "id": "42c50aae-f3dc-4d1f-8f10-1542be032238", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -154494,7 +155276,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in voluptate cillum\",\n \"provisioningMaxStatusCheckDays\": \"in Duis sunt deserunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ullamco deserunt \",\n \"provisioningMaxStatusCheckDays\": \"ad consectetur dolore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154516,7 +155298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27ceb10d-486f-426b-a274-b05a1b71795f", + "id": "4f37ee82-8723-4bf6-98ec-12162c8c189e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154551,7 +155333,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in voluptate cillum\",\n \"provisioningMaxStatusCheckDays\": \"in Duis sunt deserunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ullamco deserunt \",\n \"provisioningMaxStatusCheckDays\": \"ad consectetur dolore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154573,7 +155355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acd1c579-2097-40e9-9e0d-4e4d43af7b22", + "id": "ab18159a-9a88-4413-b781-ce2d359627d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154608,7 +155390,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in voluptate cillum\",\n \"provisioningMaxStatusCheckDays\": \"in Duis sunt deserunt\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"ullamco deserunt \",\n \"provisioningMaxStatusCheckDays\": \"ad consectetur dolore\"\n}", "options": { "raw": { "headerFamily": "json", @@ -154642,7 +155424,7 @@ "description": "Use this API to implement and manage \"separation of duties\" (SOD) policies. \nWith SOD policy functionality in place, administrators can organize the access in their tenants to prevent individuals from gaining conflicting or excessive access. \n\n\"Separation of duties\" refers to the concept that people shouldn't have conflicting sets of access - all their access should be configured in a way that protects your organization's assets and data. \nFor example, people who record monetary transactions shouldn't be able to issue payment for those transactions.\nAny changes to major system configurations should be approved by someone other than the person requesting the change. \n\nOrganizations can use \"separation of duties\" (SOD) policies to enforce and track their internal security rules throughout their tenants.\nThese SOD policies limit each user's involvement in important processes and protects the organization from individuals gaining excessive access. \n\nTo create SOD policies in Identity Security Cloud, administrators use 'Search' and then access 'Policies'.\nTo create a policy, they must configure two lists of access items. Each access item can only be added to one of the two lists.\nThey can search for the entitlements they want to add to these access lists.\n\n>Note: You can have a maximum of 500 policies of any type (including general policies) in your organization. In each access-based SOD policy, you can have a maximum of 50 entitlements in each access list.\n\nOnce a SOD policy is in place, if an identity has access items on both lists, a SOD violation will trigger. \nThese violations are included in SOD violation reports that other users will see in emails at regular intervals if they're subscribed to the SOD policy.\nThe other users can then better help to enforce these SOD policies. \n\nTo create a subscription to a SOD policy in Identity Security Cloud, administrators use 'Search' and then access 'Layers'.\nThey can create a subscription to the policy and schedule it to run at a regular interval. \n\nRefer to [Managing Policies](https://documentation.sailpoint.com/saas/help/sod/manage-policies.html) for more information about SOD policies. \n\nRefer to [Subscribe to a SOD Policy](https://documentation.sailpoint.com/saas/help/sod/policy-violations.html#subscribe-to-an-sod-policy) for more information about SOD policy subscriptions.\n", "item": [ { - "id": "dbcdc1dd-98e8-4b96-b74b-b82f37569445", + "id": "d67b7f14-972d-47da-947f-fec2303dc054", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -154684,7 +155466,7 @@ }, "response": [ { - "id": "fa157ecf-76d1-4c4b-b2cc-79a24f2b5364", + "id": "d7bbd299-56c6-4fd8-9be3-acee0858e53a", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -154740,7 +155522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8737b92-a5b9-427d-beef-55a55a3c379b", + "id": "cf13d4aa-e184-4a6d-aea0-46a620785ff9", "name": "General Policy", "originalRequest": { "url": { @@ -154796,7 +155578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33b8a5aa-49e4-45f7-bdd0-2522751b9f5e", + "id": "5e5a15c5-2a01-41d7-97d5-6370599ce92e", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -154852,7 +155634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4df69050-7cc1-4d94-8729-b90b42a012a3", + "id": "6e876505-74ac-464f-926c-7728a8a1edad", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -154908,7 +155690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5e80248-9c39-4fa4-b3c9-d0f5d1622ec8", + "id": "e956a59d-1a5b-4d05-9cdd-c3cf62b608c8", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -154964,7 +155746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af4da29b-96b9-468f-a3ff-4b3cd429e2f6", + "id": "a5daeea9-29de-4055-8489-9096b0589ae3", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -155020,7 +155802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee7e1a8c-0879-4b8a-a4c0-de12cc629843", + "id": "7b468445-97f7-4a3a-ab45-a1749e162eed", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -155082,7 +155864,7 @@ } }, { - "id": "e5728153-90aa-4071-94b3-10db4b46d37e", + "id": "b1785753-26a4-4372-837b-977f740d6f30", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -155148,7 +155930,7 @@ }, "response": [ { - "id": "04f85885-cc03-4cb1-b31a-dd9f31bc5f5e", + "id": "15958142-c617-4956-a42d-9f8eb8395abb", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -155228,7 +156010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "752feb09-f971-4add-8ee3-c8a68470a9c5", + "id": "6d23505e-8864-4309-b81c-fc8e0b9387a2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155308,7 +156090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2edeeae-80af-464d-be57-d4ed1fbe1896", + "id": "cd8352b8-0a24-474d-866b-6517b5085b34", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155388,7 +156170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81d6754c-641c-4759-9342-33e47e4b225a", + "id": "7d6a0469-bd06-4cb3-a67a-fa284705b692", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155468,7 +156250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93dcca3f-80d1-4da1-8fc8-86aeffc26c39", + "id": "8f57fcc7-40a8-42cb-abd8-6e8b52fd2410", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155548,7 +156330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0143135-e9f4-4990-82ae-2c04919962c0", + "id": "6dcf690d-6295-4ca0-ac9c-c2d989b84b05", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155634,7 +156416,7 @@ } }, { - "id": "65916f29-558d-4231-a858-9679dc459e07", + "id": "02bb24da-d570-47eb-846f-5163d4043211", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -155675,7 +156457,7 @@ }, "response": [ { - "id": "1a02ec74-51f4-434e-985a-ba95e1ac9360", + "id": "785eac79-e077-4fc7-af04-29f5b49433a5", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -155719,7 +156501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bfcd028-946c-42fe-ad02-f644e1e07e8e", + "id": "f38ee57f-6474-4805-b029-5cf6ffb5b58a", "name": "General Policy", "originalRequest": { "url": { @@ -155763,7 +156545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ffb5e21-5bf7-40b8-bc95-1937fc1242d3", + "id": "86062144-4cc8-4a48-9ffb-d668d4a0835e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155807,7 +156589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66707d5c-2480-4bb7-bd2a-3a632abf09b2", + "id": "18abb009-e01e-4f84-9b70-51a4e4fab898", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155851,7 +156633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b90d75f-128b-4118-9b87-e7a137048d92", + "id": "3b9c1769-b6b0-4f16-82c2-9adf90a5540e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155895,7 +156677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b44b1b5-87ec-42ad-bb5b-8196d4f64ec4", + "id": "a661ea35-d864-420b-93b7-ad1b636f9e58", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -155939,7 +156721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41fc67a0-86ed-454a-bb7a-1c6f5e74b704", + "id": "5cffae31-8a3c-49c3-9c7d-97436edae019", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155983,7 +156765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61aa32aa-f43a-4077-b21b-074142b1160c", + "id": "89119c50-0ae2-4542-86c9-3cb844821b91", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156033,7 +156815,7 @@ } }, { - "id": "8e3cd220-c244-4b5d-9b56-4ef37b5d6286", + "id": "4b3729ba-4a74-4b6e-a3f4-62c2a56276d4", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -156087,7 +156869,7 @@ }, "response": [ { - "id": "70583e03-c468-4ee3-b266-8927b3a96807", + "id": "518780d7-734d-42ee-8695-ebcfc2a4d690", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -156144,7 +156926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5a7e434-1e90-4ceb-a6a4-5219fb7e8fe2", + "id": "7f1bedd9-8f36-49cc-abd9-2ae4c0fa8579", "name": "General Policy", "originalRequest": { "url": { @@ -156201,7 +156983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5bbc86a-6e4d-4f52-be46-b1da2bf8bffa", + "id": "7ec7b4c2-d980-4d8d-b6ae-40228a6eaeb9", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -156258,7 +157040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5492f30-859a-4808-a0f3-98ff17137955", + "id": "7ab06483-4fba-422d-98f1-45c8a8d74f0d", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -156315,7 +157097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f09a3be3-d016-4a57-a7ed-8d402f4d80a0", + "id": "c063602a-33bf-4da4-92a9-33df8d5fd5a6", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -156372,7 +157154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8755a8b4-187c-402c-9f3d-f87cda83e93d", + "id": "918e1574-cbed-4b9d-b4ab-28b38a7fe99f", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -156429,7 +157211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23c87dc1-9f26-4e4b-ba0e-5e9295198a18", + "id": "d7f52373-d7b3-411b-86cb-b98091e32f22", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -156486,7 +157268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d177c65-579f-4337-8229-206c4e03b6ab", + "id": "cb1aff02-1f9a-484c-b31e-d9a43e04375c", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -156549,7 +157331,7 @@ } }, { - "id": "906cf21c-59e7-4d1d-b7e9-aee30452177b", + "id": "afcb4e53-f1bf-4b37-92d8-9eded852fbea", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -156600,7 +157382,7 @@ }, "response": [ { - "id": "36769e08-b4c5-4c26-9b85-bfff58146b5e", + "id": "53997396-50f1-4a8f-8c65-0df48ea62948", "name": "No content.", "originalRequest": { "url": { @@ -156644,7 +157426,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9ce64414-0868-4aca-9b67-2d88573bdc27", + "id": "54ea2870-85db-4460-acd1-24c6dcf00e65", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156698,7 +157480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a649cd07-79c4-4e1f-865a-c958ce104f36", + "id": "07ab200b-ef9c-4753-85b5-60ea76c31a95", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156752,7 +157534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b8f62cb-eb6b-4442-aedd-2dbc0f3de911", + "id": "13d8f433-378d-4c63-81c2-8f381577ccd9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156806,7 +157588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee853b3c-086f-4acb-9f13-27247cc07b71", + "id": "b69ae179-71f2-49f9-ba20-1f9c0cc73c2b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -156860,7 +157642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fef4f5fb-2bcc-4939-a6e2-8bf7f24f7be0", + "id": "b7cb00c0-d54d-47f9-b656-6a138c72e2b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156914,7 +157696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed993306-3120-4b2a-bea1-bcf9e5debe38", + "id": "d1a78595-01be-42e2-b7b6-04153ba57533", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156974,7 +157756,7 @@ } }, { - "id": "7ab78d69-3ed9-4465-ad42-f1e64284c93f", + "id": "20b9ac79-f2b6-4826-994f-4c4e99b08664", "name": "Patch a SOD policy", "request": { "name": "Patch a SOD policy", @@ -157028,7 +157810,7 @@ }, "response": [ { - "id": "04d6fa9f-13d4-4645-9f37-62c40e6fc4da", + "id": "2e6b8d96-d4c1-447d-baa4-d7624c155e61", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -157085,7 +157867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa9e1660-c6c7-4173-95e9-079641489e4b", + "id": "49ee68ba-e99b-45b8-9e26-370dc67b96b4", "name": "General Policy", "originalRequest": { "url": { @@ -157142,7 +157924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db391f78-818f-4bf2-8cc0-df1d0c6b78ac", + "id": "ea103b36-f4ee-45a9-b58e-1ae3578a2e55", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -157199,7 +157981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e29ec644-891a-438e-a949-650ae447e751", + "id": "b1cd3cbe-bbd2-4c0f-9fc3-6456a97f07ad", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -157256,7 +158038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6e0008d-a8cc-4028-95c2-d12c9c4331b7", + "id": "a78855b2-40aa-4556-b5e9-1565ddbf6557", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -157313,7 +158095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "910919a7-a4e7-4039-a86d-a34e29c4e7f9", + "id": "a4db5670-dac8-40bb-b146-378ae3543209", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -157370,7 +158152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83818f66-8e9b-4213-a98d-b492b986d434", + "id": "d7287d47-6975-40aa-9c06-c8ea8396291c", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -157427,7 +158209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3753859-eccc-47a3-94e1-40745280abd1", + "id": "cea15981-584a-44cd-aac3-58766cb1a99c", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -157490,7 +158272,7 @@ } }, { - "id": "fc2488e7-c5c5-48c2-9d88-2cf68a2d62a7", + "id": "a97f72c4-3195-41f8-b409-ccd7e323ca4e", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -157532,7 +158314,7 @@ }, "response": [ { - "id": "d80d1ebc-34bf-4033-a385-6c4c6f46a0fe", + "id": "6e77ff28-6762-42c9-bb6a-0a4558b8ac3f", "name": "SOD policy ID.", "originalRequest": { "url": { @@ -157577,7 +158359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2bdd979-7b12-4a79-a6c6-6d1fca122e8c", + "id": "65a4e23c-ca50-44d0-8857-4daca4f8b4d2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157622,7 +158404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3552dbb6-4ff1-438c-937f-7c8e1c926b84", + "id": "036201b3-13f9-4a5c-bb0d-7597dbdcf0b3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157667,7 +158449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65f17340-cb44-4461-a87b-e8c9a592ed17", + "id": "ae96ecac-e2aa-4696-b0fe-bd9788b9bb05", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157712,7 +158494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e47b810-d17d-40b7-b69b-42a522b3884e", + "id": "9330c77f-37cb-4640-ac87-43f73808f01b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157757,7 +158539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7ae7c26-d91f-40b4-83a6-c5009b677158", + "id": "9d59d94a-8ec1-4bc5-b0aa-e771f66feb5b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157808,7 +158590,7 @@ } }, { - "id": "013d265e-5c04-4ea9-866b-02e8a8417bec", + "id": "cb9bcd6c-d9ce-4976-bb8b-e7df0b38d153", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -157863,7 +158645,7 @@ }, "response": [ { - "id": "4a2f9f90-7104-4b50-8fd3-85977ac6ebdd", + "id": "8963a18f-3849-466c-8966-5aa83b9110fb", "name": "SOD policy by ID.", "originalRequest": { "url": { @@ -157921,7 +158703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b1f8749-efe0-4918-8564-03e719f707ab", + "id": "068ca58b-9586-482d-831d-03836bbfa38b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157979,7 +158761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e9e928a-87ce-459b-96b6-b642312f8f42", + "id": "c4b8e508-a627-42d0-af7a-dac99ada7864", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158037,7 +158819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbc1901d-2947-444b-9c85-b74dce60c159", + "id": "ea0c1fbe-9eb3-45dc-bbc6-4467f7304173", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158095,7 +158877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbb3b4c9-9b7a-474b-b1db-eedd85b344f8", + "id": "f6cf4b38-f0d4-431b-bd8d-a2daf161a9bd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158153,7 +158935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4db3e00a-dea6-434a-836a-d8d27e68b984", + "id": "a2c5ccaf-4eb4-4f37-a7c1-e93a65dca480", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158217,7 +158999,7 @@ } }, { - "id": "0656caab-a92f-40d1-9ba1-b6740d49992a", + "id": "f5424620-ac86-4c63-b420-9a79d9d27062", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -158259,7 +159041,7 @@ }, "response": [ { - "id": "e6572e90-99cb-4d2f-b8dd-8f20ec16c8e2", + "id": "83a5efa1-54c6-44fe-ab27-dadade149993", "name": "No content.", "originalRequest": { "url": { @@ -158294,7 +159076,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d3c4ac76-a683-4cea-869c-e55e2859673c", + "id": "7291ac57-7d68-4d25-b5c8-c12ac7d8eee0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158339,7 +159121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d107ee34-53a8-47e7-831e-22ff5ccb57af", + "id": "a0af6ec8-4747-478b-979c-5202d6d49ca2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158384,7 +159166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3491d2a1-ecd8-421a-968c-554efa23b72e", + "id": "2d1a5a86-3aff-458e-ad85-8770e85e8ddc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158429,7 +159211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d6672ce-7bad-48c8-a412-272c80d261ba", + "id": "1d06a52f-b50a-4e8e-88e0-dcd31e99c427", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -158474,7 +159256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "932aff48-61d1-4c59-9390-9858182ed0e7", + "id": "56631fdb-6dfd-411d-85a3-daa6941f2eb3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158519,7 +159301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecb27470-e742-43cb-99ff-7dd7b3f5f213", + "id": "7f7ac496-453c-4170-91cc-92c7b608999b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158570,7 +159352,7 @@ } }, { - "id": "20cc2691-c776-4ca3-9033-a8cced603dd1", + "id": "cd8c8c46-0e69-4d93-9069-ed1453d85f47", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -158613,7 +159395,7 @@ }, "response": [ { - "id": "6f7b8f60-a4e7-4c56-8baa-d3c529c058ab", + "id": "4bd13dd6-e648-44ce-955b-87962f1309fd", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -158659,7 +159441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84ca6ac1-0f7a-4fff-8f9e-e6f6683f6ad4", + "id": "9617b083-9fec-4066-93fd-2ec3429d1e10", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158705,7 +159487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89c60b3e-b9d7-4358-8e0a-a3360cef7c20", + "id": "28f669f5-76eb-4cbf-87a8-97c03b89531f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158751,7 +159533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0d8d233-d8ac-478a-99dc-46830018b45a", + "id": "b3b77c99-f37b-4d5b-a92f-4943bb2c60b7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158797,7 +159579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b39846ca-75ad-42c5-ab4a-82a1bd749bc6", + "id": "e1697d65-bd06-458a-b16b-9597f5b9ea88", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -158843,7 +159625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a203ca9a-57a2-4b29-8bd4-24a5485c53de", + "id": "07078092-b6e8-439a-98fb-5133f4395f85", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158889,7 +159671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60c0aa22-72fe-48ec-bb6e-31932eb1d5f1", + "id": "b02b5b7e-15d8-4029-b539-79ec4f2033c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158941,7 +159723,7 @@ } }, { - "id": "c8d58af4-49a1-4652-8b6a-c7712f07ddc1", + "id": "e1a156e4-f543-469f-ad7c-6a2df2365d56", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -158983,7 +159765,7 @@ }, "response": [ { - "id": "49017d7a-05f9-48f2-a505-99ba202b6ae1", + "id": "c850fb2b-b2d9-46c8-a8e5-d16ec7d02fee", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -159028,7 +159810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f6ca886-fc2e-4484-ab6c-441dd0d4f66f", + "id": "edf94a68-c3d6-44e3-a2e0-0bed5e215acd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159073,7 +159855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de2a7951-f174-4d02-af3d-64c62a3efcee", + "id": "473fc9a9-d764-4612-83d8-b27bbd9cd366", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159118,7 +159900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78fb147c-10c8-46d0-b8fc-1ede4e83929f", + "id": "10973065-cb5d-4915-a15a-c2b49b14113f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159163,7 +159945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3595df0f-67ac-46ff-8723-bb8f141ef12a", + "id": "88749222-cd3c-41c0-a16d-30b2749fa6d8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159208,7 +159990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b923b05-a9d1-4029-bd15-dba4257938b0", + "id": "0e35b668-d930-4c29-8430-2b481bf1c255", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159253,7 +160035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "248d82a6-8467-42f7-8111-3da8af1de669", + "id": "2fe147df-2e63-4d22-aa12-b3612c798bb9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159310,7 +160092,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": "69e5157c-f010-40cd-8671-51bc5cf88cc8", + "id": "1497274a-51c1-4f06-b161-07c2fe7c7260", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -159353,7 +160135,7 @@ }, "response": [ { - "id": "91325582-ce62-4867-bc22-3c4ab1cfe044", + "id": "ab62250c-85bc-44d5-ba4a-4974dbe3a72c", "name": "Violation Contexts", "originalRequest": { "url": { @@ -159410,7 +160192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e68d394-f30b-4ee1-bf1a-d7cdea146bd7", + "id": "d567933b-ff51-4a75-ae1a-f47a2fddd8fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159467,7 +160249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b0bd90d-ae82-4f58-9a61-a5a70805cc25", + "id": "b840f4ea-972d-40b0-adba-4a0d7e6669c4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159524,7 +160306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e2de7a0-6fe3-459a-84b4-7e1c316a9f0b", + "id": "ba16b029-d5d2-4df1-a9da-095b66a3e47f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159581,7 +160363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "028f500e-8993-42b4-b2b6-f729a0487454", + "id": "96cbdd0d-28b9-4a9c-a182-96042d9a5c3b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159638,7 +160420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80ae2f3f-2e2c-4870-8585-20936e7689d3", + "id": "86d34529-b48b-40d8-b316-2712d67b6aba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159695,7 +160477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4506148-ebe4-42d5-b7af-cf1e8ebd85d0", + "id": "24f15260-4ce8-4260-a7b9-83bdefa3a7f5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159764,7 +160546,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": "160d7aa1-21e7-416a-bcc2-c177da3e855b", + "id": "36f414bb-86ef-4935-95c0-6f9f95a57796", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -159848,7 +160630,7 @@ }, "response": [ { - "id": "3a9a88ed-f8ff-4581-924f-5a571dbdfdc3", + "id": "eceaae49-6324-454c-a131-62760d916529", "name": "List of Source objects", "originalRequest": { "url": { @@ -159946,7 +160728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a772236-fc1b-409b-ab36-0ec641e875df", + "id": "bf2b88e6-e4fd-4bea-b4e1-2c9f16f4e63a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160044,7 +160826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58ad3c99-a0e2-4ead-98d0-f1ad611a5dee", + "id": "0e8cca1e-2c49-4623-a7bb-afbedd87eac1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160142,7 +160924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fd80986-310e-4ae7-824a-c91f31341f9a", + "id": "b9a7ad91-f8df-4d61-8b17-d42473f4c384", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160240,7 +161022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c63f5f9-f58b-457f-805b-62a32b4febbc", + "id": "fdc856b9-55df-444e-a905-85412e48786a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160338,7 +161120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "059e1b9d-3285-4efc-b989-6dd8d52900ad", + "id": "ba248b65-b874-4648-b5c7-41195dca1808", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160436,7 +161218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0aad7bca-bd15-4dc2-824a-8f5586b03f62", + "id": "19769f61-e775-4fbd-bc74-1886e6fa325b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160540,7 +161322,7 @@ } }, { - "id": "cafaa0e7-9f16-4acd-9573-3422edd0fbb5", + "id": "2b1fa060-ce28-4fc4-8453-7085f028a801", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -160592,7 +161374,7 @@ }, "response": [ { - "id": "87a08b85-581f-48e0-8728-3c88837477d3", + "id": "b3ebd066-1d18-4686-86f4-c6bcfc072327", "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": { @@ -160658,7 +161440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1de0b68-a3de-4cb3-b42d-4728631004df", + "id": "eac1c2a4-2090-4fbf-98e5-fc4a8bb76f94", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160724,7 +161506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0e8fd08-5a93-4344-a78e-60943300874c", + "id": "5425f537-8243-4b5b-88ae-164641a89dff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160790,7 +161572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15d2796a-214e-442e-bdc4-6b304cbcefb4", + "id": "43957be4-27c4-48c7-bbf5-00489fcd2d5c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160856,7 +161638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b318b8d3-e838-4cae-926a-82229cace6b6", + "id": "38ddcf85-4eda-476d-8276-90c70b54a311", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160922,7 +161704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b61d55e-5afb-4d18-8210-abc868c34a40", + "id": "bc3eadb4-378a-4d55-891a-0975cc86cb1e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160994,7 +161776,7 @@ } }, { - "id": "d9491bed-de63-4d0b-a787-0771959b042f", + "id": "e550f288-fef3-4fd7-a0c0-1f14fbf9c162", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -161035,7 +161817,7 @@ }, "response": [ { - "id": "f7069ae9-7cd8-4233-951c-441025ac6648", + "id": "cec6accd-8779-4f9f-a71c-1cb5943d5a7f", "name": "A Source object", "originalRequest": { "url": { @@ -161079,7 +161861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8754c571-9565-4094-9c31-ad20fc63243d", + "id": "a2e0841e-ea75-43ed-8cbf-824a476d9b6e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161123,7 +161905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72dae33e-5cfd-4f94-8337-654514adc236", + "id": "8386d0c3-045e-4c4e-aa1f-0712ad07531f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161167,7 +161949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6619a08e-af94-47be-ada8-527b9f3793f6", + "id": "2db87264-dbd6-4f96-8006-463690668a5e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161211,7 +161993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "058ea78a-612c-4b08-bfb0-64fad8fd44df", + "id": "5855fa6b-138b-4d22-a782-0bcba0f46775", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161255,7 +162037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8e70346-e691-4767-a058-b88c6889b700", + "id": "5aed9bc6-6e5c-4fa6-b234-8e3ce0312fd0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161299,7 +162081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ca064e8-71b1-4852-b5bb-00f6264e4fee", + "id": "a548b7a3-1d09-4c4d-92b5-9fb0b52a5d31", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161349,7 +162131,7 @@ } }, { - "id": "7f1784b8-2c7a-4952-9a93-c4866bda3b07", + "id": "194ccd30-f497-4141-85dd-bd6280a53d57", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -161403,7 +162185,7 @@ }, "response": [ { - "id": "c5e7cb7f-f914-482a-9d4b-6e7c927b2463", + "id": "4a9ee2b7-6925-4533-985b-cdf9d0c49ae0", "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": { @@ -161460,7 +162242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56e9a621-2f2d-4e85-a4e9-fbcc23a02670", + "id": "dc8fa7f7-7e9e-4bd3-b039-2922dfa0b223", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161517,7 +162299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9eb9f4e-6e80-46d8-9adc-55ade3df7712", + "id": "e69191ff-a988-4020-a08d-dcc35af65175", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161574,7 +162356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f2717b3-5b0f-4265-9c8d-c474f5df3177", + "id": "598baf54-1d78-4981-b039-b1e99d98a04b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161631,7 +162413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7175f693-1ace-4dee-8b41-0d51b250135a", + "id": "096d9136-0cad-4c63-ab78-25ddc360d835", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161688,7 +162470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24cb8355-2c89-4e3d-86b2-8c554ea84da8", + "id": "6b4ae66d-1d5e-4542-93bc-61e6b6c5d41d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161745,7 +162527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e761978a-dc5d-4b1c-92df-429630a99b7d", + "id": "8bc1f817-c35c-46ab-a0d4-d6d78cb1f71d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161808,7 +162590,7 @@ } }, { - "id": "03b056e2-7859-4966-bf3b-9c5c74fe048c", + "id": "cf152dfd-f1f1-4946-85aa-5890537a7041", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -161862,7 +162644,7 @@ }, "response": [ { - "id": "8c586d4a-2b32-4bbb-82e4-d5f433d37cbe", + "id": "ae024219-c810-4154-9ad2-10af33f964b7", "name": "Edit the source description", "originalRequest": { "url": { @@ -161919,7 +162701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36f99453-9391-4aae-8857-c4ddbf903ebe", + "id": "c5ce77ea-04be-46f2-a581-54742ce674bc", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -161976,7 +162758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a3df3e6-2ed2-44e9-a945-236a15142276", + "id": "8807803d-3af8-4e61-944b-21171aa6b172", "name": "Edit source features", "originalRequest": { "url": { @@ -162033,7 +162815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b667a21-60f9-4e86-8193-fd423e83ca6f", + "id": "9bcfc7e5-3885-418f-976f-ae7815380e6e", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -162090,7 +162872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd3723a4-2385-419f-97a2-edc369c6a68f", + "id": "60a76b00-ad5d-42b5-a724-4a461140a467", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -162147,7 +162929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d62e3a17-ad80-415d-b3d5-21d015c7a0a8", + "id": "ed6523a5-8ce2-4c5b-a84a-dd85508c042f", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -162204,7 +162986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2166bab6-96ef-4955-8de6-a6b83ec38a5a", + "id": "3d979314-30aa-4b94-9c6d-44bc08bf4141", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -162261,7 +163043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59f2074b-f9d5-4451-a537-beaa3e849a9c", + "id": "966a8ee0-5a1f-45c0-a2ed-d8c08dac3990", "name": "Edit source features", "originalRequest": { "url": { @@ -162318,7 +163100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c48587a0-de2d-4272-9039-73a617e69bc7", + "id": "5e043d0d-9007-43e0-9e6c-0e924e5d0e73", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -162375,7 +163157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9de4d6e-00b9-4b30-910e-44d5d0b1a3d1", + "id": "35dfdcd9-e401-4cbd-858d-528379792de0", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -162432,7 +163214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dfa56ae-bd9b-46a6-b6a9-7bc6a17e3b95", + "id": "90ec26e9-dd6c-4bb1-8bfe-7f8111bf4f92", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -162489,7 +163271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8122975-9585-4a4d-b122-76279b5642dd", + "id": "ededc975-0b4a-4188-bfe0-0a125c7ed295", "name": "Edit source features", "originalRequest": { "url": { @@ -162546,7 +163328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51039a6d-d8a6-4ae0-9413-47e3e7706021", + "id": "83c3f1f9-ee4f-427c-adbe-6470b176b490", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -162603,7 +163385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb7c0cb3-e336-4330-8fba-5be9f4d4cd54", + "id": "e6436990-8414-46fe-9514-2718fc2e846d", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -162660,7 +163442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dd258a8-2f7a-48c5-a34e-5d86951a1300", + "id": "3cd92570-1614-42ea-ae35-2c7dd60dfda7", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -162717,7 +163499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c22be30a-aa33-4031-986f-9e61f8ba7184", + "id": "2a815377-67e7-4ac7-910d-d12599dbe8ea", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -162774,7 +163556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11548bc8-a9e4-4cf0-8541-1f70e7ed5f05", + "id": "841feffa-16d0-4170-aa53-03400ed16cb9", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -162831,7 +163613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21497fde-ad6c-483a-9b3e-2c8536b507e6", + "id": "8c747326-f158-435b-8dc0-8aeea43c5a19", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -162888,7 +163670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03b0ba56-9be6-4cfa-9f86-d1691b303d8d", + "id": "d2481245-9bb0-46eb-8b90-9541422ad723", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -162945,7 +163727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87e6ef07-d4ef-46ac-bd8d-78c3acf69d56", + "id": "327d43da-b6bb-4c17-8fb4-61e5243f0855", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -163002,7 +163784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ba8007c-9a1f-411a-86a7-236fb93af76b", + "id": "f03b9e6e-b581-4473-bab5-5922de20dd16", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -163059,7 +163841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc76daf7-0f77-4856-8270-9ceeb6143334", + "id": "bbf14311-1428-46b1-a8ed-ef0111fa4f48", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -163122,7 +163904,7 @@ } }, { - "id": "e80e9ca3-5d44-4908-8b0f-d5072c9293c5", + "id": "1524ea3a-2b95-4d96-b109-a60f4615d5c3", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -163163,7 +163945,7 @@ }, "response": [ { - "id": "eee6d4ef-4104-422e-a9da-230282a0adcc", + "id": "5c0746f7-535b-4286-810e-d154aa2929ca", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -163207,7 +163989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f85beb5-630a-4b79-82e3-f2e8b355639d", + "id": "687d009e-dad8-4911-88a9-52b60f90cc7a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163251,7 +164033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9073af33-f3f7-4f24-bff2-faba0093a7c5", + "id": "14e49cab-4211-456a-a527-c43a1b0a90b2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163295,7 +164077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b112dc1c-7f11-43ae-b525-2e40a60c3843", + "id": "4f884287-494d-4ba2-bb72-246be8fb16dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163339,7 +164121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36e08c0e-88ce-42db-9478-4df86297204b", + "id": "5f9fc1af-5544-43be-abc8-e6f38954c60e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163383,7 +164165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06f37041-9f2e-44e6-b20c-f2729eb459d5", + "id": "c17dbdf6-7a10-49c1-b639-1d7c5e83199d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163427,7 +164209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a3167d5-6e48-4139-8151-7a165a212431", + "id": "ccb9ed06-18ca-4826-b942-cde4a4abba28", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163477,7 +164259,7 @@ } }, { - "id": "8b1ba7e3-c93b-4aff-9b15-01c4c51b6331", + "id": "ec8ab016-0001-4a2e-ac5d-0ed90eb77696", "name": "Attribute Sync Config", "request": { "name": "Attribute Sync Config", @@ -163519,7 +164301,7 @@ }, "response": [ { - "id": "4c89d483-0f0f-4f8b-87c1-2bbff52f2abb", + "id": "b4cb13ca-bdfd-42b5-b584-3d59c525a318", "name": "Attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -163564,7 +164346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "164c751b-8774-49fc-a0f5-b22a3453238b", + "id": "0f752aa4-3bca-44c0-bfc1-220a50e9a70e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163609,7 +164391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "943ed3cb-551e-4efd-b930-055007efb670", + "id": "13d4b5f9-795f-4743-a500-77ec7c213e47", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163654,7 +164436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9f23949-923f-493b-8c1a-0c305bdf01f6", + "id": "9d6c184b-d414-47ac-8c05-a9c7eb2796c2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163699,7 +164481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0866296e-987d-48d9-941d-2373cc1554e4", + "id": "8c3375d8-eb6b-4a3e-a12f-ac84d133891a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163744,7 +164526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2a39036-a86a-425c-8eb2-2925dfc83e63", + "id": "ae115f1f-485d-43ab-8801-272ca44f6efb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163789,7 +164571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4951a4b3-dd28-4050-8e92-8aa86218e8bc", + "id": "040607d4-337f-4cf9-a067-42b6dbd77133", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163840,7 +164622,7 @@ } }, { - "id": "6ab538de-eb88-4a24-ac4d-5e013607f4b9", + "id": "08eed8e1-415a-47c8-98f0-c3c0f2d11900", "name": "Update Attribute Sync Config", "request": { "name": "Update Attribute Sync Config", @@ -163895,7 +164677,7 @@ }, "response": [ { - "id": "e4dee7ae-d271-4840-9470-223413dbcf6b", + "id": "b81e866a-72dc-4ad8-9ce5-9e11538170e5", "name": "Updated attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -163953,7 +164735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4ad2c0b-f207-4985-9706-0bc522373c85", + "id": "a5f5928c-77a5-4eea-a3af-63a12b364a18", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164011,7 +164793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18e11be0-c19d-4436-9b74-e6bf60b5d8bf", + "id": "0c65d426-6ed9-4449-8ff5-7ae15bd48263", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164069,7 +164851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71ab408e-a421-4973-95c7-95199949eaaa", + "id": "fa0076e3-5a20-4b42-a680-d590a2e8fccb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164127,7 +164909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "754b8c84-3898-478b-864d-6a5648b7f8b4", + "id": "431e8b0a-8f63-4e1d-8f40-9ea384468977", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -164185,7 +164967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28e7d539-1fa1-4b14-ae7d-fb38fe595901", + "id": "d5bd58eb-8ca7-4763-8679-1954feef0e65", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164243,7 +165025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "070c8f78-4bc6-463b-8d90-0acbcdaae626", + "id": "02d0631e-9964-4d1a-81dd-a3a44ab5aae2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164307,7 +165089,7 @@ } }, { - "id": "cca438a4-71e7-4860-aed4-5f6f0400af21", + "id": "5779ddce-66f4-4e7a-aee1-78a3c0e2090e", "name": "Check connection for source connector.", "request": { "name": "Check connection for source connector.", @@ -164350,7 +165132,7 @@ }, "response": [ { - "id": "957cfbc8-7a84-44bb-858d-bcc169c95a75", + "id": "be8c76ee-27e2-41d6-a03b-1622d73b3a37", "name": "The result of checking connection to the source connector with response from it.", "originalRequest": { "url": { @@ -164396,7 +165178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "358c9dc4-11b4-4d22-ab61-14bcaa6d4980", + "id": "28aaa3e2-b3e7-4193-9537-4b5cc40a717d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164442,7 +165224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "503c0bb6-8da9-4db5-bcdd-8453731dfc23", + "id": "6f70701c-a906-4245-b1c5-43f301670aaf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164488,7 +165270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c4da6ae-00ca-45e3-aee3-47c3d26f3cb6", + "id": "88c8bcf1-89c0-4281-897f-1c483643e829", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164534,7 +165316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5fe05ab-ea04-4144-8202-a72d95884711", + "id": "8d4cd14a-0066-492e-ba55-3a8d202e61b3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -164580,7 +165362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b67d4e7-a370-4b10-b316-85a9af00b936", + "id": "798726dd-6f6f-4258-8b12-655b6448db6e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164626,7 +165408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da1249f1-7197-4fc4-b6e2-fe7aa939ffdb", + "id": "baf512ea-0a8b-433c-9b63-c4fbb884d833", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164678,7 +165460,7 @@ } }, { - "id": "6c279dd1-8910-45e8-918c-67dd1ee2204f", + "id": "dc2596ca-331f-44de-8f90-1b68f4ef889b", "name": "Peek source connector's resource objects", "request": { "name": "Peek source connector's resource objects", @@ -164734,7 +165516,7 @@ }, "response": [ { - "id": "1297ba2e-0fce-47b9-b0ca-315984f63a34", + "id": "d673d016-9975-4cc8-8b3d-cb5d5e9d50ed", "name": "List of resource objects that was fetched from the source connector.", "originalRequest": { "url": { @@ -164788,12 +165570,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\": \"ipsum Excepteur\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"dolore amet\",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n },\n {\n \"instance\": \"veniam sed adipisicing ut\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"enim veniam\",\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\": \"qui\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"magna consectetur id\",\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\": \"aute cupidatat veniam\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"incididunt consectetur mollit minim\",\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": "65fb2f96-2356-4c52-9eb6-dfdf010cfafc", + "id": "26276ffb-be4a-45f8-bbfb-30e55aab5a71", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164852,7 +165634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28fba6b2-a33f-44d1-b484-80285e435b9e", + "id": "14367e6f-13c7-4a16-b380-aa5e4e68920a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164911,7 +165693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e074da2-faef-41cb-8ca6-2b81296b993f", + "id": "1d09b999-f824-4272-adcc-b950fb4d6487", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164970,7 +165752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42c689e2-6478-4ec8-a76a-e6da1d6109b9", + "id": "6dd45551-acaf-4f8d-b887-ce2f6d5ca90d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -165029,7 +165811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "470dde48-87f4-4ed0-8ad4-a0120fd1ff0b", + "id": "0b4449e5-05ed-437f-9a99-a80f6dacdb28", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165088,7 +165870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28a5bb8f-65e9-42dd-b32b-ac2af27751db", + "id": "d13b4a9e-6a21-4e23-bd79-134621a41cc6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165153,7 +165935,7 @@ } }, { - "id": "02b66da0-b18a-4782-95fb-98164b782ac9", + "id": "66e39afb-c76c-424b-9fa2-fed2aab1ae73", "name": "Ping cluster for source connector", "request": { "name": "Ping cluster for source connector", @@ -165196,7 +165978,7 @@ }, "response": [ { - "id": "178a8664-2d51-49d3-98a3-e67e95834b3c", + "id": "377fc923-60cb-4760-ab0d-56307dcfdf8a", "name": "The result of pinging connection with the source connector.", "originalRequest": { "url": { @@ -165242,7 +166024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d33604e5-687e-49b7-85cb-8795767d1b59", + "id": "91ef0592-912a-4c56-9b55-6114c9c95e2b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165288,7 +166070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b68cec75-932b-411d-80c6-741d85d5aa53", + "id": "2fa763c2-a46e-4644-b2eb-ed4aea6fbbe4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165334,7 +166116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f144b2b8-8933-4fdb-a3bb-72944077da05", + "id": "c3d6049c-42a1-42ea-b775-9b22c953e5c4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165380,7 +166162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b59e5f7-9262-4dc7-9efd-3b0701be4d6f", + "id": "d250bbcb-9f15-4e98-b2ed-9af7526ec55e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -165426,7 +166208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "909b8cbf-bfe8-4325-ae1b-a988351c87df", + "id": "c2bb22b3-4c0a-467f-bfbf-6003fb3465bb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165472,7 +166254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a4b8f1c-9312-4170-9697-2d8ac9828944", + "id": "e971f29b-d3ff-46e9-938b-207449660cad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165524,7 +166306,7 @@ } }, { - "id": "e8975b19-5f8a-403d-903d-7336cd14366f", + "id": "e540d8c3-8832-44b5-9661-36a774ecec64", "name": "Test configuration for source connector", "request": { "name": "Test configuration for source connector", @@ -165567,7 +166349,7 @@ }, "response": [ { - "id": "df551a3f-595f-4d46-a9cd-7b304790cc56", + "id": "49d64ef7-7d8a-40ea-a415-395282a19100", "name": "The result of testing source connector configuration with response from it.", "originalRequest": { "url": { @@ -165613,7 +166395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b88e98a-f7cb-4805-9dc0-7c2034a39abd", + "id": "889edfe3-fa89-42d3-bdfb-cfd3864d8d76", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165659,7 +166441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0caa83fa-4f31-4b32-96e0-90d823716323", + "id": "b2573df6-4cd0-4b15-aad4-08ef67340110", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165705,7 +166487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9269a075-dad9-42c8-a7c9-1ac6c0cdec5f", + "id": "22dad012-41ef-40c1-ac13-90250412b0ac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165751,7 +166533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "746a3557-4f97-4f78-a0d8-d51e5df0acce", + "id": "5248bcda-401b-4d07-bc55-969495e52a85", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -165797,7 +166579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e6f9364-7b8d-4589-bf93-33e4b55b82e4", + "id": "d1b0abdb-0e7f-4d82-b354-522b977a466e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165843,7 +166625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "837777ce-f145-4e07-8526-3560f09266c9", + "id": "c426c55e-41c2-4a83-a919-f2571acf1acc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165895,7 +166677,7 @@ } }, { - "id": "34d6c365-d146-411f-8ad3-e5b59e1cec19", + "id": "d22d1895-2257-4e0f-9181-1484e2e57016", "name": "Gets source config with language translations", "request": { "name": "Gets source config with language translations", @@ -165927,7 +166709,7 @@ "variable": [ { "type": "any", - "value": "reprehenderit proident Ut ad", + "value": "occaecat Excepteur", "key": "id", "disabled": true, "description": { @@ -165948,7 +166730,7 @@ }, "response": [ { - "id": "804f6385-de23-44e0-888a-d8c5b72efc13", + "id": "5b5db0b6-ec78-4c1c-86e0-b0d0cb0bb7c7", "name": "A Connector Detail object", "originalRequest": { "url": { @@ -165999,12 +166781,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"officia\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"culpa laboris exercitation\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", + "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"irure ipsum nisi labore\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"amet aliquip fugiat reprehenderit\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "85145d3f-c794-4469-9f21-c7a999396457", + "id": "6c2041a2-85ba-4216-bb7c-9c40671aee5a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166060,7 +166842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3651c595-89ad-4173-a33d-c97e90e5b520", + "id": "6dd35acb-e824-49e6-b960-ac5e04a16a28", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166116,7 +166898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a92658e6-fabf-43ad-b714-4d85e15a3e43", + "id": "dd9f76c3-e5e4-4d0f-bc6f-d6dd5f7bf978", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -166172,7 +166954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "462f8db4-61a0-4b85-acb4-75d3190db77b", + "id": "1efca507-f398-47f9-9d9d-fc111296915f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166228,7 +167010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "536970fc-afad-495f-9c50-b8b49a21e0cd", + "id": "df31a161-fba0-4fc9-9dbb-a869bc9f48f6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166290,7 +167072,7 @@ } }, { - "id": "fb6aaa33-83dc-4e8c-a55f-51f4dfcf3ca1", + "id": "607db4b1-79d9-40eb-82f0-6566360a9b71", "name": "Native Change Detection Configuration", "request": { "name": "Native Change Detection Configuration", @@ -166336,7 +167118,7 @@ }, "response": [ { - "id": "f7f7de36-42ba-4c21-8667-e92a40581281", + "id": "7cd7f62c-1788-4a73-ad87-ff61f5eca70b", "name": "Native change detection configuration for a source", "originalRequest": { "url": { @@ -166381,7 +167163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33127293-dc81-416b-85ad-0a56b8986159", + "id": "872ac177-3836-4590-a37d-c0b9658c37f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166426,7 +167208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8749715-19dd-4bd8-b5f6-d627d74b3a2f", + "id": "a0f46a53-8644-497a-bd5d-d8ba246dce6e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166471,7 +167253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0908391-5bd7-4764-875c-1266865991f2", + "id": "02053696-4ca6-4c11-b1a0-e48713ca348b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166516,7 +167298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "516f3a4e-7b1b-404b-9ce2-7434de08bb5f", + "id": "a1231e70-dcd4-451b-936f-a83d52d5d093", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -166561,7 +167343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0036feaf-044a-456b-8758-4902e18e1fb5", + "id": "63053c80-8228-4c56-9904-b5744a8eb03c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166606,7 +167388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2695bc3c-dac8-47b1-9423-8c1b11c05cb1", + "id": "191cb8bf-8e14-4701-a641-00d9f3c87031", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166657,7 +167439,7 @@ } }, { - "id": "e1c491f3-4de5-4170-91ae-77e7c727f435", + "id": "553e8a57-40c2-430e-be7d-e2eb20447097", "name": "Update Native Change Detection Configuration", "request": { "name": "Update Native Change Detection Configuration", @@ -166716,7 +167498,7 @@ }, "response": [ { - "id": "e73c05cd-f78f-42e5-af9a-dfeae8de2fef", + "id": "94342a83-c0d6-4a44-b527-00cbb0a058c3", "name": "Updated native change detection configuration for a source", "originalRequest": { "url": { @@ -166774,7 +167556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2238fdee-ee22-4a49-97a3-9216faaea483", + "id": "eb8a5bb4-c75f-43a9-b54c-6d0b9c97cf74", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166832,7 +167614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "701b13e3-0176-4b5a-9170-c2a2fac6ebdf", + "id": "2f019d5a-2872-4b05-9d61-2cb660d5cf12", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166890,7 +167672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d4f2cc3-1c3e-46bc-ac4d-86209b9acb69", + "id": "1dce8273-a28c-4be1-856c-fbf695ac0e2e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166948,7 +167730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad072a6f-5be9-4dc8-8bef-96f7b052b440", + "id": "d4cc1f01-9a3c-4ee0-88d8-aff3ee9e40e1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -167006,7 +167788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7b8f3c2-9476-4767-89bd-eb5e678c1a15", + "id": "322c71e7-85ef-4713-afb5-f6cdfee16766", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167064,7 +167846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c211ee3d-5a39-4324-b025-79d7ae7e05ef", + "id": "bdab3eb9-902b-4811-ac4f-115f800ea98d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167128,7 +167910,7 @@ } }, { - "id": "3bfcf6be-6edf-4005-9f88-fb085a469bdf", + "id": "0dbaffcf-fabb-4832-805c-0c65c5325db6", "name": "Delete Native Change Detection Configuration", "request": { "name": "Delete Native Change Detection Configuration", @@ -167174,7 +167956,7 @@ }, "response": [ { - "id": "d2fddf55-90d5-46e0-9a41-be2ff39a1b95", + "id": "620c1a3c-30eb-4dd5-8439-fbdd27702781", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -167209,7 +167991,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a4bcedb0-99f2-4840-98e5-85e0b6053e84", + "id": "300d6c15-f089-4d26-b753-d3b7039623ad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167254,7 +168036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c90d451-bf15-4294-bdb4-278a3c2a6f18", + "id": "ed6ca831-a9dc-44ab-8330-d47a7c660392", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167299,7 +168081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2d3e59b-166e-4100-83ff-96ccc2c2aaa7", + "id": "213e4d14-30fe-42ce-ab33-635f8dcaed8e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167344,7 +168126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0f0850e-64f5-48f7-8b66-2ffa578eaa33", + "id": "765968d2-57b7-4237-abce-002a15b15589", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -167389,7 +168171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70051900-7b4e-4fa7-88de-fb04e8bedef0", + "id": "3ab9f703-c1fd-4691-b98a-994c42dccf7b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167434,7 +168216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39aa7245-73cb-4e8d-9542-ff9ca1ed4030", + "id": "db658bc4-7059-4192-b5c5-f7c80d09098d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167485,7 +168267,7 @@ } }, { - "id": "fd4e42af-3bae-4ab4-98d4-0c5cd1387e4d", + "id": "f06b7f99-3e3a-4d4b-9c17-26ca1d3269e4", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -167527,7 +168309,7 @@ }, "response": [ { - "id": "df11a344-3162-4866-b2c7-a3dd4721a911", + "id": "a5a1e41e-8213-4592-bd2f-20e407b8d3f1", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -167572,7 +168354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acfaccb3-1029-4353-9e4e-1edff2cecb8c", + "id": "10c56b51-89df-4e80-b3d9-de966d713020", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167617,7 +168399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaeaf780-45b9-4432-b2b1-6321e374b086", + "id": "176db4b6-15f1-4d6b-b954-67a22b911366", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167662,7 +168444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "452b58a7-0eeb-4feb-adf5-dc3dd8b5a28a", + "id": "7f5c2a44-88ef-4ddc-b61a-1d7d10ba76da", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167707,7 +168489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92fdb39f-47dc-4e23-96be-6fbe36abfc9d", + "id": "81f7e4f3-ccec-4310-acdf-6bc27a4c38c8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -167752,7 +168534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74931238-7832-4f8f-9b7d-79ff45dfefc0", + "id": "6ff184ef-b4f7-4625-977c-a55c4ce24556", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167797,7 +168579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9520680-1eaf-49ec-9681-6785365ec092", + "id": "51027d6b-78d1-45ef-914c-e6320f024448", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167848,7 +168630,7 @@ } }, { - "id": "b8a40c15-cf4a-4236-bc14-652e31f9d091", + "id": "6f1e8b00-6c3a-48b1-9a23-1440f0149b90", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -167903,7 +168685,7 @@ }, "response": [ { - "id": "715886ab-b9db-40d9-a259-276d544282d5", + "id": "0cb89a86-1541-4d54-a2fc-16aa81918c9b", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -167961,7 +168743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7987271d-d74e-4305-8a7c-2244a871c65a", + "id": "9513d19c-5898-4137-802f-6625c63d2cf7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168019,7 +168801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4803c603-b4a5-4f98-ad10-d75498814373", + "id": "a857f1b4-0352-4d33-8f1c-4f90e2f2f753", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168077,7 +168859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad7f7596-71e9-47af-b8ff-091da5f04da9", + "id": "4bb27a86-8650-4563-b88a-7e6d0ebb8b60", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168135,7 +168917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e2a4435-5818-4073-847f-0385c27e695c", + "id": "c79678dd-772f-415a-b591-b72f766e2c51", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168193,7 +168975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "382039c1-0a20-40f5-b285-9658a90ad00e", + "id": "3d81fed2-6f69-4d6f-a154-47da22dc5fce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168251,7 +169033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8048b98b-ef4b-4b6b-87da-80c0276d3827", + "id": "57c77651-528b-4fcd-a114-cbdec3d6c6d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168315,7 +169097,7 @@ } }, { - "id": "9ad6544b-40d6-442a-b5c9-4fc7409eafae", + "id": "55328a65-8768-4fc8-aeb8-d9d78718f3bf", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -168368,7 +169150,7 @@ }, "response": [ { - "id": "dcab515c-62b6-46b3-a320-36aa37d15a26", + "id": "c77cb3f8-2a96-4689-9a3b-09a28119875e", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -168414,7 +169196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "600ea206-e91a-486e-aa5f-e4c946423bfc", + "id": "0638c937-248e-4b65-b3ec-9aa99167720e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168460,7 +169242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac5841bd-d014-4309-9659-d8cd740c17d0", + "id": "b987db91-aae6-4e3d-bffe-cc10ede91b1a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168506,7 +169288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fdef11d-a2eb-49a3-a5d6-72ea88f7728f", + "id": "cbc50072-8691-41ba-8645-67eac29877aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168552,7 +169334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5212b16b-4508-4fbe-98da-be76275adbb3", + "id": "357602f0-23e8-4f7e-84aa-fb374fc4ab63", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168598,7 +169380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b81f7981-5a77-4e46-95ac-40bdda43474e", + "id": "6ea26d8a-4558-43db-91f9-96f89316f934", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168644,7 +169426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41fe330d-3610-4aa1-ba88-fdecb4bdef00", + "id": "22d4d9ca-16a7-4481-ae92-5d7282d63c40", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168696,7 +169478,7 @@ } }, { - "id": "8bc08a21-6f7e-4809-a6bb-8bc2b989a012", + "id": "6693010b-144e-4055-9bcd-d4d7a8744427", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -168762,7 +169544,7 @@ }, "response": [ { - "id": "cd11545d-4f6f-474e-83c7-6ac35e840c34", + "id": "c482ab75-b595-401b-bd1e-9ba1d9b7b371", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -168821,7 +169603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5512210d-e3d6-420e-9283-583de03fc5bf", + "id": "bd4436bb-c5ec-4473-8bae-e33b582b099f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168880,7 +169662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b4b2ed1-5f78-48a9-834d-07eb117dff4d", + "id": "d2a96d2e-acaa-428d-9eb6-ddb413b17b02", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168939,7 +169721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98ac965b-0242-4ee4-af5a-6447b3829006", + "id": "fa54652a-7bbb-4f19-8a42-24e83d04127d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168998,7 +169780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31298b43-fbba-41ee-bc3c-defd208ceeec", + "id": "feff8788-380a-42c7-8383-8a24dbc15f93", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -169057,7 +169839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a2e08e8-3b9d-4d29-af39-f605c6926b33", + "id": "2bda9833-cbe3-401e-9f78-b7464214cbde", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169116,7 +169898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86aba0b4-62e1-4600-bb63-24f3603357dc", + "id": "33965dda-1518-4181-b530-5437e0d889b9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169181,7 +169963,7 @@ } }, { - "id": "83b60b2b-de11-4ae8-89e8-435396c3f3b5", + "id": "ce333172-8357-47ae-ba45-876a298d3b4d", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -169247,7 +170029,7 @@ }, "response": [ { - "id": "556eca0b-a453-4ded-95d1-b0a6951f45b3", + "id": "6bda1def-414c-4d75-a7ba-978f5d1d3aae", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -169306,7 +170088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "058ab28c-ff76-40a8-83f7-e8f82e82d0dd", + "id": "8c8eb556-929a-4c7c-a531-fe84d754f42b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169365,7 +170147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6966ae29-83ec-464a-ba5d-815f8f312400", + "id": "c46bc97a-169d-4589-95a2-89800869413a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169424,7 +170206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff427dca-8cba-4ba3-b0a0-653d9b60e862", + "id": "f29cb425-5f36-4583-bd99-ca0795c3c7a6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169483,7 +170265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48cc397d-6282-4936-baae-601c80b749e3", + "id": "0d8f700f-7806-4936-b962-36efa838bd27", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -169542,7 +170324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83618aff-197b-4458-b8d8-fce35b122430", + "id": "20f1e4ea-a7a8-4870-9680-5f31b1655a49", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169601,7 +170383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0e93af1-50d0-48a0-ba9d-9e3df869ad48", + "id": "c829830d-0f01-4bce-a890-2db9dc75bb29", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169666,7 +170448,7 @@ } }, { - "id": "9c8dde9a-c08b-454d-820a-858bf9fd68f9", + "id": "e89f4795-98f1-430b-a83c-41feab26c642", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -169719,7 +170501,7 @@ }, "response": [ { - "id": "f194b3d3-2ab9-4b9a-aa64-597a18467d22", + "id": "11f03f0f-f7c2-4738-94a0-088064b2534d", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -169755,7 +170537,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6a23dede-0580-4059-8f81-dbd57158cf9d", + "id": "fbae1193-f919-421b-b145-3b2ee5b8871e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169801,7 +170583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3ada15f-1a8c-407a-aa6e-c82fd3933cc4", + "id": "690a7ef2-2dcf-417a-90bc-be7bd919de80", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169847,7 +170629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4a768c6-2f58-4f52-96f6-be9cb2c60564", + "id": "1c83df87-a5c2-43b2-bb50-1563433b34a6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169893,7 +170675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c29199ee-85e6-45ff-9346-5f39e632d035", + "id": "fb49e0c9-4971-42dd-b3cf-8dc1613ab67a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -169939,7 +170721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1489233-e8b0-42ff-baed-6314a3781095", + "id": "48dc7519-0fc0-4cda-b17e-44f0149aa0ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169985,7 +170767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "051f092a-87c5-4df4-9152-5a92ee023b95", + "id": "53ad29c4-a88a-47b0-a3b0-24870b3351a9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170037,7 +170819,7 @@ } }, { - "id": "7fc7456c-1eca-48ea-9b97-41f62c5bade5", + "id": "d912e1d6-8c93-48c1-91a5-4bfa8bfaac09", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -170093,7 +170875,7 @@ }, "response": [ { - "id": "619f1fbf-83f4-43d2-9bc6-9cd692ae3732", + "id": "2cd1b9d8-99b0-43be-a594-67f1c84bda70", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -170152,7 +170934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd4724f6-015f-427b-a396-66d8234add69", + "id": "d3368471-4cf6-465f-b6a9-5c414f485ebb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170211,7 +170993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dad34bd-a3f9-41bd-a267-4149507aaa3a", + "id": "3f0bd141-6c87-4cec-9d29-2572f859402b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170270,7 +171052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad2b846c-27ca-41bc-b01e-11d1e931665c", + "id": "61e85827-3abf-4d4f-a1bc-b507c288213b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170329,7 +171111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d3877e5-f4fd-4bc6-ac12-d31864af9eb6", + "id": "17f72c4b-e211-42fb-bf39-64a72532a03d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -170388,7 +171170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae4cac37-c8af-4593-981d-75002162237f", + "id": "9aa2fdc2-5a61-4881-a17c-70c332b8ad88", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170447,7 +171229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fb28c7c-5356-40a8-82e6-636a6dc5e25c", + "id": "bb8581d7-43b2-4229-881e-c6690b5e322d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170512,7 +171294,7 @@ } }, { - "id": "9045840b-ee57-416a-a67d-5ac125d267cc", + "id": "af7b3809-1e95-4d88-84b7-2fee68609c25", "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.", @@ -170561,7 +171343,7 @@ }, "response": [ { - "id": "14795394-512d-43fc-a727-75edc88e64a3", + "id": "5d833bc6-bd2d-4316-ba71-46fbfdf43f82", "name": "The Schemas were successfully retrieved.", "originalRequest": { "url": { @@ -170616,7 +171398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "626c8e39-d5a5-4e81-80ae-dfd3d241612f", + "id": "886b4b8f-b61e-4955-a891-293636904652", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170671,7 +171453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffcbb1ea-795b-47fd-b8d3-5ba86ed5f5c2", + "id": "92e144de-e4ea-49f8-9459-e46565b6250e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170726,7 +171508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bce7ce47-c361-447b-a697-38e83519556c", + "id": "7a1b4fd2-018f-4b51-ad09-c115e8b7d72b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -170781,7 +171563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25b12d52-9553-452f-abeb-3ad822eb47d6", + "id": "655a6321-a37a-481f-ade0-f9c9cb2420f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170836,7 +171618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e27479f4-e2c0-43a8-bc76-512e2f9414cb", + "id": "d51c8f19-e089-4d74-a8df-ec0bcb20316e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170897,7 +171679,7 @@ } }, { - "id": "5b41e123-bbfc-47de-a0af-0ddf86779907", + "id": "cf3d2b5c-bea0-4528-9403-bd13cedbe6b6", "name": "Creates a new Schema on the specified Source in IdentityNow.", "request": { "name": "Creates a new Schema on the specified Source in IdentityNow.", @@ -170949,7 +171731,7 @@ }, "response": [ { - "id": "cee9cec9-abbe-478d-91e6-d66feef1b7d3", + "id": "8da1d8ad-432a-4f1c-9629-e18e7a19f674", "name": "The Schema was successfully created on the specified Source.", "originalRequest": { "url": { @@ -171007,7 +171789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba5f7375-6208-4565-9d4a-ad8111fdcfe8", + "id": "28884461-2cfd-45d9-8994-ac40ccba6ff3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171065,7 +171847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1baf2d62-50b1-440e-9373-c3bf3a56be6a", + "id": "518f6fdc-812d-4853-ad82-5d0cc5b91b86", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171123,7 +171905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e20ac2d-f73e-45a5-a6c9-5e99a901a472", + "id": "901d567e-2e06-4d9f-a656-5f834f92fc5b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171181,7 +171963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2921c385-a5d1-4129-ad12-8e68a9271772", + "id": "14f552fa-6305-481c-8ad1-f21bd8ff9528", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171239,7 +172021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7092fa91-2659-4a1d-ab93-3dcb9690ee1b", + "id": "b7fd5943-9cc0-4e55-8d3a-a4697e791add", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171303,7 +172085,7 @@ } }, { - "id": "feb08c74-229e-4882-865e-898c7d49c76a", + "id": "9a0287d4-6832-4dd2-9632-87a4582155d5", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -171356,7 +172138,7 @@ }, "response": [ { - "id": "bb33a4ce-3019-4d01-a2bb-566b6a1b06c3", + "id": "9bfc03df-5967-4886-ade7-63d6d743d15a", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -171402,7 +172184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4314edb3-1e07-41f3-90dd-8ae67ff514d8", + "id": "2b6a1fea-4e55-4dc8-851f-69394c6208f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171448,7 +172230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57cd822e-9bcd-4002-8ccc-7ec9795c5cb6", + "id": "69d1bfef-bfbe-4f75-8abf-bfffe06b71b6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171494,7 +172276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45691db2-215e-490b-83e0-26cd32fb5de6", + "id": "1e911b0e-4424-4bc5-80cb-4ef8f3cf0195", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171540,7 +172322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9e5f534-4c56-47d9-bbc0-a0ede0becdd6", + "id": "db8d213f-e36a-4945-94be-6b6d3ac33099", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -171586,7 +172368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57d1f938-70a0-4145-9afc-597aff1c9e05", + "id": "c08c35fb-0f58-4e25-ab75-93261975aca3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171632,7 +172414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3313ad31-18c5-4c51-a9c2-ebfb5630db29", + "id": "a24feaa5-7097-44e8-91d4-6b80a079c18f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171684,7 +172466,7 @@ } }, { - "id": "e4dcda14-4651-4636-99ae-ba4d33a69959", + "id": "3190ffb4-ec6a-48d0-85b6-8d4b3121d2c7", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -171750,7 +172532,7 @@ }, "response": [ { - "id": "09aa5131-18ee-41f2-9246-f42ec094dc1f", + "id": "dea5a613-21b9-4966-8ce0-ddd1d45f7cef", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -171809,7 +172591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed6b2877-740a-465a-ada3-7d8986e33d85", + "id": "68eb193a-2ccd-4f41-ba46-9d826d35e60c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171868,7 +172650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8953ab10-b3dc-433b-8762-796411ccff0b", + "id": "5c11feb5-3480-44fc-8580-c90da1b0bfe2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171927,7 +172709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bda7831-fcf9-4c52-b4aa-59261e716969", + "id": "694a1e2f-7391-4e9e-8810-7a8a8e79315b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171986,7 +172768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea4357a6-87c3-4167-8c0a-301421a986d1", + "id": "301012f3-01a4-45f1-8d47-c9d2dc1dd694", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -172045,7 +172827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a71179c-958f-4741-93ae-0db66803fdf3", + "id": "8671eb52-8a91-4e5a-b089-f46ec6396057", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172104,7 +172886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b31128c0-fced-4406-a0c8-4c27c8d76e01", + "id": "e6707313-a75a-4ac0-aaf7-3ab834479adf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172169,7 +172951,7 @@ } }, { - "id": "4bc4853e-f36c-4dd7-822f-a0d862ba9426", + "id": "d5a1733c-ac38-416b-b1d6-c63353823bbd", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -172235,7 +173017,7 @@ }, "response": [ { - "id": "b519db9a-e79e-4c16-a732-7ca24befd70f", + "id": "ae53b9a9-3293-4ed9-8350-74313740eeba", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -172294,7 +173076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29db8c61-7169-4ee9-b4a5-374a4dba231c", + "id": "a74adaf9-3a1e-480e-b305-4ce13b0d3aca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172353,7 +173135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c84e9401-38e4-40f5-bbf1-712cf09edf5b", + "id": "901dc33b-3c94-478f-b86f-26bde15ed416", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172412,7 +173194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fd0da2d-899b-412a-b667-d796f41ea0be", + "id": "f17c9ff0-8d83-40af-8fff-16f47f5532bc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172471,7 +173253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "157b8614-ef6a-4cf7-adf5-d446f2eb2bb2", + "id": "4f3f7fc7-5fc3-41be-9aec-efa6b1b4fad8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -172530,7 +173312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17fa1c10-5dfe-45bf-92cb-581fdfd80707", + "id": "fee56e91-b4e3-4c38-a8e7-9c0924322388", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172589,7 +173371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fec3c4c7-6298-453d-ab3e-c62e59459563", + "id": "86127693-1086-4eda-8814-4133279d1cc4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172654,7 +173436,7 @@ } }, { - "id": "b895ffdb-84f0-4ed8-be28-15737b136964", + "id": "dcf009f1-3e8e-498c-ac65-5e97c4a0e481", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -172704,7 +173486,7 @@ }, "response": [ { - "id": "5c613573-2bf0-4c85-8fe3-13e9bd22cccf", + "id": "17e9c310-537b-4679-90ed-74c47082c661", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -172740,7 +173522,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e19b2379-1511-41d9-9d64-fbdd730c4882", + "id": "2ef8a907-2798-468c-a3e4-50b670ba7ba0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172786,7 +173568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dd31b68-f4e4-48e0-99c8-94f976f98b7d", + "id": "6431e0c6-7f25-44bb-bbba-1a36c88d94cd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172832,7 +173614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b746e68-94ed-4e46-aa99-bde3b6c37168", + "id": "0042ed23-57e2-4499-9154-1f953b5ceaa5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172878,7 +173660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe7a5ab3-b819-4daf-b28e-ab394a33f6d3", + "id": "8fb5d1ea-67a1-4990-9b09-79761f107028", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -172924,7 +173706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e24ed8d2-0948-49c3-8555-daa0d6299a5f", + "id": "2b2a1aae-3016-4f34-9c70-537b58b07578", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172970,7 +173752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "218399d1-7160-463f-8e2e-4d69740e89e0", + "id": "740d6795-3a28-4926-a2d3-a5f2e57bf052", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173022,7 +173804,7 @@ } }, { - "id": "f1873f6f-92f8-49ff-b6dd-a2496a449170", + "id": "40d7060d-398f-4542-bed5-f74d65113345", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -173062,7 +173844,7 @@ }, "response": [ { - "id": "5458d438-e7e5-4676-8dd3-4a4a61af59b9", + "id": "8fe145e4-b003-4d38-b86f-12d912a61bb9", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -173108,7 +173890,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9804166c-cf72-4e4d-9724-57ca902b0354", + "id": "71952722-7487-4659-a505-ccf314f4b27c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173154,7 +173936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "427f9a45-214f-4dcc-abdd-651556d811cd", + "id": "27c26acf-05a9-4c8b-835a-1c49d5dffcca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173200,7 +173982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93d34404-4145-4291-a7d1-09f44b719bcf", + "id": "99d532b8-3f74-4a15-bda0-20aa22d660ad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173246,7 +174028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ded8c0f6-1f60-4c5e-92b8-a9d17f265294", + "id": "9a20e4eb-a0cc-4547-9fb5-77fe149bf154", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -173292,7 +174074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fd41f95-d0de-4732-92cc-d847ab16169c", + "id": "e3df4d0b-c181-4801-87f0-8ffd1a9db27d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173338,7 +174120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8861feed-77cc-4980-8c6e-37a958004955", + "id": "c321729d-dfab-4fc5-a4e1-53b98267757c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173390,7 +174172,7 @@ } }, { - "id": "a4106c0c-2e32-45aa-9ba6-2674c33f4fc4", + "id": "c65c4f37-7c8b-41f9-8b93-fb55eb839cf7", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -173442,7 +174224,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -173450,7 +174232,7 @@ }, "response": [ { - "id": "078dd2e6-64b0-41d3-8e56-9c61d5c86993", + "id": "b2bb61cc-b3db-48d7-a7db-9421c1a361e5", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -173494,7 +174276,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -173513,7 +174295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4345ce0-fe5a-4ad5-8b28-740cf3798947", + "id": "db96d77d-bd4b-4202-b522-a8a6cb9c706b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173557,7 +174339,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -173576,7 +174358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1a77336-ad40-46b9-9f25-ffb423fbfb5c", + "id": "ade35fb8-3609-47c5-bcfa-d6c18e4ebb52", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173620,7 +174402,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -173639,7 +174421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf6bfba3-ec63-41c6-b151-fafd43d558ac", + "id": "52c6035e-9148-4c7f-8a49-fb57d71e1b37", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173683,7 +174465,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -173702,7 +174484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba9e8782-c6e3-403b-b481-35ba6adb25e7", + "id": "a20ecbd4-94d2-4242-892e-ac3110600896", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173746,7 +174528,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -173765,7 +174547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8037a2b-e40d-4248-a5c8-170939423dd3", + "id": "4680a07b-c029-4a2c-9ae9-dfbfcc4cb587", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173809,7 +174591,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -173834,7 +174616,7 @@ } }, { - "id": "aff86e4d-c6f4-4e2f-b48e-bbfc8b046f43", + "id": "251aef4f-c6b3-4078-8b2c-467bea2c8887", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -173884,7 +174666,7 @@ }, "response": [ { - "id": "4d9fe2eb-61a4-488e-90a4-48449fde96ea", + "id": "d057bc6e-a53d-4ae3-9d79-63e45f2ed59d", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -173940,7 +174722,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0e00a7d7-108a-4f68-9256-c828f06f691a", + "id": "9c28a291-3bb1-4386-954d-1facf1b2ada6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173996,7 +174778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7884d05-0927-44fc-847c-55f6e16157bd", + "id": "e0cbf645-44f1-4281-b65f-0bf0773e5301", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174052,7 +174834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c97af2e1-d984-4d83-91d8-6b51e958dda4", + "id": "5fbe9cd5-a0a1-4ded-9bac-a32b91805c9f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174108,7 +174890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40e65e79-c706-4977-8fc2-edcee84a914a", + "id": "ae7f4ef7-60d9-402d-a2bc-dd51f043042f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -174164,7 +174946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7076c0e4-b4dd-464f-bc43-00ff74db22da", + "id": "f3942aa4-704a-4185-9070-8f3623584067", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174220,7 +175002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6038e588-8e8f-4641-bdac-93d10d2fbe0b", + "id": "c1293dcc-6218-4c7d-850d-9272851ce9b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174282,7 +175064,7 @@ } }, { - "id": "454f9e12-42f3-448a-99f0-27fe84f59939", + "id": "ffaff6cd-9e1f-4755-9944-b5c0566b9671", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -174344,7 +175126,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -174352,7 +175134,7 @@ }, "response": [ { - "id": "df1d7db1-865f-4bac-8dbd-904543f30030", + "id": "4be3bee0-7d74-4e16-991b-cbb89179b65f", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -174406,7 +175188,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -174425,7 +175207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c98fd3cc-07bc-476b-8b5b-cdcfa5af5280", + "id": "cc68508f-bdd8-4a16-843e-15c666d89433", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174479,7 +175261,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -174498,7 +175280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3eb809ff-3516-46a8-9775-444c94708221", + "id": "3c405e8a-bbcd-49e8-bf36-c247a645d54d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174552,7 +175334,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -174571,7 +175353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b04eba4-7ca7-4f25-988d-8825c162165c", + "id": "db82d6e3-89f1-4281-ad9c-d96255635e71", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174625,7 +175407,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -174644,7 +175426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab4acaac-6600-4966-bb13-a57f317a364b", + "id": "dfd60cf4-a6be-4868-9195-3b9927d7e123", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174698,7 +175480,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -174717,7 +175499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbd30ac2-8414-48b6-828d-d09ef881e387", + "id": "abfa50cc-5ca5-4027-8995-93d04b8edea9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174771,7 +175553,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -174796,7 +175578,7 @@ } }, { - "id": "1e6468b0-34cf-4029-b797-c32b442ff44e", + "id": "8b8940e3-35d9-4694-8017-34716c60c10d", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -174847,7 +175629,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -174855,7 +175637,7 @@ }, "response": [ { - "id": "a334c6c6-2618-4999-9c1e-4c83601696de", + "id": "ad2bba4d-2128-4b15-aa2d-df07d2e1aa2e", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -174898,7 +175680,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -174917,7 +175699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "472b7f1a-c93b-4b47-97eb-c8704c96ff14", + "id": "c8ddcf7a-1c9a-41ff-9bb4-8e07a6ee4a9d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174960,7 +175742,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -174979,7 +175761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9922e4c9-eff1-4453-bf3f-078087e99a69", + "id": "2771919d-93cf-4620-a477-7ffa6b92e87f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -175022,7 +175804,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -175041,7 +175823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84667107-68e4-4806-84cd-8595740e603f", + "id": "0036663f-9e04-4663-8092-9f43ff4ca488", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175084,7 +175866,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -175103,7 +175885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f81f596b-9291-4475-a4b0-1fae2cf33789", + "id": "59014290-ad39-47ea-b447-5fce176deb6e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -175146,7 +175928,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -175165,7 +175947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5b0ff6d-2ea2-4263-b9e6-b333fe244e3c", + "id": "10b9307f-3b29-429d-9e06-77910489b54c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175208,7 +175990,7 @@ "type": "text/plain" }, "key": "file", - "value": "est aliqua aute ipsum", + "value": "Excepteur dese", "type": "text" } ] @@ -175233,7 +176015,7 @@ } }, { - "id": "33e7e67d-ce30-4848-8d15-87b968c248cd", + "id": "88654a7f-432f-40cd-91af-c01a3fe906f0", "name": "Synchronize single source attributes.", "request": { "name": "Synchronize single source attributes.", @@ -175254,7 +176036,7 @@ "variable": [ { "type": "any", - "value": "reprehenderit proident Ut ad", + "value": "occaecat Excepteur", "key": "id", "disabled": true, "description": { @@ -175275,7 +176057,7 @@ }, "response": [ { - "id": "00a7dd31-b7d6-4bba-b642-057f48abd427", + "id": "57b7b9fb-4022-40a2-9c05-db0bc3776c15", "name": "A Source Sync job", "originalRequest": { "url": { @@ -175320,7 +176102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b040baa7-5693-4973-9e4e-fe26a3325ed9", + "id": "f4a917ca-0679-47a7-b8a0-85cb600c18fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175365,7 +176147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f0e1379-9082-41a1-9aba-7039bdcc0edc", + "id": "79aec9d2-836e-410b-a175-beeb605a0da2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -175410,7 +176192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0af41e1-bbc7-4870-b8c6-ee3090de1ee7", + "id": "a7e6551c-7ebe-4e89-80c4-9d613d55135c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175455,7 +176237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c40cbe73-eae5-4a5c-9b79-6d4dff3f1e7f", + "id": "4d4085b2-f417-48fe-af6a-df169fb8588c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -175500,7 +176282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed4571b1-b243-47ac-aefa-4e4ae4db476b", + "id": "eda04547-ec5b-4ff3-a55e-25191b6f7d86", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -175545,7 +176327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a67a2115-b095-41a6-9223-d6d8bf5bd2b5", + "id": "6e88c888-918e-4cbb-aa8d-bb1dbff168b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175596,7 +176378,7 @@ } }, { - "id": "7037741b-c5a5-46c9-9a8e-9ba87b92a836", + "id": "df69c5aa-cd30-4e8c-bce6-fd8568bc0e9a", "name": "Get Source Entitlement Request Configuration", "request": { "name": "Get Source Entitlement Request Configuration", @@ -175632,7 +176414,7 @@ }, "response": [ { - "id": "f82d280d-6305-4729-a6fe-cf5b1e9a1231", + "id": "33a4f333-9bd5-4aa0-9df0-693f16dfcc43", "name": "Get default config", "originalRequest": { "url": { @@ -175677,7 +176459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "253f8648-0bde-45d2-8658-80270e6d01f8", + "id": "b129ee80-8efc-4eda-a22a-f23295a51889", "name": "Get config with one approval", "originalRequest": { "url": { @@ -175722,7 +176504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bed1a4d-ca3a-4dde-a71b-2d78e1899849", + "id": "b0501281-de4a-4b99-b2aa-a7ce923de702", "name": "Get config with multiple approvals", "originalRequest": { "url": { @@ -175767,7 +176549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cb307b8-dcef-4e3c-bffa-9113d5e2035b", + "id": "8a74fbd1-476f-4568-a31c-d24b79d62522", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175812,7 +176594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2cd5439-91f4-4f29-866a-5b8d12250327", + "id": "e6091067-a6f9-46d8-abb5-e75bac8981d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -175857,7 +176639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c2183c1-44ff-481c-8da6-1eba87d2db59", + "id": "234d39b0-99a2-4164-a288-300efa6d0d00", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175902,7 +176684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0b88bf8-e211-4ac9-93fd-838bf39257ce", + "id": "7b15c76d-6267-464e-9309-c3be334450a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -175947,7 +176729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a74bbaa4-91af-4e89-bc2e-5786949a24b8", + "id": "b21d95cd-bcbb-4408-a65e-5d1db9c233b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175998,7 +176780,7 @@ } }, { - "id": "517f78a4-944f-440c-9565-5b7ef3131aff", + "id": "49291ba4-51d2-414a-a184-3021a124c6e5", "name": "Update Source Entitlement Request Configuration", "request": { "name": "Update Source Entitlement Request Configuration", @@ -176047,7 +176829,7 @@ }, "response": [ { - "id": "7adce124-4d66-4d31-8099-d75f583de5a1", + "id": "3dfdea30-a44e-479f-b332-6e1de53a5ddb", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -176105,7 +176887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce770d14-3136-4f3f-a55f-8e8d5270914a", + "id": "469f9bf9-9145-4ca9-b000-f05d803ba72b", "name": "Set config with one approval", "originalRequest": { "url": { @@ -176163,7 +176945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21d2a23e-65ad-469d-b97f-75843327d669", + "id": "0b9f0d20-f679-4297-b17c-90ddedb6fb7d", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -176221,7 +177003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9817b6be-a388-47bf-90ce-991f26a7c748", + "id": "33acc1d3-01a1-4ad7-af04-81b199a53e85", "name": "Set config with one approval", "originalRequest": { "url": { @@ -176279,7 +177061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cae45efa-6bde-4a99-8896-5ea49c37479e", + "id": "7d39efd3-3fda-463b-bb02-5af17b30b590", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -176337,7 +177119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59721f20-0890-482a-94fc-c39c9e7ac77c", + "id": "0dd46431-70bd-4535-b86b-5cc1cac31be9", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -176395,7 +177177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b75abfa9-6881-486a-9eee-ecaa1917af3b", + "id": "32e267c7-11f7-4d53-9af1-3e6c10d7295e", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -176453,7 +177235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "487ff8ba-5157-463b-9018-3fbc4143b71c", + "id": "e5369206-4eef-4861-ac2c-85612e6bc665", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -176511,7 +177293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46e00beb-989a-46bd-802c-529938ecbe5b", + "id": "0f127202-bb66-4e53-9874-44d4a4a4711e", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -176581,7 +177363,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": "4138a1ea-0064-4ff4-a5ba-c7df2a6fef61", + "id": "74a606d8-59a1-4f25-aecb-8cd286e0f7a8", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -176623,7 +177405,7 @@ }, "response": [ { - "id": "66afd1d0-2d82-41c4-8b10-0543f016a410", + "id": "6f374cb8-f9c5-4e79-a1a4-0a86b9ff69b9", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -176668,7 +177450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ae96fd7-885d-4631-9135-c6527a48e5dd", + "id": "8d012188-10bf-4b1b-819d-5e341a98d944", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176713,7 +177495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3981a638-a99b-401c-abb5-651b0a73574e", + "id": "8d905277-d72e-46d1-9318-2f6fc869d351", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176758,7 +177540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d30e4e1f-fce0-445a-9352-0d36c215ec9a", + "id": "10454081-c374-4daf-b70e-eee9bea52d50", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176803,7 +177585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b05151ea-3257-4118-ab28-12829e7e89ba", + "id": "dd804a05-4af7-4325-938f-14ae6a1a3054", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176848,7 +177630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75a1e1fc-2063-4e44-a8b0-4883a32c5cd8", + "id": "2757bf96-bed3-44b5-903b-03fde291412f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176899,7 +177681,7 @@ } }, { - "id": "63d1dedb-004e-4567-8537-aa02425f6341", + "id": "abf161df-4975-4e36-8f63-6ecc349e66d3", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -176978,7 +177760,7 @@ }, "response": [ { - "id": "e254dffa-05e7-4444-92dc-522d7955e819", + "id": "97b7d788-f3ea-4fb5-a391-7e248dcd5b17", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -177060,7 +177842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09536a74-ceb6-486e-8d83-2c37dca6d351", + "id": "c9d64118-20a7-4827-9b35-ecdd93e54d24", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177142,7 +177924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb2ba7cc-f663-4b5a-bc77-f3979f7efa15", + "id": "df3aa1ac-47c3-42ed-bd3c-f3d59be9cb5b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177224,7 +178006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa26d410-7de6-44c6-8230-0d1eaaf521c5", + "id": "498bc103-afb2-4ebf-a089-5d144b5fc5c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177306,7 +178088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b39f718c-3651-449e-b1e6-5ce4c3a0229b", + "id": "f1c2f6a1-7cea-46ba-a1c6-5b4ed77cf5e9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177388,7 +178170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f9789f3-f179-4306-ac38-eb04425d0bce", + "id": "ab037b36-5604-47bf-aab8-43c173575437", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177482,7 +178264,7 @@ "description": "Import and export configuration for some objects between tenants.", "item": [ { - "id": "1f590e3f-a475-498e-ac3b-1398c02dc757", + "id": "a5e822e6-5ea1-4d50-975b-4afe6c235d3d", "name": "Initiates configuration objects export job", "request": { "name": "Initiates configuration objects export job", @@ -177525,7 +178307,7 @@ }, "response": [ { - "id": "1c13a4c8-a2cc-48d7-92b4-b0615473dfe4", + "id": "3b226471-b255-462e-b476-475eccb7bae8", "name": "Export all objects available", "originalRequest": { "url": { @@ -177582,7 +178364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d972abec-fecb-4c2f-9639-12b2ec201610", + "id": "ce0c94e9-714b-4bbc-b95e-8071ac1bf5c8", "name": "Export sources by ID", "originalRequest": { "url": { @@ -177639,7 +178421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "020c862c-0cb8-4313-99fd-9dc33998948b", + "id": "a7e31f07-05e5-4036-ab33-8a466cd1adf3", "name": "Export transforms by name", "originalRequest": { "url": { @@ -177696,7 +178478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bf09f8c-1d82-4cca-995b-3c54890c9e0f", + "id": "336f3e9a-b2ad-4f79-a08b-0e890445f516", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -177753,7 +178535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4a55c3e-4cba-4260-b124-effb84cc29cb", + "id": "f3efc918-9868-4b0a-9de0-579c347118ae", "name": "Export sources by ID", "originalRequest": { "url": { @@ -177810,7 +178592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a75bee05-748f-4603-8f71-f0f76f43251c", + "id": "8acc61da-02f4-4f04-8347-67fd7fe02ea6", "name": "Export transforms by name", "originalRequest": { "url": { @@ -177867,7 +178649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adac5543-90cd-422a-8827-5de0d9c16b9b", + "id": "6fd277e7-207e-4797-9edb-c61ca635276f", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -177924,7 +178706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7872e4b-54ea-410c-891e-e05d50d5edf1", + "id": "d4c8f252-ede2-4c1a-9bef-439d242fef27", "name": "Export transforms by name", "originalRequest": { "url": { @@ -177981,7 +178763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "275a472b-1320-489e-abc1-99a4142d07c8", + "id": "ba0b5457-65d7-4c88-9cda-3a87121c96ba", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -178038,7 +178820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "342bc233-dcb9-4048-bf9c-895d818d0775", + "id": "d668667d-2a00-4552-a760-ea40de606599", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -178095,7 +178877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa5565fb-b966-4af2-be23-20edfdf87f2d", + "id": "95f2d233-c4e2-45d0-876d-bbbd9582bfd7", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -178152,7 +178934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3eb4d065-cb70-4f2e-aab6-5a8041445deb", + "id": "e772592a-7062-4f15-af5f-b663b450d9e2", "name": "Export all objects available", "originalRequest": { "url": { @@ -178209,7 +178991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01087caf-ba5a-40ad-ba87-f26d25eece4c", + "id": "a94bb21a-adbc-44eb-8021-5dcdfcb59854", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -178272,7 +179054,7 @@ } }, { - "id": "859e651f-bf8e-4451-bc2a-e30dc6883716", + "id": "a743b68e-5bd2-4000-8df1-065e456e0107", "name": "Get export job status", "request": { "name": "Get export job status", @@ -178314,7 +179096,7 @@ }, "response": [ { - "id": "f7878132-a88e-4bf8-959d-bd00df278c01", + "id": "946645eb-2023-4e09-b4bf-d261b64b0d9c", "name": "Export job status successfully returned.", "originalRequest": { "url": { @@ -178359,7 +179141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5b94872-2272-4e57-a711-cdae75bcb06b", + "id": "9ba405a2-a933-4654-b064-b9c289c20126", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178404,7 +179186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b583917a-91e2-4446-beae-c96621aa40ab", + "id": "e919c238-bb38-4a7e-a3de-a285dcc6ff78", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178449,7 +179231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60d0b5e6-ea6d-4835-a18b-92e79a9f980e", + "id": "83d15c9a-dbdd-45b3-a144-ee2a5df9a90d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178494,7 +179276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa862239-69ff-4264-b7dc-5d85f67ad7d8", + "id": "5a78d874-6f3f-4105-9476-4e5554e99138", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -178539,7 +179321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1c02021-5405-4f23-ae01-4bd751a93a12", + "id": "47b1f767-52ba-4519-923b-744d62fa7310", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178584,7 +179366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7db6e08c-632c-4c43-b79d-57a962376830", + "id": "bacb1054-a011-4311-9a1e-27775d160d65", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178635,7 +179417,7 @@ } }, { - "id": "813c7fc0-49ca-4363-82a3-c42a9f2c2ad8", + "id": "e2b5e7ae-ae58-4734-8fba-3ab08f8e90de", "name": "Download export job result.", "request": { "name": "Download export job result.", @@ -178678,7 +179460,7 @@ }, "response": [ { - "id": "8e65b8a0-b229-4adc-9a74-1158de872291", + "id": "6b84ffbf-7da1-442b-a914-98615ee671e5", "name": "Exported JSON objects.", "originalRequest": { "url": { @@ -178719,12 +179501,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 \"incididunt_be6\": false,\n \"elit_7\": -13621775\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"estd\": 76751220.71144167,\n \"eiusmod_e\": 93876992.04430336,\n \"esse4\": false,\n \"ex_a\": \"aliquip mollit non nulla\",\n \"anim_4_0\": true\n }\n }\n ]\n}", + "body": "{\n \"version\": 1,\n \"timestamp\": \"2021-05-11T22:23:16Z\",\n \"tenant\": \"sample-tenant\",\n \"description\": \"Export Job 1 Test\",\n \"options\": {\n \"excludeTypes\": [\n \"SOURCE\",\n \"SOURCE\"\n ],\n \"includeTypes\": [\n \"TRIGGER_SUBSCRIPTION\",\n \"TRIGGER_SUBSCRIPTION\"\n ],\n \"objectOptions\": {\n \"TRIGGER_SUBSCRIPTION\": {\n \"includedIds\": [\n \"be9e116d-08e1-49fc-ab7f-fa585e96c9e4\"\n ],\n \"includedNames\": [\n \"Test 2\"\n ]\n }\n }\n },\n \"objects\": [\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"ut_aa8\": -83584867\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"aliqua_7_\": 95339235,\n \"aute_b\": \"incididunt adipisicing eiusmod\",\n \"ipsum72\": false\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bcde3a76-2fb5-47b9-93b4-ec15f49aaae5", + "id": "3a378614-149a-4f8c-b286-403752ad856d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178770,7 +179552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "585013c9-3319-421d-b549-96a7e0045929", + "id": "bcaf54fd-5d9e-4f0a-aabb-0e5a3401fcc8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178816,7 +179598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6918c7cb-2cc0-4b3e-a91f-bf964139349b", + "id": "378e745e-e9c0-4889-89a2-091e061a51bf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178862,7 +179644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "590a71a8-b638-490e-a9c8-7a3e42763530", + "id": "24416366-ce04-43a7-b85f-3080dc7496e9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -178908,7 +179690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a842f838-d2d0-4956-ad86-951dc1d2a350", + "id": "993cc732-824b-43d9-8676-6c84c3539700", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178954,7 +179736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62729181-5382-40f7-afba-3beedc082e54", + "id": "52b0809e-8fc4-48ed-8fdc-a48a04a2dc91", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179006,7 +179788,7 @@ } }, { - "id": "303dd91a-a70d-4bd5-b907-8bc52e655709", + "id": "f6a96f3b-06b6-49f7-a1b8-38a6becefced", "name": "Initiates configuration objects import job", "request": { "name": "Initiates configuration objects import job", @@ -179055,7 +179837,7 @@ "type": "text/plain" }, "key": "data", - "value": "elit esse", + "value": "cupidatat mollit non anim", "type": "text" }, { @@ -179072,7 +179854,7 @@ }, "response": [ { - "id": "dee705b1-28e9-4d6e-a46a-270d79ad0a54", + "id": "c987d659-5fda-46dd-a920-0a1d7a4118a2", "name": "Import job accepted and queued for processing.", "originalRequest": { "url": { @@ -179124,7 +179906,7 @@ "type": "text/plain" }, "key": "data", - "value": "elit esse", + "value": "cupidatat mollit non anim", "type": "text" }, { @@ -179152,7 +179934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cf66668-8bc9-452a-919e-465e04bd89df", + "id": "06cafb78-f9b3-4ac0-9857-f62de40f8946", "name": "Client Error - Returned if the request body is invalid.\n", "originalRequest": { "url": { @@ -179204,7 +179986,7 @@ "type": "text/plain" }, "key": "data", - "value": "elit esse", + "value": "cupidatat mollit non anim", "type": "text" }, { @@ -179232,7 +180014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca6f9e1d-dee9-4408-a44a-234796b5b885", + "id": "e0757fb4-07b6-4da8-af7c-536d86ff3c60", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179284,7 +180066,7 @@ "type": "text/plain" }, "key": "data", - "value": "elit esse", + "value": "cupidatat mollit non anim", "type": "text" }, { @@ -179312,7 +180094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bd5c32a-f19b-4f23-8983-620f0f249295", + "id": "7a7b902a-e983-418a-a81a-ae85a81bc23e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179364,7 +180146,7 @@ "type": "text/plain" }, "key": "data", - "value": "elit esse", + "value": "cupidatat mollit non anim", "type": "text" }, { @@ -179392,7 +180174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a1a67dd-f049-42d1-b126-69ff7ebe805a", + "id": "0e152fc9-d2c4-4d71-ac67-f1781657b9e8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -179444,7 +180226,7 @@ "type": "text/plain" }, "key": "data", - "value": "elit esse", + "value": "cupidatat mollit non anim", "type": "text" }, { @@ -179472,7 +180254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "218cfd8f-b177-4e46-8807-b6d74dc99885", + "id": "62520634-57e6-428d-b74a-2bc0595e868d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179524,7 +180306,7 @@ "type": "text/plain" }, "key": "data", - "value": "elit esse", + "value": "cupidatat mollit non anim", "type": "text" }, { @@ -179552,7 +180334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8762848c-a636-442f-a3f6-573f6e2616f7", + "id": "d9e04d45-03eb-40e2-91f6-a592b3208c7a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179604,7 +180386,7 @@ "type": "text/plain" }, "key": "data", - "value": "elit esse", + "value": "cupidatat mollit non anim", "type": "text" }, { @@ -179638,7 +180420,7 @@ } }, { - "id": "04370f13-e5c2-48a9-9dc8-bf86b72a1ffd", + "id": "bc3f7690-7966-46cd-9347-f924afdc2f1b", "name": "Get import job status", "request": { "name": "Get import job status", @@ -179680,7 +180462,7 @@ }, "response": [ { - "id": "a773a53f-932c-43a6-ae45-7e7bf3ce5c7b", + "id": "79ace7dd-3524-49b4-832a-8943bc625469", "name": "Import job status successfully returned.", "originalRequest": { "url": { @@ -179725,7 +180507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5d2d795-6969-4b5d-99ed-53403bdb4bf5", + "id": "78dd2690-eefc-4ae8-8065-6154f462449c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179770,7 +180552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c2d7b7d-d0de-48f1-b8d4-4efd0a7b3269", + "id": "6ee7b517-85be-4856-803a-a7bca42ffb12", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179815,7 +180597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28015cbf-352a-457b-97d9-f3155a74c7d1", + "id": "29f77c41-a9c9-4741-b5aa-c5eea75396f0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179860,7 +180642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3c87ce2-9164-4a0a-91bc-4bc5be2e1a88", + "id": "1e42dce8-670f-47ef-aba2-d79450e8cb4f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -179905,7 +180687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebbe1125-e1d6-44d4-8409-93201ba0dc93", + "id": "906745d0-7b4a-4f33-96bf-0943e7a034f2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179950,7 +180732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce78d0ed-fa0b-4542-892d-0a0229b22d99", + "id": "3982f85c-e3ea-46fb-811c-6a5668e9cd17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180001,7 +180783,7 @@ } }, { - "id": "325ff578-3933-4994-8ecf-afcf1ebcf5b1", + "id": "883b7e20-6be3-467d-9595-1c3e141695f0", "name": "Download import job result", "request": { "name": "Download import job result", @@ -180044,7 +180826,7 @@ }, "response": [ { - "id": "b98ac127-554f-4a34-9cf9-ac5dd528f97a", + "id": "e726aff4-de6f-4145-ad26-d220cf216fba", "name": "Import results JSON object, containing detailed results of the import operation.", "originalRequest": { "url": { @@ -180085,12 +180867,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": {\n \"enim_b\": {\n \"infos\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"cillum_8e\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"Ut_96f\": {},\n \"elit0\": {}\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 \"cupidatat1a1\": {},\n \"laborum4\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"ut_0\": {},\n \"velit__3\": {}\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 \"adae7\": {},\n \"fugiat_06\": {}\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 \"pariatur_a3a\": {},\n \"minim4\": {},\n \"sint_789\": {}\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 \"reprehenderit_684\": {\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 \"ipsum231\": {}\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 \"laborise\": {},\n \"fugiat1c\": {},\n \"esse1\": {}\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 \"sed778\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"dolor_0\": {},\n \"proident5f\": {}\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 \"dolorc\": {}\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 \"cillum98\": {},\n \"dolore_4f\": {}\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 \"nonb\": {\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 \"officia32\": {},\n \"cupidatata\": {},\n \"ipsum_3a\": {},\n \"consequatd\": {}\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 \"laboris_5\": {},\n \"dolore92\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"amet_4\": {},\n \"ut2\": {},\n \"aute1fa\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"esse_8_\": {},\n \"cillum_2\": {}\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 \"dolore_4c\": {},\n \"nulla4d\": {}\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 \"nisicb\": {}\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 \"tempor__\": {\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 \"ad_5\": {}\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 \"fugiat9\": {}\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 \"esse9e\": {},\n \"sit_426\": {}\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 \"proidentd\": {},\n \"occaecat_a7\": {}\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 \"cupidatatb\": {}\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 \"pariatur_c\": {}\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": "3caf5469-eabc-43b8-b887-916558778e47", + "id": "74944412-430f-4d31-bcd0-fecbff75b1b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180136,7 +180918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7ad6a5e-2948-4303-9b38-acf18daf8f10", + "id": "5be39918-1513-43bb-aaed-a6f9875c8e3b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180182,7 +180964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c948432-0914-4d6b-b17f-6bca586ed284", + "id": "3e3c4bd9-4abe-46f8-9076-c9e45ea481dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180228,7 +181010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "343e3abd-981a-493a-829a-dab7d6dde232", + "id": "c469c507-831e-41a5-8347-448c3dd94612", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -180274,7 +181056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa4e75b5-b1c9-46f7-8ae7-56dfdcb254cb", + "id": "cd329f63-799c-42a1-a8d3-48355f52c36b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180320,7 +181102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc129caa-6dd5-430b-802c-b1600ca0e0a8", + "id": "08d72ffa-5d53-43b6-978b-775f5df9cbae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180372,7 +181154,7 @@ } }, { - "id": "a0f27d47-1cdf-40ba-a82b-9bd8495eec3a", + "id": "75cd27ff-8ca8-45ea-8598-ae202c53c232", "name": "Get config object details", "request": { "name": "Get config object details", @@ -180402,7 +181184,7 @@ }, "response": [ { - "id": "8501af57-b56e-48d0-951b-ac8f01213180", + "id": "d99d5222-103a-4d60-bfd3-af091cc69da1", "name": "Object configurations returned successfully.", "originalRequest": { "url": { @@ -180446,7 +181228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc317544-87bd-4fc5-a410-93a19e2e3d10", + "id": "d6e90071-66f9-446a-99dd-d64e1d7b8fa8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180490,7 +181272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4207463-caf8-4c9b-8c1a-66d2f9a2ad63", + "id": "9a367d51-d513-4daa-916e-587555747bed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180534,7 +181316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "397f97da-d97e-479f-9798-096dd539c9bc", + "id": "9938ffce-a2ef-48bf-b048-bc9b45d3fe2c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180578,7 +181360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8610ae52-c2e9-4f3a-8e5f-b95174ed758c", + "id": "16a1a60a-d0cb-4b1c-a685-1945dacec45a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -180622,7 +181404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72975d81-6c81-4b35-88aa-76b82ff65ec9", + "id": "54364657-96bf-4bd0-9633-9fdf242895e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180666,7 +181448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61810aae-8fee-470e-a6a7-dbe78003a804", + "id": "3400d6d9-7ca8-410d-803c-a20686bb60f5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180722,7 +181504,7 @@ "description": "Use this API to leverage power of LLM to generate suggested entitlement description.\n", "item": [ { - "id": "eb7b0c29-98bd-48d4-9f9f-0d7ad4128f93", + "id": "ce0b3295-a8c7-4e50-a2a5-f3793805b398", "name": "Submit Sed Batch Stats Request", "request": { "name": "Submit Sed Batch Stats Request", @@ -180764,7 +181546,7 @@ }, "response": [ { - "id": "6f39720a-2e02-477f-accd-7eabaf64036a", + "id": "843f76f0-fa99-4e7d-8356-ee09b0618f96", "name": "Stats of Sed batch.", "originalRequest": { "url": { @@ -180804,12 +181586,12 @@ "value": "application/json" } ], - "body": "{\n \"batchComplete\": true,\n \"batchId\": \"urn:uuid:227178b0-3747-6024-60ed-e1a003ef3cd0\",\n \"discoveredCount\": 100,\n \"discoveryComplete\": true,\n \"processedCount\": 100\n}", + "body": "{\n \"batchComplete\": true,\n \"batchId\": \"aa99c83c-ff12-1137-dd4f-42e9c7aac964\",\n \"discoveredCount\": 100,\n \"discoveryComplete\": true,\n \"processedCount\": 100\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8aa74f7f-f24f-426e-a2b1-f3e17fb60324", + "id": "07b8741d-1332-48b5-a268-3710909ca874", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180854,7 +181636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b1e8f71-e886-4bc3-b544-cb56670a5e6f", + "id": "b9a1affb-18e8-4dcd-a318-8f0df91b2289", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180899,7 +181681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a468561e-7ada-4b71-bd8d-3e97251f4c05", + "id": "f86083cd-a6dd-416f-9ff6-4642c7329d41", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180944,7 +181726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae0c3b66-7504-462b-a68a-04f62eff91ed", + "id": "040658ae-525a-4152-883a-09ac3db39ef1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -180989,7 +181771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbb54e2c-15f9-4635-b596-85c007a1a734", + "id": "aeda3859-60a5-4ca0-a62d-818292c22ebe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181034,7 +181816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea42a86b-0f19-4915-99b1-4485418237ca", + "id": "812af1c7-ae34-44bb-a6a5-5fd678fd7c69", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181085,7 +181867,7 @@ } }, { - "id": "ee708309-7d3e-439c-b99b-da058af46c28", + "id": "8dd56829-409d-484a-ad8b-23bfe58ef6a1", "name": "List Sed Batch Request", "request": { "name": "List Sed Batch Request", @@ -181114,7 +181896,7 @@ }, "response": [ { - "id": "bf4f56c9-4a38-4c87-9324-3b251f3e0ddd", + "id": "9427b34e-9935-47be-9599-ef93e534191b", "name": "Status of batch", "originalRequest": { "url": { @@ -181157,7 +181939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38b11471-9ce7-4f06-90f9-75f7eda1f5ca", + "id": "98d2deaa-f4e4-4596-ae1b-ed272a54def7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181200,7 +181982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b580c85f-0987-4559-ad82-05f83a6c489b", + "id": "053d0991-e5b0-4668-8d4f-cf86af30c5d1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181243,7 +182025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "538e350b-9219-4ca7-b4b9-59f3b6940fe8", + "id": "0c37d5f9-e798-431a-a07f-e7c92009fd4a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181286,7 +182068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "202ac967-11eb-4129-9bcd-5b366489c57b", + "id": "bd8a4662-749c-4a1f-ab38-5fcfb575d374", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -181329,7 +182111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01385bfb-ccf9-4e7d-9fce-a101ed2affed", + "id": "b8bde179-1ab1-477c-ab06-a187fc60715c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181372,7 +182154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0efe6ac4-c973-4ef4-a859-ca3893a5a7c9", + "id": "e481114b-9e7c-423e-bab1-ea161acad8ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181421,7 +182203,7 @@ } }, { - "id": "20eeb09e-a90d-49e4-a2c0-b49467ee5bd7", + "id": "4499dea3-c271-44f6-b57d-55dc319bbdbd", "name": "Submit Sed Batch Request", "request": { "name": "Submit Sed Batch Request", @@ -181463,7 +182245,7 @@ }, "response": [ { - "id": "3d9e9582-f664-417c-94cb-71367158a36b", + "id": "0665c8cf-3b1d-4417-9ca3-676c5a25c31a", "name": "Sed Batch Response", "originalRequest": { "url": { @@ -181514,12 +182296,12 @@ "value": "application/json" } ], - "body": "{\n \"batchId\": \"urn:uuid:735e64b2-c02c-839f-a4bd-68c5c67975e6\"\n}", + "body": "{\n \"batchId\": \"4453c547-a6c3-b334-8ed7-cbfbb80beed2\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dee51bc2-82ab-4d56-a8b8-7bada2c2e326", + "id": "88a01f0a-87b4-476e-bd15-ad8452e04b75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181575,7 +182357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b968c2d1-20b9-4ef3-b270-40a815990a3d", + "id": "48eab8f9-d112-4646-9824-4af64a40bc2f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181631,7 +182413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "416b8e86-5d45-4716-b4f1-4324ffabe851", + "id": "9b5e097c-251e-4487-9023-e36fa60e65f9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181687,7 +182469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66b38a50-fe0a-47b4-9acb-50baf11914d3", + "id": "f2503cc1-47b2-4553-b8b0-dc8599a20e31", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -181743,7 +182525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42cfbf87-7db0-425e-9197-c66f644f577b", + "id": "4eb8ef0e-09ad-4570-910b-38178956a0e9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181799,7 +182581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad79851d-9b0a-4b79-ae8c-ef187c6db6b5", + "id": "4a364e27-0ab1-4fe7-a96f-64aeb57d82b0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181861,7 +182643,7 @@ } }, { - "id": "d1c7c89e-3f26-44ce-adc6-e0cde2075a3e", + "id": "b1731ff0-8335-4912-8f9b-d8c5a6479bad", "name": "Submit Bulk Approval Request", "request": { "name": "Submit Bulk Approval Request", @@ -181892,7 +182674,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"38b1b0ae-f69e-2a1e-8823-427b0ad7e823\",\n \"c02596f0-cca4-5583-e1a0-dbd296211edb\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:9e7c5340-7213-8b2f-ecf1-f8bb1df773b7\",\n \"urn:uuid:ec9ddab5-f245-2afd-650a-6bf8baf7ae21\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"urn:uuid:146665bc-8ec1-182a-48e5-c26588482016\",\n \"urn:uuid:d7edf6d8-7a14-5c57-7ae3-86a0af3f6dd4\"\n ]\n },\n {\n \"items\": [\n \"865b26d5-a0b8-7a3a-6dc2-2f7dcc5196cd\",\n \"urn:uuid:d1c7d80c-f8a7-d15a-1a6f-fe007d9c4a4a\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -181903,7 +182685,7 @@ }, "response": [ { - "id": "cc99ca83-028d-499e-a748-2080e2c407a2", + "id": "e3946831-1574-4294-983e-ab61caeb5abb", "name": "List of SED Approval Status", "originalRequest": { "url": { @@ -181937,7 +182719,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"38b1b0ae-f69e-2a1e-8823-427b0ad7e823\",\n \"c02596f0-cca4-5583-e1a0-dbd296211edb\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:9e7c5340-7213-8b2f-ecf1-f8bb1df773b7\",\n \"urn:uuid:ec9ddab5-f245-2afd-650a-6bf8baf7ae21\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"urn:uuid:146665bc-8ec1-182a-48e5-c26588482016\",\n \"urn:uuid:d7edf6d8-7a14-5c57-7ae3-86a0af3f6dd4\"\n ]\n },\n {\n \"items\": [\n \"865b26d5-a0b8-7a3a-6dc2-2f7dcc5196cd\",\n \"urn:uuid:d1c7d80c-f8a7-d15a-1a6f-fe007d9c4a4a\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -181954,12 +182736,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"urn:uuid:b8bee655-03ec-6b6b-4e0e-e17b166d7a2a\",\n \"status\": \"SUCCESS\"\n },\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"369ad000-8963-f594-b3c1-46bac733940a\",\n \"status\": \"SUCCESS\"\n }\n]", + "body": "[\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"ceb63ef2-5f3d-cdf2-4c06-a3411f935e20\",\n \"status\": \"SUCCESS\"\n },\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"urn:uuid:6ee2067e-2c19-cc0f-7a83-0b16678920dc\",\n \"status\": \"SUCCESS\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "28735f36-cf35-4db6-b312-73fcd53b5e80", + "id": "d939ca8d-f052-40db-b2f1-f198d64801cf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181993,7 +182775,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"38b1b0ae-f69e-2a1e-8823-427b0ad7e823\",\n \"c02596f0-cca4-5583-e1a0-dbd296211edb\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:9e7c5340-7213-8b2f-ecf1-f8bb1df773b7\",\n \"urn:uuid:ec9ddab5-f245-2afd-650a-6bf8baf7ae21\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"urn:uuid:146665bc-8ec1-182a-48e5-c26588482016\",\n \"urn:uuid:d7edf6d8-7a14-5c57-7ae3-86a0af3f6dd4\"\n ]\n },\n {\n \"items\": [\n \"865b26d5-a0b8-7a3a-6dc2-2f7dcc5196cd\",\n \"urn:uuid:d1c7d80c-f8a7-d15a-1a6f-fe007d9c4a4a\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -182015,7 +182797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc7f56d3-c905-4ac1-9fc7-90f96ae6196f", + "id": "2c97324e-79fa-4dd5-b19f-04ff0e14773c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182049,7 +182831,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"38b1b0ae-f69e-2a1e-8823-427b0ad7e823\",\n \"c02596f0-cca4-5583-e1a0-dbd296211edb\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:9e7c5340-7213-8b2f-ecf1-f8bb1df773b7\",\n \"urn:uuid:ec9ddab5-f245-2afd-650a-6bf8baf7ae21\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"urn:uuid:146665bc-8ec1-182a-48e5-c26588482016\",\n \"urn:uuid:d7edf6d8-7a14-5c57-7ae3-86a0af3f6dd4\"\n ]\n },\n {\n \"items\": [\n \"865b26d5-a0b8-7a3a-6dc2-2f7dcc5196cd\",\n \"urn:uuid:d1c7d80c-f8a7-d15a-1a6f-fe007d9c4a4a\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -182071,7 +182853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "926d5db1-06be-4625-8f3b-77854a30a788", + "id": "fe6da067-8b21-43d9-a106-9a57c1d28385", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182105,7 +182887,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"38b1b0ae-f69e-2a1e-8823-427b0ad7e823\",\n \"c02596f0-cca4-5583-e1a0-dbd296211edb\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:9e7c5340-7213-8b2f-ecf1-f8bb1df773b7\",\n \"urn:uuid:ec9ddab5-f245-2afd-650a-6bf8baf7ae21\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"urn:uuid:146665bc-8ec1-182a-48e5-c26588482016\",\n \"urn:uuid:d7edf6d8-7a14-5c57-7ae3-86a0af3f6dd4\"\n ]\n },\n {\n \"items\": [\n \"865b26d5-a0b8-7a3a-6dc2-2f7dcc5196cd\",\n \"urn:uuid:d1c7d80c-f8a7-d15a-1a6f-fe007d9c4a4a\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -182127,7 +182909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "330f3c57-0f3e-404d-9833-c800f09ee9ee", + "id": "3779a2a4-fc31-445e-82fc-d2a7da21ec14", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -182161,7 +182943,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"38b1b0ae-f69e-2a1e-8823-427b0ad7e823\",\n \"c02596f0-cca4-5583-e1a0-dbd296211edb\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:9e7c5340-7213-8b2f-ecf1-f8bb1df773b7\",\n \"urn:uuid:ec9ddab5-f245-2afd-650a-6bf8baf7ae21\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"urn:uuid:146665bc-8ec1-182a-48e5-c26588482016\",\n \"urn:uuid:d7edf6d8-7a14-5c57-7ae3-86a0af3f6dd4\"\n ]\n },\n {\n \"items\": [\n \"865b26d5-a0b8-7a3a-6dc2-2f7dcc5196cd\",\n \"urn:uuid:d1c7d80c-f8a7-d15a-1a6f-fe007d9c4a4a\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -182183,7 +182965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e38e6e4b-3e30-4188-9300-46f615068ff9", + "id": "17a3dc52-56c2-4d61-a180-02a27851a3c6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182217,7 +182999,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"38b1b0ae-f69e-2a1e-8823-427b0ad7e823\",\n \"c02596f0-cca4-5583-e1a0-dbd296211edb\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:9e7c5340-7213-8b2f-ecf1-f8bb1df773b7\",\n \"urn:uuid:ec9ddab5-f245-2afd-650a-6bf8baf7ae21\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"urn:uuid:146665bc-8ec1-182a-48e5-c26588482016\",\n \"urn:uuid:d7edf6d8-7a14-5c57-7ae3-86a0af3f6dd4\"\n ]\n },\n {\n \"items\": [\n \"865b26d5-a0b8-7a3a-6dc2-2f7dcc5196cd\",\n \"urn:uuid:d1c7d80c-f8a7-d15a-1a6f-fe007d9c4a4a\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -182239,7 +183021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfe3eff5-73fa-456b-958c-6da679527cc0", + "id": "5441c1d2-4c76-4633-a64c-403ed218340b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182273,7 +183055,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"38b1b0ae-f69e-2a1e-8823-427b0ad7e823\",\n \"c02596f0-cca4-5583-e1a0-dbd296211edb\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:9e7c5340-7213-8b2f-ecf1-f8bb1df773b7\",\n \"urn:uuid:ec9ddab5-f245-2afd-650a-6bf8baf7ae21\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"urn:uuid:146665bc-8ec1-182a-48e5-c26588482016\",\n \"urn:uuid:d7edf6d8-7a14-5c57-7ae3-86a0af3f6dd4\"\n ]\n },\n {\n \"items\": [\n \"865b26d5-a0b8-7a3a-6dc2-2f7dcc5196cd\",\n \"urn:uuid:d1c7d80c-f8a7-d15a-1a6f-fe007d9c4a4a\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -182301,7 +183083,7 @@ } }, { - "id": "31d33dd7-6542-4ea7-b05a-19c3e643f1e6", + "id": "42987f0b-f966-4256-95cb-31717cf0b627", "name": "Submit Sed Assignment Request", "request": { "name": "Submit Sed Assignment Request", @@ -182332,7 +183114,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"2afbce3b-091e-16e8-182b-903f5b2553c6\",\n \"urn:uuid:6fb7ae20-b53c-6588-ec4d-a9fa760fbc17\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"9225dfbc-e7d9-22af-9adc-713f1d7c4a05\",\n \"urn:uuid:bd707227-03d0-daa4-e3ff-e0fae49dc664\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -182343,7 +183125,7 @@ }, "response": [ { - "id": "058567af-f4b4-45cc-9825-1fa6dd50502e", + "id": "d0a9246d-65b3-4aca-84c6-a11d6a003cd7", "name": "Sed Assignment Response", "originalRequest": { "url": { @@ -182377,7 +183159,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"2afbce3b-091e-16e8-182b-903f5b2553c6\",\n \"urn:uuid:6fb7ae20-b53c-6588-ec4d-a9fa760fbc17\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"9225dfbc-e7d9-22af-9adc-713f1d7c4a05\",\n \"urn:uuid:bd707227-03d0-daa4-e3ff-e0fae49dc664\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -182394,12 +183176,12 @@ "value": "application/json" } ], - "body": "{\n \"batchId\": \"e545c406-a98a-79c5-b137-cb80eac29000\"\n}", + "body": "{\n \"batchId\": \"urn:uuid:9d3be273-77d3-5d83-8746-bad7737afd68\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4e2ca0f5-d210-453c-a127-b1fa9ed69073", + "id": "0a2639a3-34df-49df-a748-fd17e8e2f847", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182433,7 +183215,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"2afbce3b-091e-16e8-182b-903f5b2553c6\",\n \"urn:uuid:6fb7ae20-b53c-6588-ec4d-a9fa760fbc17\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"9225dfbc-e7d9-22af-9adc-713f1d7c4a05\",\n \"urn:uuid:bd707227-03d0-daa4-e3ff-e0fae49dc664\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -182455,7 +183237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89b5c8b5-eca5-49e0-9a72-c9f257a4b7fd", + "id": "9ac18d59-1ecd-4d9c-8628-a412160ed759", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182489,7 +183271,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"2afbce3b-091e-16e8-182b-903f5b2553c6\",\n \"urn:uuid:6fb7ae20-b53c-6588-ec4d-a9fa760fbc17\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"9225dfbc-e7d9-22af-9adc-713f1d7c4a05\",\n \"urn:uuid:bd707227-03d0-daa4-e3ff-e0fae49dc664\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -182511,7 +183293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "000b8a0d-cc3c-4cdd-9b5d-468adbfcf256", + "id": "6f8e06fc-0803-4307-a964-f6657981212d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182545,7 +183327,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"2afbce3b-091e-16e8-182b-903f5b2553c6\",\n \"urn:uuid:6fb7ae20-b53c-6588-ec4d-a9fa760fbc17\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"9225dfbc-e7d9-22af-9adc-713f1d7c4a05\",\n \"urn:uuid:bd707227-03d0-daa4-e3ff-e0fae49dc664\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -182567,7 +183349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a24b7740-7045-47c6-97b9-b86318004aac", + "id": "9bdd886f-5dbf-4ec6-a610-e18de164bb10", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -182601,7 +183383,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"2afbce3b-091e-16e8-182b-903f5b2553c6\",\n \"urn:uuid:6fb7ae20-b53c-6588-ec4d-a9fa760fbc17\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"9225dfbc-e7d9-22af-9adc-713f1d7c4a05\",\n \"urn:uuid:bd707227-03d0-daa4-e3ff-e0fae49dc664\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -182623,7 +183405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e14c6c68-018c-4c31-8bc7-e443c21fc5b5", + "id": "c1ec3f4c-1deb-4432-87a6-bcbb3e2d76af", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182657,7 +183439,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"2afbce3b-091e-16e8-182b-903f5b2553c6\",\n \"urn:uuid:6fb7ae20-b53c-6588-ec4d-a9fa760fbc17\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"9225dfbc-e7d9-22af-9adc-713f1d7c4a05\",\n \"urn:uuid:bd707227-03d0-daa4-e3ff-e0fae49dc664\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -182679,7 +183461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d086434-bc94-4884-847c-d924e529cb8c", + "id": "5291b51e-bb67-4df5-b878-8e03b102c94f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182713,7 +183495,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"2afbce3b-091e-16e8-182b-903f5b2553c6\",\n \"urn:uuid:6fb7ae20-b53c-6588-ec4d-a9fa760fbc17\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"9225dfbc-e7d9-22af-9adc-713f1d7c4a05\",\n \"urn:uuid:bd707227-03d0-daa4-e3ff-e0fae49dc664\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -182741,7 +183523,7 @@ } }, { - "id": "514f1119-0239-443a-baca-3851fab3d6a8", + "id": "8d2e637e-2fdc-4456-b7f5-b0dcee8fbf22", "name": "List Suggested Entitlement Description", "request": { "name": "List Suggested Entitlement Description", @@ -182825,7 +183607,7 @@ }, "response": [ { - "id": "ecbb379c-f28e-4fe0-85dd-a03465b6c26f", + "id": "9aaa912d-79dc-4e86-9dd2-ee23c9091302", "name": "List of Suggested Entitlement Details", "originalRequest": { "url": { @@ -182923,7 +183705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dd544d1-d282-4016-83eb-3cb92d8ac029", + "id": "ffe8b06a-81e2-4e01-a3fd-ab7eff241d0b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183021,7 +183803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a8b1543-14ef-4251-a0d6-b9a793d57e26", + "id": "651cd5f5-298d-4f32-a11a-71d8e81438b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183119,7 +183901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f01169f1-1d1f-42e9-b63c-514bc77fd9ee", + "id": "e1f48248-134f-4edf-91b0-3a68837d02d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183217,7 +183999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73be1a4b-a4b4-4227-9e5d-2e1a897d5a92", + "id": "0bed60ca-4b62-4d26-999f-6ac6884432fd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183315,7 +184097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef5b7836-270c-4378-bed1-3ee3fe853e8b", + "id": "013ebc30-600a-4cfb-b7cd-65ebc3d2f414", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183413,7 +184195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8a00693-3b46-419d-be51-9702a5d9f75e", + "id": "a741f4d5-011b-4bf5-9c2c-e4ab4a36b169", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183517,7 +184299,7 @@ } }, { - "id": "1bcd5fd2-e76b-40c7-a521-14fd5fe18513", + "id": "b7616487-0aba-4b43-80de-043dc6b2edd5", "name": "Patch Suggested Entitlement Description", "request": { "name": "Patch Suggested Entitlement Description", @@ -183570,7 +184352,7 @@ }, "response": [ { - "id": "5a3a647c-91df-4f5d-8ea5-4135d9734249", + "id": "2a8bc368-fd47-4eb8-a42e-e71a0d8bdf9c", "name": "detail of patched sed", "originalRequest": { "url": { @@ -183626,7 +184408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44c7ee8c-9c76-4ce5-9880-622ccd9f4849", + "id": "0c29fbf6-0ac9-4d4d-a8dc-8ef51f8943c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183682,7 +184464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9c6c12c-a496-4862-a469-d355e1720d05", + "id": "10dcbca0-4934-4bf4-aac0-5ccb24c2dccd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183738,7 +184520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97cee27a-f3ac-4544-b227-2f466469269f", + "id": "7b61bffc-4090-4aed-a6d0-c1c3eb2cbf15", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183794,7 +184576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef650b2f-0d15-464f-85c4-2177b2be99ec", + "id": "666a00fa-0b5a-4293-ad35-92d804c22c32", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183850,7 +184632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b00a95f-ec67-47a7-b81d-7805e94b9d42", + "id": "99705e4d-91d3-42f7-afaf-d10c959473fb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183906,7 +184688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec4feea9-a09a-4b0b-89d3-0b2750380b34", + "id": "386b5338-cad8-4015-ad69-f5d9c709ea43", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183974,7 +184756,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": "aa3d3406-20fb-4291-a25c-0d78464e3616", + "id": "290b7d33-ed37-40f3-85e3-a64737f2ddae", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -184040,7 +184822,7 @@ }, "response": [ { - "id": "774e8c2f-53c2-4ada-8ce5-8772ad51adbe", + "id": "0179adb8-37ad-4cc1-8829-5847b38820c8", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -184120,7 +184902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faf869be-8e08-43bf-b37b-0ee0c54683f0", + "id": "f4beeafc-8229-4f58-8039-4a92dfeb9481", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184200,7 +184982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e249df1-4762-490a-82fa-2e0e8cda417a", + "id": "bc395e00-0900-4f3e-8048-052ff014057e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -184280,7 +185062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1e0607a-9c43-41dd-af40-dcac92196f92", + "id": "dc9a2839-dbb8-4b26-957a-e18c04071a60", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184360,7 +185142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8afc4f72-2b32-4677-987f-0fe05d103f4d", + "id": "29bb8631-a389-4b58-8773-badbabe9b86d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184440,7 +185222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5cbcd23-95a4-4767-b40c-50c4ef181383", + "id": "e7fcb167-ad10-4ae7-b3d2-b13b98f8190c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184526,7 +185308,7 @@ } }, { - "id": "493f59f9-faa1-4c96-ad3d-35d91a632f62", + "id": "f1472e73-346a-472c-9bb8-f182ea2986e1", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -184568,7 +185350,7 @@ }, "response": [ { - "id": "f48e669a-017b-4858-b8b8-da7bf49f3b91", + "id": "7e641b3f-fc17-4e5e-b1fa-55d01494293f", "name": "Created.", "originalRequest": { "url": { @@ -184614,7 +185396,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f71c95a4-3850-4d24-8229-95fd9e8bf9e7", + "id": "51148015-8473-4a88-9844-aca141bc7a9d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184670,7 +185452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d68741bf-aa9a-481d-893f-f6871669847b", + "id": "36b077ca-c600-4ef0-9841-7c661ae5bc39", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -184726,7 +185508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0e81a89-c04c-4c82-99f6-0a7dde4cb435", + "id": "0d0c041f-f5ae-4b88-a5ee-c4d8e7fb0f3f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184782,7 +185564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62f878d9-12c3-465d-8b5c-e4ee1d906946", + "id": "c9414364-07b1-48b1-af03-5d3a80d4e20a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184838,7 +185620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddddcbbc-9607-42d7-b3cd-02d05553bca7", + "id": "eac74b4c-1795-4e10-98cd-dcdcc5f1a5a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184900,7 +185682,7 @@ } }, { - "id": "7c12b1d5-0f7b-4987-bc86-eca28ea8f4c5", + "id": "77fc6081-fae9-4c68-84ee-1f9568a283be", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -184978,7 +185760,7 @@ }, "response": [ { - "id": "a3ee9e90-9c68-4493-8a6b-129448a7b96b", + "id": "32ff00f6-a358-4382-8aaa-a167ff9c0a85", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -185059,7 +185841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ffef302-1da1-4667-8b49-4c73f89de6b2", + "id": "8f3b4bad-4565-413d-a2ea-78117be75c08", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185140,7 +185922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "060c35c7-42a3-42ee-8976-247ce13be3ab", + "id": "c10878f7-3ae7-4929-9af8-f319f1508ec3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185221,7 +186003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12817a7d-b929-447b-a8ee-c76b1e5fbfc4", + "id": "25f8f7ac-af34-45c1-a019-107db464745c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185302,7 +186084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "156bcca9-90a0-4d2b-92eb-bc88facc938c", + "id": "09115858-1707-45f2-874f-c05212ea7ba4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -185383,7 +186165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58e56579-e8b5-4299-86a8-208ff9a5bfba", + "id": "1c5f965d-5bf8-4698-a57f-2e21e31a1eb2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -185470,7 +186252,7 @@ } }, { - "id": "c300aaad-f6d6-4dbe-b08b-66a101094c3b", + "id": "80efd839-3906-4449-a858-7bdcda45f2b9", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -185522,7 +186304,7 @@ }, "response": [ { - "id": "4724da2c-8013-4061-b57c-0e91187e95f5", + "id": "d3cc23e7-c10b-4f63-ab8d-c51032a7ebca", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -185567,7 +186349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cf02817-7d6b-4a39-a8ce-722a6a201429", + "id": "fe9237e9-bb21-4429-bdad-74ea347dd187", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185612,7 +186394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f66c5484-6302-4ee5-979f-5bb6a1d563f9", + "id": "ea4c3f19-ce18-4d0e-a49c-65b90251f0ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185657,7 +186439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "964727de-df24-452a-a5dd-f027cb262339", + "id": "7288b1e8-cf93-420a-befb-6b01a3d80c39", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185702,7 +186484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90e61302-b342-485e-b531-0dee4a351e1a", + "id": "8c524f1f-d356-4f6d-b779-8319d405b3f5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -185747,7 +186529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0df003ac-2b40-45c7-879f-7942ff305a74", + "id": "94f2e3b9-54b1-49b4-bcc4-1bb6fc6be8fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -185798,7 +186580,7 @@ } }, { - "id": "30893ad0-870d-4fb5-93f2-a231481240e1", + "id": "1c15fc2d-2c35-4326-bde3-b5e41fc39258", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -185863,7 +186645,7 @@ }, "response": [ { - "id": "3d1e0b36-6733-4392-a7e3-89bfcfb12b22", + "id": "d1fe4606-6a24-402b-9ae7-22432ac1c59d", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -185921,7 +186703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f29d8800-bb56-4d34-9bf1-341fd232fa3f", + "id": "a98be3f6-5655-4714-9c0d-dd6fbec44b1c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185979,7 +186761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adff302e-b103-422f-b875-10255408cd0a", + "id": "dfb9fb1e-5b86-4bc9-8bce-b8ec78bc4920", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186037,7 +186819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae7d8ed1-1ce6-423b-9fb0-332e185b964c", + "id": "27a55eff-f890-4e03-b145-9cca8a9fe45d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186095,7 +186877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d7ad7ae-55a6-4cb6-9eed-42f2bb246d49", + "id": "b1455529-4ade-46f1-b24f-238f04a8c07e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186153,7 +186935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "825c552b-098a-4842-8345-1b4021ffe4d8", + "id": "da6767b3-f410-438d-83a5-ad039a135523", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186217,7 +186999,7 @@ } }, { - "id": "1fc2302b-ce4f-412c-a9a7-4b6e38c71836", + "id": "8fff246b-0b8d-426f-933d-2f4755df6113", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -186269,7 +187051,7 @@ }, "response": [ { - "id": "d437f040-f5c1-4f5d-9b58-951cb7b2ed18", + "id": "bd4626ad-852f-4fce-945b-77eb7dddd024", "name": "No content.", "originalRequest": { "url": { @@ -186304,7 +187086,7 @@ "_postman_previewlanguage": "text" }, { - "id": "29267830-0eb7-432e-9299-94b7f70df90a", + "id": "92bfcb17-9eae-4a20-9422-78282b083435", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186349,7 +187131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bf0d939-fc43-4d7d-8f1e-64951bde6654", + "id": "89e885e2-37f2-4d2c-bb5a-5c202cc86d33", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186394,7 +187176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83ffa7d9-f9d4-4714-807d-d916b804abc9", + "id": "29b0eb4a-4c6c-4f3e-a254-15dd14ef0459", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186439,7 +187221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c93a5b40-7d4e-40d6-9210-998679c145d6", + "id": "9b7bc142-85c9-48d8-bf08-1f7adcd98556", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186484,7 +187266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "432f225c-167a-407a-899a-d9f5441d8d90", + "id": "3b404bcc-961f-4063-ba1a-00eee4fd2d95", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186535,7 +187317,7 @@ } }, { - "id": "005e8899-f9f1-4dc5-9c3a-f37020112158", + "id": "c54372a1-dff7-4acb-97fa-b17880b95ade", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -186578,7 +187360,7 @@ }, "response": [ { - "id": "435a5277-4a88-437b-9229-43f560899e04", + "id": "9c3795f7-4129-4c9b-b910-75e5a760c9c2", "name": "Request succeeded.", "originalRequest": { "url": { @@ -186635,7 +187417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49950975-5819-419b-b5d3-7ddab92c32c2", + "id": "f8ee7f2c-8d1a-4028-8307-b511a073b830", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186692,7 +187474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0dc1807-120f-41d0-939b-a4c950da5292", + "id": "f85dab9f-8189-410c-98e1-a2dbad7d93de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186749,7 +187531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02f8e767-833b-4960-91cc-edd2511b48a9", + "id": "ca2d1e9c-73be-4323-be6c-5b5dbc2882de", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186806,7 +187588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de0247a5-a7d2-4dcb-9040-dbec991cfaf7", + "id": "6c13dc3b-76a8-4ac6-8ef4-1f23a1346854", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186863,7 +187645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8b253b7-629c-4f62-b480-e53ac0aad510", + "id": "dd2d43cd-a4eb-48d8-a390-d56f86011a7b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186926,7 +187708,7 @@ } }, { - "id": "ca72cb71-75c1-4c11-b7b3-a37a46412b87", + "id": "4f7fb495-deeb-40c6-9829-60feb682aa3b", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -186969,7 +187751,7 @@ }, "response": [ { - "id": "0b913200-0638-4315-8ffd-62780a4decaa", + "id": "50ff3ab9-ddf3-4302-b5c1-6a502ca7bf01", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -187016,7 +187798,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d4b54fff-f73f-4d37-a0f0-965e140b421c", + "id": "ca7178a4-1869-419a-9d26-07b3551d19f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187073,7 +187855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6228cba-39c5-4f4e-b6a5-d1a523904780", + "id": "469510dc-2183-429a-8825-eab2fa852648", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187130,7 +187912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5f359d2-483a-4fe3-beb3-6efc7ea51063", + "id": "ef97cb51-59cc-4b1c-81d6-52af4258bcb5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187187,7 +187969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de4b66eb-f26c-4926-aba0-2846fd6b5956", + "id": "c22b0c63-6184-419d-865e-8936a992abb0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187244,7 +188026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b18b7d94-18fa-46ca-b88f-b5dcc6643f8d", + "id": "6b4894a1-bab3-40f8-b246-10777a16723f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187313,7 +188095,7 @@ "description": "", "item": [ { - "id": "ead40d6d-b285-4fcb-ab01-133040ceb36a", + "id": "45e54d7c-6f91-4b3a-a943-f433ec5c119d", "name": "Get task status by ID.", "request": { "name": "Get task status by ID.", @@ -187354,7 +188136,7 @@ }, "response": [ { - "id": "d33eed66-bed7-479a-afcd-1bdc197ad8b4", + "id": "bff25042-53f6-4d1e-b435-bb2608815a4e", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -187398,7 +188180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1722daef-7e8d-4363-82b0-eab47f087e25", + "id": "54f1970a-aaad-4995-a553-6c3b096b5e72", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187442,7 +188224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f011c5d-3939-457b-8582-818030b7aa19", + "id": "ee08b215-223b-4bfa-aa4d-cd1ec7fc3ef6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187486,7 +188268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e44bd09c-c29c-471c-876e-57ccf1286a35", + "id": "bd7c5f5a-5f9a-4910-9802-726cdb09e7a4", "name": "Forbidden, generally due to a lack of security rights", "originalRequest": { "url": { @@ -187520,7 +188302,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a42727d4-5129-4235-aac8-e4693507621a", + "id": "c687e2ad-edd4-4e53-b784-9baa19669e0f", "name": "TaskStatus with the given id was not found.", "originalRequest": { "url": { @@ -187554,7 +188336,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e7002b58-e383-4209-b97c-94c7a0ec319a", + "id": "2ad11643-9098-4740-8481-0d4a1a6899b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187598,7 +188380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c3ed978-c3fb-466d-bad4-7edee4ddbd35", + "id": "3ef7e38d-338a-4a9a-a907-fe6e2e928cd6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187648,7 +188430,7 @@ } }, { - "id": "4d12adcb-31b1-426e-9fb9-00e44f67987e", + "id": "899a413d-509e-4ab7-8e43-5d1a77983aef", "name": "Update task status by ID", "request": { "name": "Update task status by ID", @@ -187702,7 +188484,7 @@ }, "response": [ { - "id": "b2986f78-471e-4051-8d95-dc2cd6bad702", + "id": "dc77ed74-2cf8-48c8-a146-e702b2dff9c5", "name": "Responds with the updated TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -187759,7 +188541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4d36db4-d768-477e-9b5f-dccdc90cafa1", + "id": "3d27ab38-5971-4c9c-8d49-d0f1c61259fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187816,7 +188598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b371fda-e79a-4fc5-a7ba-beb20e26c07f", + "id": "619eecb3-1611-40f6-9941-4fc1bfb6a663", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187873,7 +188655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97078c7b-3ed7-4e16-9f5a-903567a5f939", + "id": "c0f0ffbc-61d2-4c7f-bb42-b2656c8a3a71", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187930,7 +188712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22394ceb-0feb-4f27-8905-c7c71b520c79", + "id": "2e5fbe79-bea1-49ed-ba22-d0312659f0f3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -187987,7 +188769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84c13905-eacc-40f3-a597-ad9d65dda1be", + "id": "34ae1650-6c9a-48f8-835b-7bfc44628975", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188044,7 +188826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0e62b55-ae0e-4bbb-9f1b-75132cc5b812", + "id": "c4637b9c-6c41-4c0f-aa21-0217bd02a1ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188107,7 +188889,7 @@ } }, { - "id": "90f9ef0f-0db3-4789-bb4c-1dcb53d0f5e9", + "id": "39e40f8a-dcf5-4a0c-9959-7984996f032f", "name": "Retrieve a task status list.", "request": { "name": "Retrieve a task status list.", @@ -188182,7 +188964,7 @@ }, "response": [ { - "id": "5fcf5673-c1d3-4147-b6e0-973f534399d4", + "id": "93f8fea0-2d07-44a0-b1ba-67741219b73f", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -188271,7 +189053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f44c653a-b44e-4618-bbe9-f2b3117983dd", + "id": "145018d1-6bc7-4cea-9989-52305e03ee48", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -188360,7 +189142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4a966ae-65c7-4f36-8a5d-61f882ce1d4c", + "id": "919a6ef4-3b25-4965-bdb9-09268882521b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -188449,7 +189231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9321fde9-62d8-4580-8e50-f729868c2bcf", + "id": "00f20e3b-c0b1-4e2a-94c9-02a41021af29", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -188538,7 +189320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b64c9bf6-0140-4ab1-bc3b-c706510bf9c0", + "id": "b71f06e8-6dc4-4c05-8b72-218ee12f7d9c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -188627,7 +189409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78e571bc-f90d-4933-b722-900f4883079a", + "id": "a8250f65-8eb9-4ee7-89da-3c13bcb84284", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188716,7 +189498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e0e21f9-a414-4f70-9951-e451719a264c", + "id": "379f2f8c-4525-4d6d-b70e-f748f58a0e0c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188811,7 +189593,7 @@ } }, { - "id": "c868ce4e-e6dd-4b67-9200-5ea55fa14a32", + "id": "ddf89950-6524-40eb-8776-c00a4f1d7936", "name": "Retrieve a pending task list.", "request": { "name": "Retrieve a pending task list.", @@ -188869,7 +189651,7 @@ }, "response": [ { - "id": "ad8c5eac-44b6-42e7-9ffa-556e27d57357", + "id": "f246adf7-fa65-4943-a45b-d9123c449af2", "name": "Responds with a list of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -188941,7 +189723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad2592e7-4e9d-471b-ae17-02350d3ab5da", + "id": "3bd0438d-2a29-4a6c-bc8f-c76474f8a6e6", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -189003,7 +189785,7 @@ "_postman_previewlanguage": "text" }, { - "id": "af2a7690-5f74-4cb3-b707-37d0da77d8ab", + "id": "c5f07e62-3ba8-4af1-bbca-c14e1ceab86d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189075,7 +189857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d0d04cc-d4c2-4662-905d-0fef45159832", + "id": "c6835b97-ed30-4086-a98e-2015e27a671d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189153,7 +189935,7 @@ } }, { - "id": "ad7c3d34-2b0d-4e24-a2e5-ae928dddf5a5", + "id": "77e35bab-0717-4b7c-8879-e0f9faf90c8d", "name": "Retrieve headers only for pending task list.", "request": { "name": "Retrieve headers only for pending task list.", @@ -189211,7 +189993,7 @@ }, "response": [ { - "id": "152e98c6-0d3b-4e0f-a58d-5854f9dfa424", + "id": "49038556-caa3-4102-9393-5f20a0d78de0", "name": "Responds with headers for List of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -189273,7 +190055,7 @@ "_postman_previewlanguage": "text" }, { - "id": "97812d87-d726-4d4a-889e-2b09c932ea2a", + "id": "f1330991-c29f-467b-8992-29bdd002bb57", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -189335,7 +190117,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e6c676ca-ed13-4eb1-8958-b28f6a55face", + "id": "634c5284-5f94-4543-af9b-fb80ac3c55fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189407,7 +190189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0daa51bc-2de6-46d7-b100-629baf15e3d7", + "id": "ba868cbd-55ec-4039-bcec-93be9748e2d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189491,7 +190273,7 @@ "description": "API for reading tenant details.", "item": [ { - "id": "6780d5fa-ff57-4453-a399-ae995a319aa1", + "id": "6d5e65bd-a2b9-48fd-bbb1-d231774a7f98", "name": "Get Tenant Information.", "request": { "name": "Get Tenant Information.", @@ -189520,7 +190302,7 @@ }, "response": [ { - "id": "6e621cb0-e5a8-4188-bf68-d9a0166d296d", + "id": "7d1adc20-a096-4644-abf1-8ce85c5419b2", "name": "Tenant Info", "originalRequest": { "url": { @@ -189563,7 +190345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e07443db-ea07-4459-b5a6-8f589582e82f", + "id": "84887c52-327e-422d-8213-88081a0af836", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189606,7 +190388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "046ed89d-b9b9-4d95-867c-0c00a66fe152", + "id": "54cca570-dda9-4d91-9766-24c4d2692c44", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -189649,7 +190431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81898af7-7127-442d-81c1-07c422d40c6c", + "id": "a8a9d044-5f88-4d22-b78b-04371c0a9943", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189692,7 +190474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab953115-ba3f-466f-9d79-a32ea8946618", + "id": "13f9fd33-5d09-4634-9114-3d99f3a1a340", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -189735,7 +190517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c85fb89f-0265-47d3-930b-dfe86e9cc1a6", + "id": "88cbc0df-c337-4e68-b778-ce358b4e3b66", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -189778,7 +190560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bd65e9e-5718-4c5f-a3f7-12d632f891e4", + "id": "13a0ca77-68e8-4bac-b7bd-b97ef31c28c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -189833,7 +190615,7 @@ "description": "Operations for creating, managing, and deleting transforms.", "item": [ { - "id": "da204f6d-8c2f-464d-ac7e-c09f02c70460", + "id": "04d20534-a90d-48e2-bd63-ae3c0234e1c9", "name": "List transforms", "request": { "name": "List transforms", @@ -189908,7 +190690,7 @@ }, "response": [ { - "id": "5d37564f-b37c-48b9-b51d-de9a30248861", + "id": "15d662b2-d194-4b48-9441-a514e3190108", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -189997,7 +190779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c56b3a32-8d4b-46a8-8066-921e1800006b", + "id": "43f4d23a-1a30-4384-8784-4e552f7ad557", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190086,7 +190868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73563692-fa60-4c61-8e36-0e7c9d54b983", + "id": "4e212e57-de73-467c-8eee-e336337fa403", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190175,7 +190957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1d07628-7b82-4a5f-940d-3b3645f8462f", + "id": "4bbd3263-f7e6-4280-bd86-7587c623ed42", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190264,7 +191046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a64dd75-6f2c-47ba-88fb-6508c3626052", + "id": "4892db25-60cc-4ba7-bccb-b729ba2d1d2b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -190353,7 +191135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "562e9fb7-bc3e-4e72-9648-d0eff63ed284", + "id": "42bac906-038c-479c-b462-a72d9042bd94", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190442,7 +191224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f980340c-1cf1-4647-9116-5fd7053f1518", + "id": "dc276dc3-50d5-4813-94d6-d862144a0bfc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190537,7 +191319,7 @@ } }, { - "id": "afeac097-f596-4d37-aae0-cac6799fdaf3", + "id": "9bff627d-e727-438e-8c75-98f42e69685b", "name": "Create transform", "request": { "name": "Create transform", @@ -190579,7 +191361,7 @@ }, "response": [ { - "id": "4a051d48-5edf-46a8-a9f3-31d4c125dc1a", + "id": "39f967dd-70f1-4e45-90fd-e09ce5c0ff01", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -190635,7 +191417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d96fdcf4-ba71-4c35-8410-1278da8f0283", + "id": "ecd0933e-c6b7-4c75-9592-bdc6cac1ad40", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190691,7 +191473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b9cb0a3-60ca-44e0-b675-6b71364acba3", + "id": "2e3a87e3-e68a-4354-9f1e-bff4929267d4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190747,7 +191529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2d70273-5350-446e-8f17-a60ffa746276", + "id": "f003e937-ac65-4243-a2f3-2f60a8efdffb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190803,7 +191585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3365a937-a5ef-45ea-b42f-301fc1f17ab8", + "id": "574290bd-607e-4792-a252-de5425186347", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -190859,7 +191641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "208231a1-f896-4b34-a867-8fa41a30057c", + "id": "ba102364-f7a6-4f6a-9f3f-fa7f910554d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190915,7 +191697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6d40ae6-e29f-4ca6-9b15-47d73acf17c3", + "id": "0a8c2671-40cd-4f38-8fe0-2cc0d63d1a29", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190977,7 +191759,7 @@ } }, { - "id": "a33593f4-ba61-4cef-afad-963ce7cf5b09", + "id": "60d15985-86d6-4c88-9bf3-36172d4ab82b", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -191018,7 +191800,7 @@ }, "response": [ { - "id": "e8b83c0b-a22e-4056-9a8c-1b0e0313af5f", + "id": "6dfdf568-f9a1-4291-a5a2-061159ae9c38", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -191062,7 +191844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad90e909-3ec1-47b9-bb45-1d33a6a415c6", + "id": "f006171f-080c-4f8d-9590-22c10fd7bd11", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191106,7 +191888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a83c07e0-3f43-4b70-9137-b5e48def3f4a", + "id": "60875316-5578-4889-8b91-91bfeb61d3b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -191150,7 +191932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "964b74cf-627c-4a0a-b07a-f3aa7ef63d28", + "id": "add14649-f61a-4dca-8dfb-ebf7e6fcf0bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191194,7 +191976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "168a5887-0ceb-480e-99c2-ab7bb3628281", + "id": "2c74efe9-341e-4c5e-a440-31879aaa354c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191238,7 +192020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0f907f3-821b-427c-98cc-519fb719842e", + "id": "e2313a52-bfb2-4468-a63d-43ddf32b19e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -191282,7 +192064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f9a990b-f073-4ffa-bb37-7830e604c736", + "id": "52a84218-a705-4919-a54f-19ecc04e3c1a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -191332,7 +192114,7 @@ } }, { - "id": "a2082e9b-6049-480a-a06c-0b6169c68145", + "id": "e7779adc-6c92-4d56-9cfc-7fe98c5b835b", "name": "Update a transform", "request": { "name": "Update a transform", @@ -191386,7 +192168,7 @@ }, "response": [ { - "id": "2dfde81c-6dd1-44ef-a0cf-ced96e5ba96b", + "id": "b3276377-b9f4-4060-bd19-2bea755b046a", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -191443,7 +192225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "698fe018-9e4f-4bb7-bea7-b4651397c365", + "id": "c234682f-eeca-46a8-89b2-b375d8de23d0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191500,7 +192282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c487a34c-a50e-4fb6-b8e9-257aeee47455", + "id": "60ca7787-6616-41aa-a52f-42dc942b5387", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -191557,7 +192339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b81c01c6-d494-4fa8-8e64-d4b0373798b0", + "id": "7351ab1b-9d54-4562-93eb-9e38a67b527d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191614,7 +192396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d043ff5-6d65-4640-8c3f-e4b79bb26a78", + "id": "78656243-b2ec-4983-a59b-e5b5ebfbc14b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191671,7 +192453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8717674f-ebc1-4aa7-a117-0c7fa6b1d9c9", + "id": "679dab01-c02e-430c-b8c2-4873a33d5479", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -191728,7 +192510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0e6f5f5-b392-4944-a5c0-2df12fefc589", + "id": "83c0f249-3cff-4eec-898d-facf20d9b1ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -191791,7 +192573,7 @@ } }, { - "id": "5ae9c2da-45ca-4718-b134-bac63287607a", + "id": "69108ba2-2af6-43d8-8bbe-30cde933eae5", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -191832,7 +192614,7 @@ }, "response": [ { - "id": "0f85f07e-f956-48b0-9cb2-594cdcc474b0", + "id": "2a3be662-9a5a-4eeb-bb73-342d5ae8f6ea", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -191866,7 +192648,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8cae0d4b-f167-478b-bb6d-29b2a150d1c8", + "id": "36943f7e-d55e-4c57-b4ea-157ff2e04f25", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191910,7 +192692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c024c4e6-bf67-4e22-996c-775fa1d957c6", + "id": "893ceb21-7d44-4add-a359-f951349cb0c2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -191954,7 +192736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "954f7c8e-c5f3-406a-bd4d-b6c0cdd0ec21", + "id": "ad852a1e-8aa3-4613-b8c4-c3ae7307ad42", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191998,7 +192780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "280337b0-73fb-40ef-a5ed-a7cd4ae28058", + "id": "87c8c9a2-7f5d-4bae-80fc-f7c4526ca396", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192042,7 +192824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c52d854-b240-483d-b876-48d29ab51d69", + "id": "a09b13f3-84f5-4ef8-bf55-1449085e375e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -192086,7 +192868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f70e38e7-7c04-48ac-9c8a-7fdaa948bdb7", + "id": "34bff897-f313-4eee-a1eb-98feb478800b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -192142,7 +192924,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": "03d0a068-d472-4580-93f3-a7bac7bf3c9c", + "id": "f0fb48a1-cfe9-41f0-9993-804ac19c083e", "name": "List Triggers", "request": { "name": "List Triggers", @@ -192217,7 +192999,7 @@ }, "response": [ { - "id": "7277cd3c-cedc-4ae4-90f5-0b37d3fcd413", + "id": "3a8448b5-199d-4d83-9b37-7c47da97d361", "name": "List of triggers.", "originalRequest": { "url": { @@ -192306,7 +193088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c75392d0-db92-4bd4-b0b9-599dbf1a270f", + "id": "d8efe5b6-523d-45a5-861f-74987c3daabd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192395,7 +193177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "267a2924-c3f0-4ba2-8096-27fbc08f1c36", + "id": "afa9c799-f230-4ccd-8987-de86dc31cb30", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -192484,7 +193266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ede0882d-894d-4676-8cfc-3a8b9d6b066b", + "id": "c70eb9ba-b4ce-4e8a-8861-231130cf76bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192573,7 +193355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eee42ab5-57a6-4bb1-a1bf-58387ae531b6", + "id": "688318aa-c4b1-45e1-91d0-72df1eae4beb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -192662,7 +193444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de3da926-2094-40f9-bcad-d2eca3bd8b85", + "id": "6012baee-31db-4f49-9620-b83e43245e77", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -192757,7 +193539,7 @@ } }, { - "id": "a0093d3a-dba5-4d06-afa8-99d90980e66b", + "id": "e5099999-ea62-4c09-840e-586976b86591", "name": "Create a Subscription", "request": { "name": "Create a Subscription", @@ -192799,7 +193581,7 @@ }, "response": [ { - "id": "b1cbff51-8b85-40e0-8207-a4bd7dac224f", + "id": "630339f5-23c1-46d7-b46b-96ae46d2f13e", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -192855,7 +193637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2fbf073-7354-4856-89ed-f46db185f04a", + "id": "3613df3f-f2db-43fe-bca4-3abb70a40875", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -192911,7 +193693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d00dfa3-5cc0-4156-9cf8-ad5d0b2fcbec", + "id": "3213b717-f21c-4a11-b494-5a948c193292", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -192967,7 +193749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea44433c-9601-48c2-8293-399594f46dd2", + "id": "c856630a-d114-4acd-8ab3-377d51aee207", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -193023,7 +193805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd0aa5e5-b49a-4135-83c0-7267d9d1d3c2", + "id": "b1b0a749-1d63-4e51-a2ac-509a84ab9c89", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -193079,7 +193861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d66486a-4326-4e1d-a736-29c75313a4ee", + "id": "ac2bfe39-3e40-499b-a581-a24fb2769f3c", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -193135,7 +193917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b62027d-5f0c-4d78-8533-e9a055c6412f", + "id": "20dbf62c-23b9-4a28-b3fb-335e72a78f56", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -193191,7 +193973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b72dc72-3a13-4cc6-885d-b2ae9e96cda9", + "id": "259b3035-adb1-42f4-a75c-f9bfa4f439b7", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -193247,7 +194029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24c7cb61-3500-4b89-840a-6f2cf9b6929c", + "id": "db099420-a1c3-4e83-9f82-87de37e95dce", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -193309,7 +194091,7 @@ } }, { - "id": "dc646b74-9131-4537-b528-071a93cfb2d7", + "id": "dd4f77d5-26aa-46eb-8f23-1228edb9a306", "name": "List Subscriptions", "request": { "name": "List Subscriptions", @@ -193384,7 +194166,7 @@ }, "response": [ { - "id": "e30e39cd-3b50-46a3-a403-bb9c98a5743c", + "id": "68d2dde9-6f88-4347-8860-ef10ac48dd24", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -193473,7 +194255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c79c58ca-fb27-4944-a88c-84e679d35a58", + "id": "16ac612a-c960-49c9-b448-6c1647f1e94a", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -193562,7 +194344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "573adce1-9ec9-4cf4-95cf-1a859eede28a", + "id": "ab1077b2-45e8-4afd-984e-f4b15d247d09", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -193651,7 +194433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42d68486-3842-4e08-83ca-84271afb6be4", + "id": "df45a931-77e5-4d40-bbf4-b34508047a44", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193740,7 +194522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e580d13-a5aa-4844-9ea6-5ae2b6cd218d", + "id": "743ab0f8-f111-467c-8a56-6921f1ef659d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -193829,7 +194611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e662f0f8-7eff-47e1-8a99-e7a34b30905e", + "id": "6dd08247-2c26-48a6-9c39-99c540966c7b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193918,7 +194700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20d64efa-4227-450d-9181-6990e729a0c4", + "id": "da342cc0-d22b-445b-98f9-905a19830524", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194007,7 +194789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4eb4f2d5-16d4-4f9a-9939-a0d93aa1090a", + "id": "214a7b79-4ae7-4d1d-b77f-142d5107c28d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -194102,7 +194884,7 @@ } }, { - "id": "f27d20ff-9787-4017-8c81-c73305fc6e84", + "id": "ef1dcfae-395f-4173-81b8-8f76778aecf3", "name": "Update a Subscription", "request": { "name": "Update a Subscription", @@ -194156,7 +194938,7 @@ }, "response": [ { - "id": "a506ae80-69cc-4e45-8092-0eabc680e7bf", + "id": "d067bc3e-4b8e-42ce-95eb-3be900eb276f", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -194213,7 +194995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fff37ce6-ed0b-45ff-a3c5-4f694d57e044", + "id": "c8fc4ded-aa35-4069-939a-2b2a2f25779f", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -194270,7 +195052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02bfa66a-dcbe-4225-9d39-8d884863d250", + "id": "b843f456-9424-4631-ba34-75c181974881", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -194327,7 +195109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7387fe9-c425-434e-be53-13fa37cc9ea5", + "id": "b6013626-7fec-4d93-bb35-dca7e9ae9084", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -194384,7 +195166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b1ff853-e4c1-443b-ba8c-16953deeeffd", + "id": "49af96c7-68a6-497a-9ac3-ca5b965840d6", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -194441,7 +195223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6b7be43-ecde-43bc-84de-04d43bb412d2", + "id": "e846b74d-d956-4cdc-a8cf-830316226b61", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -194498,7 +195280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee170bcf-5734-47a8-a73f-93ff285c9bed", + "id": "87b9d0b5-4e48-4712-ac38-dbc1cc85d36f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -194555,7 +195337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f66f356-e6ce-4b6c-a5be-2a34bc17e2f5", + "id": "d27754d8-c967-41a8-9320-bf29950e048c", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -194612,7 +195394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da740e03-4572-48d1-bfdf-bb0a0fa0baa8", + "id": "700337d8-dcca-485a-917d-cd7e4de91036", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -194669,7 +195451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc36fa53-6862-4175-9169-7dddd00141b4", + "id": "7bc46455-fba2-4c4b-a564-3597e23dba68", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -194732,7 +195514,7 @@ } }, { - "id": "b64c5ba1-dffc-4da8-b647-e06d5bff1002", + "id": "c5ae8dbf-987f-4a94-9889-1752cbd248f2", "name": "Patch a Subscription", "request": { "name": "Patch a Subscription", @@ -194786,7 +195568,7 @@ }, "response": [ { - "id": "4cf4fcbb-c516-4b80-8eb0-b213d8516c7f", + "id": "e52de51f-9d4e-41e8-bac3-e42c742b30aa", "name": "Updated subscription.", "originalRequest": { "url": { @@ -194843,7 +195625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f2c7125-9351-4aea-ba21-3267e95731c5", + "id": "51d3ee6a-e6dd-423b-9ff9-c6b68d32b27a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194900,7 +195682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18d498dd-dc99-4a65-a2c0-505abd7c86c3", + "id": "55e8c503-f68d-4cc8-ae6e-99c4bf22a98a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194957,7 +195739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "190b3572-c793-4c1b-92e7-b9b15ea18c3a", + "id": "506873e5-6733-4a7a-aa0b-c413fbec0b12", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195014,7 +195796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29f1fa81-c926-4442-8250-10337d2d5a20", + "id": "4a0136f1-8074-456f-833e-6e23cf695464", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195071,7 +195853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c785474-d2d5-4178-8799-dcc54bbf07de", + "id": "51f0c601-d557-49d2-a35a-0b9dffa170b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195128,7 +195910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7093a8c4-1d3d-4905-8503-983d32533254", + "id": "28648782-a0c2-45a0-902e-5468eb81443b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195191,7 +195973,7 @@ } }, { - "id": "d5cb9451-0d0b-4375-8917-85a0b03a4036", + "id": "959115f9-c0a7-4986-9da7-1c500e5e472d", "name": "Delete a Subscription", "request": { "name": "Delete a Subscription", @@ -195232,7 +196014,7 @@ }, "response": [ { - "id": "9f7071c3-5d47-41c9-b724-95b1e6931487", + "id": "27c604a1-8c1d-4f90-9a53-e61ec82f5b4e", "name": "Subscription is deleted successfully.", "originalRequest": { "url": { @@ -195266,7 +196048,7 @@ "_postman_previewlanguage": "text" }, { - "id": "eaa72956-457b-4cf7-9d7a-af81b008080a", + "id": "c9cbed66-6e11-4362-99d3-a2484ba75492", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195310,7 +196092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aaef08c-5007-4bfc-b120-076c3f64a026", + "id": "3f2370b4-d677-4cd9-9269-41d33980b19b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195354,7 +196136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffc23ae3-b4e7-446e-82b6-6c2da7543848", + "id": "52f5579d-f09e-4a23-8b2f-fc3079c63333", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195398,7 +196180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9939f600-2844-45d4-9bbe-9a69f0c0b91c", + "id": "0d969cf4-93c7-46c7-adad-e3f11b5e2ee0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195442,7 +196224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf6e00ff-5888-4181-8c57-9e1ef662fc4c", + "id": "b2c678f5-6127-4f69-a38f-6d19f019ec63", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195486,7 +196268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98f31303-f01a-4f33-b99a-63556581f51a", + "id": "d8f8502e-55b9-4212-91e5-9d5796cea345", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195536,7 +196318,7 @@ } }, { - "id": "9a144ad4-9bfc-4732-afee-ab9ea7dc2d7c", + "id": "60cab2dd-a302-40a1-a21f-28dc68ca06f2", "name": "Validate a Subscription Filter", "request": { "name": "Validate a Subscription Filter", @@ -195579,7 +196361,7 @@ }, "response": [ { - "id": "51837616-f28f-463a-84ee-8dd19f5a86b6", + "id": "cf0a5999-f314-4e3c-b417-623eecc9ce73", "name": "Boolean whether specified filter expression is valid against the input.", "originalRequest": { "url": { @@ -195636,7 +196418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "679baf75-5a88-4742-a220-97d6b1d3fdd2", + "id": "5e9dbeea-d0a1-4aee-bfbf-0866902e3343", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195693,7 +196475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7576b7fb-04d8-49e1-8b2a-27dcc1afb7d5", + "id": "120c0208-f466-4bf9-b55d-d777ddde47e7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195750,7 +196532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13130336-2a71-47c5-afa3-2ae3aebcc66c", + "id": "289be9c8-cdc3-4383-81a6-1a25486c41d1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195807,7 +196589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7217c2c1-342f-4f4a-96ae-bca1581feea5", + "id": "15871344-3883-49f0-b416-3c31fa22307a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195864,7 +196646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdcc800d-7595-4c12-80f4-6e29fcc89f55", + "id": "26422e6f-0601-4cc4-b295-6f09a3c7cebc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195927,7 +196709,7 @@ } }, { - "id": "ebb36ea7-d85b-406f-bcd9-f8111b8c586f", + "id": "0dc78f94-f874-4fcc-8e8d-566c63223f55", "name": "List Latest Invocation Statuses", "request": { "name": "List Latest Invocation Statuses", @@ -196003,7 +196785,7 @@ }, "response": [ { - "id": "58889f0c-f2c5-4a31-a910-3284d88c42b2", + "id": "4c1d55b7-7833-47af-84c7-ad647da9567a", "name": "List of latest invocation statuses.", "originalRequest": { "url": { @@ -196093,7 +196875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dc14ce0-8884-40bd-b5f2-28bd4a237b33", + "id": "aaacdf11-9464-499f-bc56-974566645c36", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196183,7 +196965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b54ed0d9-e464-4683-9a2c-bc6247b6e135", + "id": "6747a8e4-b2d1-4f22-a6d9-89e006287d16", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196273,7 +197055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3373953d-f95b-4ea6-a5d6-318b046bac9a", + "id": "bd376949-019f-4849-a0f4-9030464f6f27", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196363,7 +197145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74b03c1e-a994-4c66-8db3-4e5385adcdd9", + "id": "07e5c92a-6f80-4e08-b291-ce8cf035471c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196453,7 +197235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2b15332-d79b-467d-b9d3-94f0e4eebca1", + "id": "dab387fa-02b7-40b3-920c-b3c87bcf478c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196549,7 +197331,7 @@ } }, { - "id": "48966391-7028-4b2c-96a5-03b92170b6b2", + "id": "330ecfbc-483d-4111-b506-e6afc83b97c1", "name": "Complete Trigger Invocation", "request": { "name": "Complete Trigger Invocation", @@ -196604,7 +197386,7 @@ }, "response": [ { - "id": "fd97db7b-ed73-4e76-8f6f-798a1011d5d8", + "id": "d3aebbc4-3586-4321-8f14-568c02854660", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -196652,7 +197434,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c43e10c9-82dd-46ef-941e-232a9da54293", + "id": "9efba1d5-8696-4812-92e0-453c8f0db875", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196710,7 +197492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b552daf-3750-4ca9-978d-03fa5110ba5a", + "id": "02164fbc-06a9-4cc9-b34e-d2e59101d724", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196768,7 +197550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c9d8b44-d155-415b-8949-940be55d766d", + "id": "3a8c7330-3c07-4217-b8dd-8611759236db", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196826,7 +197608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8c8d4f9-287d-4a4c-b50f-41f2ab3e0dc3", + "id": "a8265fad-70d8-4416-a1b0-fd2fbf2bef1e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196884,7 +197666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adbeb4e7-5187-4b50-ad72-31c8075976ad", + "id": "865836b1-fcb7-4e57-9a25-2dc912ad0785", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196948,7 +197730,7 @@ } }, { - "id": "7bb405c5-62a3-4202-9e77-de21233aa389", + "id": "964393b0-ad93-4681-b621-7e18e8f98a9b", "name": "Start a Test Invocation", "request": { "name": "Start a Test Invocation", @@ -196991,7 +197773,7 @@ }, "response": [ { - "id": "54154da5-a231-4ebd-884a-1fecd954b9e3", + "id": "f3a7a237-5bf0-44c5-be43-866a247bee9c", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -197048,7 +197830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9b9c9b3-5502-49d7-aade-667383ce1b2d", + "id": "30fc0d3f-3405-42fc-8139-0b302ef6b04f", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -197105,7 +197887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed0b8085-3da3-403d-be17-44a16e09caf9", + "id": "deadfbbe-0ad2-48be-8dda-18f0f97804a1", "name": "Trigger invocation is skipped, because tenant has not subscribed to the specified trigger.", "originalRequest": { "url": { @@ -197152,7 +197934,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9e2a795b-70ed-4f76-8746-e390a76bdb25", + "id": "986e1c3e-fb27-46f4-b64d-16c86ccdaaa3", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -197209,7 +197991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26098fc5-1028-4771-998c-28eae23da2af", + "id": "ecafef0e-c9c0-40ee-a016-dbd1fff34bed", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -197266,7 +198048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b984f42-9554-4f2c-860f-899b41c340af", + "id": "0554535a-ecac-4307-b897-53fb0b2617d3", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -197323,7 +198105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bea6c0de-a9e5-413e-97f9-6269b339569e", + "id": "1ac35d40-4eb4-4f6d-ba53-72730e469580", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -197380,7 +198162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48ad3bc1-8768-4d52-a3d3-998ab2b16271", + "id": "3394615d-0d52-4922-8e50-4a57727cd2d5", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -197449,7 +198231,7 @@ "description": "Use this API to manage mappings between various SaaS vendors and Identity Security Cloud (ISC) connectors.\n", "item": [ { - "id": "ef87da29-01f7-4329-aa2c-b2752775c261", + "id": "362e4bb7-bb6e-46fc-a26d-e86c36b1814a", "name": "List vendor connector mappings", "request": { "name": "List vendor connector mappings", @@ -197478,7 +198260,7 @@ }, "response": [ { - "id": "78a99e01-6ebd-45f0-b11a-6a473362b287", + "id": "aec665e8-1082-425e-aea7-e67f22862919", "name": "Successfully retrieved list.", "originalRequest": { "url": { @@ -197521,7 +198303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6314de04-e55b-4b85-b16c-3e06f8ef4b86", + "id": "118bfd3d-823e-490a-b270-199f4064fa59", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197564,7 +198346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "630dde19-00ce-431d-918d-3d21113e89af", + "id": "6988c76c-482c-469d-b8df-02fb5c0ce0e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197607,7 +198389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd4ffa7c-6e7e-44ee-9d56-4968abb658c0", + "id": "54cd81cd-89a6-476f-bba5-6e2ed0cccb0a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197650,7 +198432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7bd214e-bb4f-4362-b8c6-cdd0b14bb697", + "id": "26847d8e-6d13-4adb-ac71-3c1929dbaa81", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -197693,7 +198475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ea37c2d-42d1-4f87-81e8-a14351c1089f", + "id": "06607bf1-3abf-4aea-920a-f0b43513ea94", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197736,7 +198518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a7775db-3835-40d4-a6a0-7cdfd9d0bb23", + "id": "a699b758-8ea9-4702-aabd-f5eac695bb32", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197785,7 +198567,7 @@ } }, { - "id": "af510211-6c8d-4e1e-bcad-dd70a7ec7db3", + "id": "fd6075e3-f5c6-43d5-b821-524149d6239b", "name": "Create a vendor connector mapping", "request": { "name": "Create a vendor connector mapping", @@ -197827,7 +198609,7 @@ }, "response": [ { - "id": "24d6807a-562f-45be-9941-3bfbb9b0a9c5", + "id": "8bbab7fa-ede6-4510-b8d1-c911b25457f1", "name": "Successfully created a new vendor connector mapping.", "originalRequest": { "url": { @@ -197883,7 +198665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8acff007-4cb8-489f-ba08-fc7076f4d655", + "id": "4a5b8357-0d00-471c-9cbc-c2cd1c81ded2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197939,7 +198721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5af30012-62fc-41ae-a339-696422f9ef29", + "id": "41a14b79-23cc-4bd4-a2a4-bc035221ca8c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197995,7 +198777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e5d4900-6f62-4b75-8973-bae61f444743", + "id": "30887f62-00e5-458e-beec-23469eae0902", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198051,7 +198833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fd3361d-7da2-446c-9dc5-c8548ae82c9a", + "id": "0abd7d1f-0396-49ac-aa65-585210b0a105", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -198107,7 +198889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a58ad95-f8ad-409b-bd0a-dd17fa3c0c7c", + "id": "d8588d49-97b1-43f6-877c-96f92a75e5ab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198163,7 +198945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "525de3f2-8d36-4fce-9e27-7b1ad431540c", + "id": "16507545-914f-49a2-b38f-b536fc9c8060", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198225,7 +199007,7 @@ } }, { - "id": "06289c28-edcb-4fa8-85f8-62154575d969", + "id": "6299816a-eab6-49dc-b02a-26c50bbd07cb", "name": "Delete a vendor connector mapping", "request": { "name": "Delete a vendor connector mapping", @@ -198267,7 +199049,7 @@ }, "response": [ { - "id": "1223e8b5-3196-4a01-ba01-31f721485a71", + "id": "1d560f84-3ab9-42d8-a70c-39e7b6e89f0d", "name": "Successfully deleted the specified vendor connector mapping.", "originalRequest": { "url": { @@ -198323,7 +199105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a5af31a-e011-445c-96f8-711d39143946", + "id": "28801c04-4692-4fdd-a506-7b793f0b3c54", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198379,7 +199161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63aae426-f99f-4efc-b727-fc33f1c47e64", + "id": "9cff62c7-b905-4d2d-bc28-53fbd4112626", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198435,7 +199217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d98a1b9-ba50-474a-ab98-2287d66d928d", + "id": "ae037a1f-a416-40bc-8325-da9a0208669b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198491,7 +199273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56ca8ea7-675d-46e6-ac46-6a450d3b0488", + "id": "512f141b-d48a-43a7-bc0a-54081dd71405", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -198547,7 +199329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c78139b-419f-4292-9131-5bb8ba26918b", + "id": "841a70ef-635a-4e02-b315-2a8407f3f100", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198603,7 +199385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b11a9222-a903-4d7e-806e-e0e1c67060e4", + "id": "ac3697e9-ba02-4d0b-a538-8d07391bd183", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198671,7 +199453,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": "01167534-d00e-4f4d-9a04-f06e4a1971df", + "id": "d65a41ca-dfe8-4e8d-96f7-e2ac930724b7", "name": "List Work Items", "request": { "name": "List Work Items", @@ -198721,7 +199503,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -198737,7 +199519,7 @@ }, "response": [ { - "id": "d54b6901-59b6-4618-b70b-e59b2078ec1d", + "id": "9fa34ecb-fd07-4445-a531-7dc7ca94c5ce", "name": "List of work items", "originalRequest": { "url": { @@ -198782,7 +199564,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -198817,7 +199599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f12ab03d-7198-4a68-ba34-93863ea9c073", + "id": "9fa77215-83d9-447d-9615-3fbc5cef4f1e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198862,7 +199644,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -198897,7 +199679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cda6cc2-f222-4d00-92e3-71cf5778a338", + "id": "f9d7b562-e8e6-44da-b303-9c71d8b22fe5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198942,7 +199724,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -198977,7 +199759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4836934-3db8-4a6a-9c61-84e2c5fb0e6d", + "id": "1f15786d-1652-45f8-a70b-31db05ee2e3c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -199022,7 +199804,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -199063,7 +199845,7 @@ } }, { - "id": "c07e1d6e-69bb-4855-88ec-9b97b914c284", + "id": "2c061e0a-4762-49bc-9089-b24fb24c00ef", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -199087,7 +199869,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -199130,7 +199912,7 @@ }, "response": [ { - "id": "cc9d7a56-4d44-451d-b32b-2345760ab4df", + "id": "b66af55d-f344-4a03-9f5f-fba677b252a0", "name": "List of completed work items.", "originalRequest": { "url": { @@ -199149,7 +199931,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -199211,7 +199993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "605ebb2d-e3ed-420c-9254-f4286fffbee9", + "id": "c992ad20-3df9-4149-acbf-8997dd1e191e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199230,7 +200012,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -199292,7 +200074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ff6d260-ee30-41ce-89d8-6bc74c436826", + "id": "672f801f-3331-446f-97f6-c7b04c1086ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199311,7 +200093,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -199373,7 +200155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65696f4a-c0bd-47f4-abc2-948e72aaee0c", + "id": "bfa2914d-1f03-4c09-bb8f-f3c20511c9c1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -199392,7 +200174,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" }, { "disabled": true, @@ -199460,7 +200242,7 @@ } }, { - "id": "d8d31835-15ac-4c8a-a3a8-825c18becf67", + "id": "a189dbdf-61eb-4911-96e9-a6cbfc81c8d4", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -199484,7 +200266,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -199500,7 +200282,7 @@ }, "response": [ { - "id": "5fda25fe-248f-43c4-beca-f26c2ce610cc", + "id": "1192b466-6ecb-453f-94bc-57c527aebce9", "name": "List of work items", "originalRequest": { "url": { @@ -199519,7 +200301,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -199554,7 +200336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb3f3567-bc46-4b42-a0d1-e10fa67718c8", + "id": "5741bb2c-50f9-4d5e-8f1f-fa546cfda202", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199573,7 +200355,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -199608,7 +200390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "368926c6-717b-4b7f-af6e-95527cf642bb", + "id": "b463d19d-529f-4e34-aa38-7ea8aceac3cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199627,7 +200409,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -199662,7 +200444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "074d78b4-917e-43ce-9c51-2dbfc1fde96d", + "id": "a663166e-a76b-4db9-9419-5ba546573788", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -199681,7 +200463,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -199722,7 +200504,7 @@ } }, { - "id": "d527bb71-dbaf-43d9-a549-86d8e82118aa", + "id": "7aefc741-4bd2-410d-985d-d81cc68555ca", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -199747,7 +200529,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -199763,7 +200545,7 @@ }, "response": [ { - "id": "f119f454-707f-48a7-8423-535df0af2807", + "id": "213f7f92-e238-477c-9c5f-6f601b599fe7", "name": "List of work items", "originalRequest": { "url": { @@ -199783,7 +200565,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -199818,7 +200600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc1d245e-21e5-4090-b440-ba95560487f7", + "id": "586afc95-7189-4679-8ef4-04d998026a10", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199838,7 +200620,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -199873,7 +200655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29f95508-8b12-4263-a6ad-91ad2e6482af", + "id": "facd0031-a06e-468c-bd88-59f320b86d87", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199893,7 +200675,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -199928,7 +200710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47d2a435-ba56-4084-aec0-d2a360d71646", + "id": "331ecf56-c67b-4ba6-b54f-2e06d2caa601", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -199948,7 +200730,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -199989,7 +200771,7 @@ } }, { - "id": "fab02e33-2a94-4587-b6d9-bf43f497bc69", + "id": "bbe22ac2-2fa4-4efc-a426-62afd2a6241a", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -200013,7 +200795,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -200029,7 +200811,7 @@ }, "response": [ { - "id": "d2e211c9-8f63-418e-a4f9-823b84799307", + "id": "09d226b5-7ec4-4518-97e3-91c4f23f4aac", "name": "List of work items", "originalRequest": { "url": { @@ -200048,7 +200830,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -200083,7 +200865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6992404-12ab-4051-94f8-6785e64e500b", + "id": "16d85b1e-ba3e-4620-8eaf-fecb14b2f352", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200102,7 +200884,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -200137,7 +200919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bde397a-69c1-4875-8865-0e6d65fe7960", + "id": "dfa97bb7-fc19-4122-b435-400d79a714df", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200156,7 +200938,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -200191,7 +200973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d65fa749-e334-4e3f-a4c3-a86f0362e703", + "id": "842cb8c6-97fe-4a1b-a338-486ba7e9a194", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -200210,7 +200992,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -200251,7 +201033,7 @@ } }, { - "id": "51f2c6c9-d0f3-40dc-9608-32ed26f7036e", + "id": "f8381156-4a9e-477f-8251-71a0f1d68dfa", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -200275,13 +201057,13 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [ { "type": "any", - "value": "reprehenderit proident Ut ad", + "value": "occaecat Excepteur", "key": "id", "disabled": true, "description": { @@ -200302,7 +201084,7 @@ }, "response": [ { - "id": "3d51be14-14b6-4cb1-93ef-e2a5fc0b05e7", + "id": "75f46e97-7943-4b6e-8818-6332e3fb9b29", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -200321,7 +201103,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -200356,7 +201138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cea52bc-7650-4909-b1b5-fe0cc4777467", + "id": "5052243b-1f7b-414d-9f02-3044a9a84490", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200375,7 +201157,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -200410,7 +201192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dc46982-d94c-419b-bd90-a086514f4c3c", + "id": "f53c37f0-2271-4b71-9b71-d1178a2fbcce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200429,7 +201211,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -200464,7 +201246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3534b288-02c2-4df4-a4b5-0c855c6068ad", + "id": "ca22dd26-f515-44d6-907a-24ea9fd5d999", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -200483,7 +201265,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "reprehenderit proident Ut ad" + "value": "occaecat Excepteur" } ], "variable": [] @@ -200524,7 +201306,7 @@ } }, { - "id": "f64b5511-b3b3-411a-87ee-4e4c11e81a63", + "id": "704c08cd-7b3a-4033-a772-24fb9709c247", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -200565,7 +201347,7 @@ }, "response": [ { - "id": "1a8fda4a-baa4-4c4e-8866-1a8e9e858b28", + "id": "b8ec6389-087e-44be-b5fe-a4068d11eb2f", "name": "A WorkItems object", "originalRequest": { "url": { @@ -200609,7 +201391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab505b93-c9f1-4f0e-bddc-c97f0216ee43", + "id": "8cf82c80-e330-433b-9662-08669c145680", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200653,7 +201435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9acecc3-3315-42c0-a182-d64d154977b4", + "id": "e2f872c5-de4b-453c-9aef-678876e71a99", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200697,7 +201479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bf21ba5-34b6-43e5-b827-aa0aae851ae6", + "id": "6299b56b-4eca-479a-8cf8-d56b321dc10d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -200747,7 +201529,7 @@ } }, { - "id": "26f621fc-ae30-45dd-aff6-5409d3790072", + "id": "ecccf700-f145-4082-9281-1e6c18f3083e", "name": "Forward a Work Item", "request": { "name": "Forward a Work Item", @@ -200802,7 +201584,7 @@ }, "response": [ { - "id": "410d4e54-3077-4223-8e9c-3241f8831dca", + "id": "3dd2d4a8-9480-413f-a8a4-0f7c33600a06", "name": "Success, but no data is returned.", "originalRequest": { "url": { @@ -200850,7 +201632,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7ba12fd2-9ef4-4830-9000-ff488731e8f3", + "id": "022d26fe-75d6-4e49-a80c-292671ddfb24", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200908,7 +201690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdfd7b4a-0cd8-497f-943e-38725e1d6698", + "id": "a770e917-3c53-4002-9352-c445080052f4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200966,7 +201748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c7afd05-ec87-48bf-8a3d-11673cc5241a", + "id": "c53bfcc2-cc74-4bcf-b63b-1b17f822eb03", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201024,7 +201806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ee92b52-0945-4bff-8e4b-5cc39622cf9d", + "id": "1baed1ce-cbe2-49e9-bc12-07f487d794b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201082,7 +201864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d189fa11-d368-405e-b8e2-610585eaebf8", + "id": "29c83e4e-17dd-4428-8431-65375178d53d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201146,7 +201928,7 @@ } }, { - "id": "0e1c00e9-b5d8-4a8b-ba1d-a916381c01b7", + "id": "0f8df06d-96e6-41ac-897e-fb1db4111b53", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -201199,7 +201981,7 @@ }, "response": [ { - "id": "4802fa23-0f40-4d01-82ed-c199294c11f7", + "id": "04631e79-3c28-4227-b6df-6be0474fb105", "name": "A work items details object.", "originalRequest": { "url": { @@ -201245,7 +202027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97f56b3c-5f8c-4742-881f-69af5052eeb7", + "id": "69f8c6dc-0cb8-4b42-b635-4f253d5541fe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201291,7 +202073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94944014-be8f-482b-b37a-9aa4384ee401", + "id": "98349848-b1c3-4b95-bdf7-fdfd03fb2ca5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201337,7 +202119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab93497e-3ab4-4acd-8412-f9944f21fe8d", + "id": "aa7d7d7e-9d13-4297-9403-80d66e9b0786", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -201389,7 +202171,7 @@ } }, { - "id": "497dd9e8-822c-496c-b04b-5c3a3ceadea6", + "id": "059c25a6-c4f8-4d26-a831-f46fd9ed1504", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -201442,7 +202224,7 @@ }, "response": [ { - "id": "030910a2-6177-46c4-aa2d-b7c38f833b9a", + "id": "6e80373b-dc3f-40ee-8b5d-5b1cf1df2e69", "name": "A work items details object.", "originalRequest": { "url": { @@ -201488,7 +202270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a8fa26d-dd06-4239-b552-377f14c5d79f", + "id": "cd1b90ac-f832-4294-9f71-12200bf633b1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201534,7 +202316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aec77dff-5b54-4d7f-87d5-1d5b55c0283e", + "id": "dc202868-87e5-4910-b0b8-3a05665b511e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201580,7 +202362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f40460d7-29ae-484e-9989-99b392e99aad", + "id": "1fce2fd3-6bca-4b73-931d-9624bd24bcb8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -201632,7 +202414,7 @@ } }, { - "id": "161abbb0-97b1-4d47-8fa2-0d25a24a71f7", + "id": "d219e06a-ebc0-48d1-86a6-ca0f43a53f21", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -201674,7 +202456,7 @@ }, "response": [ { - "id": "e9084724-c0fb-4021-a4b0-2fddf59430a3", + "id": "53f1112d-1031-42f7-9511-ed280baaf5cd", "name": "A work items details object.", "originalRequest": { "url": { @@ -201719,7 +202501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bcc8445-3eba-4318-8b89-717fe2508d50", + "id": "071f500a-e440-437b-b911-1c373ea612f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201764,7 +202546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dde85594-e910-4bf3-b48f-f56ba33e1521", + "id": "b23c2dcd-0030-4833-afc8-eadc830936a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201809,7 +202591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "add67788-1f6a-413f-b35d-74902ff9e507", + "id": "c4f15c59-f47e-473a-90a0-ab804f49e6ff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -201860,7 +202642,7 @@ } }, { - "id": "214c4f0f-e8d2-457f-b1fc-52a8c5dd4227", + "id": "f2918252-28cb-4c88-af4b-b150262d46e5", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -201902,7 +202684,7 @@ }, "response": [ { - "id": "84368943-6eb2-485c-bee3-b788bdee1f9c", + "id": "33fba086-4124-4cf0-a5a9-099716a69b02", "name": "A work items details object.", "originalRequest": { "url": { @@ -201947,7 +202729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd1ad71c-0eac-4c5b-b2dd-0ed0e2cb3189", + "id": "f3d98f48-4846-453e-999a-20607b0b774f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201992,7 +202774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9fca001-56a9-44ce-b409-e2e41c44b6d7", + "id": "14a8dfd3-b2d4-4de5-8cf3-5eeca8ca23a8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202037,7 +202819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b317c8e-2d0d-4883-aec0-028631310a80", + "id": "fa578767-16a1-4837-a043-8babfe4810f5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -202088,7 +202870,7 @@ } }, { - "id": "5d0d22a9-161e-4855-9411-bfcb24d8562f", + "id": "d064c186-cdd8-401e-9a2c-7eaba75ad31b", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -202143,7 +202925,7 @@ }, "response": [ { - "id": "cc9f0584-d678-46b3-b526-9c638d0e9b44", + "id": "024c5983-43ae-4c71-b60e-36b676234b99", "name": "A work items details object.", "originalRequest": { "url": { @@ -202201,7 +202983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d9a23dd-9fbd-4082-922c-fd9433460e41", + "id": "d35bd26a-73c6-4c47-b04e-29f015d6bf15", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202259,7 +203041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e91461d5-61fe-4d0a-b0b4-601b9419b89e", + "id": "af5b33ee-a6c3-4f52-902e-988b30883567", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202317,7 +203099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c52792d-ae6a-4be3-a5a4-9c05c0f25a4c", + "id": "f141b3c1-8bf7-42b4-91f7-6b4d58e4a732", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -202387,7 +203169,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": "b19ecad3-c919-4f1c-bd7b-ce7182299277", + "id": "d6789e7f-c14d-479a-bfe4-8be8b494a0eb", "name": "List Reassignment Config Types", "request": { "name": "List Reassignment Config Types", @@ -202417,7 +203199,7 @@ }, "response": [ { - "id": "a313391d-8c6d-4f4c-b9f2-dba0330428fb", + "id": "8b73869a-87c8-4690-85b3-5542a9e62b66", "name": "List of Reassignment Configuration Types", "originalRequest": { "url": { @@ -202461,7 +203243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b2af832-9984-4c6c-9f74-137bdfd633e2", + "id": "e17ad2d0-4a90-41b1-9c4d-cf5086943e97", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202505,7 +203287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "053e6583-632a-4989-a240-c0cbad1f8ef4", + "id": "88928c18-80c8-4eda-9539-f7baf279b303", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202549,7 +203331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da2d7d1c-48d7-431c-a114-dd993e308bb3", + "id": "659ceed8-1340-4e9c-88db-591cbbfd7eb4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202593,7 +203375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d62f730c-197a-41bc-a36a-0b375aa90dc3", + "id": "ac8527fb-83a5-4c61-8dae-316cac9726c9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -202637,7 +203419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85b5d690-23eb-4b88-8f26-06cca6d8f397", + "id": "a53f759c-259d-439c-88e1-17cb4d8869c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202687,7 +203469,7 @@ } }, { - "id": "e9f642c3-f944-4c07-b89d-a45f1528f421", + "id": "ee958d2c-de80-4d64-a69f-e6d6ad4d3478", "name": "List Reassignment Configurations", "request": { "name": "List Reassignment Configurations", @@ -202716,7 +203498,7 @@ }, "response": [ { - "id": "e403121d-6bd8-4cb8-8c9d-bd8ab9bb5af2", + "id": "38090165-3143-429e-bd9a-dddc65011b0d", "name": "A list of Reassignment Configurations for an org", "originalRequest": { "url": { @@ -202759,7 +203541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6964ea8a-aea5-4ba1-9f7d-58f4addcf087", + "id": "2e2242e0-103e-4748-8698-2561cc6ee347", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202802,7 +203584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ec3f2d1-9fd8-4b33-a4ed-4397967794da", + "id": "5a5d1f41-0bb5-4540-863e-a012b891653e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202845,7 +203627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bca82ef0-4239-4505-a0d8-1f490e577327", + "id": "8183aae8-e2e0-40cf-9248-d0b51ac1f48c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202888,7 +203670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d58e7d97-08cb-45a6-abad-0b1a0678bd8e", + "id": "2740c809-882d-449c-b382-297ce39c18b2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -202931,7 +203713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a24c64a6-bd1d-4695-8916-75a827584bda", + "id": "86f11e17-e55c-47da-aaa8-0580bf843685", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -202974,7 +203756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ec8e5e3-e44e-4470-8e1d-16541510fb78", + "id": "be641ebc-3abc-4d35-bfda-014513a3406b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203023,7 +203805,7 @@ } }, { - "id": "0b6fc5ec-ba71-4ff9-aa73-a0ebd0dbc89f", + "id": "ec2d6112-ab21-4d08-b345-5142d9985a1e", "name": "Create a Reassignment Configuration", "request": { "name": "Create a Reassignment Configuration", @@ -203065,7 +203847,7 @@ }, "response": [ { - "id": "2cc45498-75fa-4a10-afb9-93490aa88af3", + "id": "a2ea1e12-6ada-47df-aeb2-616f0fe76463", "name": "The newly created Reassignment Configuration object", "originalRequest": { "url": { @@ -203121,7 +203903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6024bd8e-ed3c-4458-87a7-cc9f692e25c6", + "id": "33588294-170a-434b-aa9a-cc08bcae9186", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203177,7 +203959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "827fb8db-1616-426b-b9c6-ccb02f37f655", + "id": "2f3c7cd9-8cfe-4359-8da6-41573d863da7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203233,7 +204015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f78d7f2e-ccae-4b72-b04f-63d7cb592cd2", + "id": "0e8e9974-5033-4ca6-85b2-15297f786d96", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203289,7 +204071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7de7a804-256b-48db-8eda-68fe6454151f", + "id": "9b84994a-ae70-444c-b416-55ce8049fca2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203345,7 +204127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d94a8eb-e4fe-465e-af19-37a455066485", + "id": "e6ee6fc3-d6ac-44ad-96dc-b4acba21e756", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203407,7 +204189,7 @@ } }, { - "id": "f0be449f-26ef-4c79-ae91-1f354d2694ca", + "id": "ef81586f-fbf7-4685-91c3-0841efed68aa", "name": "Get Reassignment Configuration", "request": { "name": "Get Reassignment Configuration", @@ -203448,7 +204230,7 @@ }, "response": [ { - "id": "60e931a2-8286-4dc1-b067-e129cf74f442", + "id": "fbb5284c-8b8b-4dc8-983f-7fe5893eb5d3", "name": "Reassignment Configuration for an identity", "originalRequest": { "url": { @@ -203492,7 +204274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05a75989-8ccd-493f-9d9d-432ba210fa6c", + "id": "c6ac10b7-ac61-4694-ab92-60897a787beb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203536,7 +204318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b24580fc-450d-4ce0-8fb0-2f1510c40939", + "id": "f7bbe377-da8f-4a68-9fda-f9c15fc8c0b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203580,7 +204362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c27f6093-6c4c-44a3-8641-64b08d8c2bc3", + "id": "99dc4041-c390-4148-9eab-408589239ee7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203624,7 +204406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fabf05f3-9be4-4250-bc44-4f6d5a4b0079", + "id": "b7edba88-a06e-4fca-a45f-95bc14631960", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -203668,7 +204450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8570687a-defb-4e4a-8438-4a4436469f7d", + "id": "efc73159-8806-4fa7-942e-8f1fa68c91ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203712,7 +204494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9789f86c-e1fc-4377-af55-5913d0421507", + "id": "5b323715-9716-46a0-9b67-74ed013bdc4e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203762,7 +204544,7 @@ } }, { - "id": "ffe1b4ae-2402-4eee-b1d9-44fff350f01b", + "id": "daa7faed-5aa9-4001-912e-41ed20bfd35a", "name": "Update Reassignment Configuration", "request": { "name": "Update Reassignment Configuration", @@ -203816,7 +204598,7 @@ }, "response": [ { - "id": "31976e29-cc4e-42a1-adb6-1e7aa3a915b6", + "id": "fad9add4-ce04-42f1-8df8-302ea8d63a68", "name": "Reassignment Configuration updated", "originalRequest": { "url": { @@ -203873,7 +204655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbebb23d-d33f-41ed-a43c-43082bbaeeeb", + "id": "188a9d40-eead-4dd9-8b88-ac7685d971fe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203930,7 +204712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5e1d260-f35c-40d3-891d-990538575370", + "id": "0a865dda-357c-4f11-9b37-d227cbcf82b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203987,7 +204769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00b02228-1d72-4fbc-be5e-1df844e72203", + "id": "c26b6b6d-00bd-45b2-aef8-e9498146f6ff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204044,7 +204826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a859569e-80b0-4ae5-bbeb-83885ae0842d", + "id": "0f58c6a3-9505-4c7d-9ca2-ae5270d955f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204101,7 +204883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f9cc9d4-2517-4778-b2b2-7eb643b3def7", + "id": "f6c35c81-1c58-41a7-90fd-2730062e33ee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204164,7 +204946,7 @@ } }, { - "id": "a65e5a3d-2b6b-4a69-a8cf-a0d902cba64c", + "id": "037f33cf-b50c-466f-89c4-ca869f6f4a44", "name": "Delete Reassignment Configuration", "request": { "name": "Delete Reassignment Configuration", @@ -204205,7 +204987,7 @@ }, "response": [ { - "id": "0d8e141d-668c-4105-bab9-f5a11959b414", + "id": "17aed12e-f9e4-456c-8d44-43e5672cac38", "name": "Reassignment Configuration deleted", "originalRequest": { "url": { @@ -204239,7 +205021,7 @@ "_postman_previewlanguage": "text" }, { - "id": "178f4eb9-bd9b-4c3c-b06a-f470596de4c2", + "id": "04713262-7190-44e9-8f25-470b6926e1a6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204283,7 +205065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdfdaeec-4a01-42d5-ab26-0584b8b4ace4", + "id": "5aa02885-a5d5-417e-8ce8-4edce79723d8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204327,7 +205109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a242123a-3e7c-4f41-94d0-9ad1cca1779a", + "id": "2e5c8254-24e8-4a5b-a270-24e78d5cf4a4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204371,7 +205153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68ebe52a-d677-4fb1-930e-4ea932c5ab37", + "id": "c2b4bee3-e0cf-4b31-b020-a3d82caa080e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204415,7 +205197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "230f3b8e-956b-41f9-9567-d8ea8cbc5288", + "id": "8ad56150-0712-4f53-b979-93ec677225ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204465,7 +205247,7 @@ } }, { - "id": "8b8dc6e7-89c3-4889-89f7-a42426d486ea", + "id": "a595fbef-f535-4880-8e83-a59c1660deb0", "name": "Evaluate Reassignment Configuration", "request": { "name": "Evaluate Reassignment Configuration", @@ -204528,7 +205310,7 @@ }, "response": [ { - "id": "f5a76fda-90c4-4d5c-85e8-ad6ccc806ac6", + "id": "6ad022bb-27d0-48de-88b8-a8e9e5f138a7", "name": "Evaluate response when no Reassignment Configuration is found", "originalRequest": { "url": { @@ -204584,7 +205366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33064c62-22c6-4975-89c5-faf3cb7db437", + "id": "7de6ccce-17a0-4c2c-9394-06dafbbd6744", "name": "Evaluate response when a long Reassignment trail is found", "originalRequest": { "url": { @@ -204640,7 +205422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bb361dc-ffbc-443d-962e-54672dcbeeb6", + "id": "ce056a8b-654a-447c-8432-853fdc983962", "name": "Evaluate response when a self-review is found and manager or org admin escalation is applied", "originalRequest": { "url": { @@ -204696,7 +205478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a357546-efb4-42d4-b976-9195436eff9c", + "id": "f9d931b8-37b6-492e-877e-d4cefb630d88", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204752,7 +205534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21ef219d-1ccf-4860-8215-a1eb64259c97", + "id": "4608415d-3800-499f-aa55-8503043176fc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204808,7 +205590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6855e9c4-dd0f-4623-926d-87b04cc3f854", + "id": "eea43916-e444-42b5-bfb8-5f9a55d1ed89", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204864,7 +205646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2279bb9-7976-4e35-beac-383ac03a23be", + "id": "95ba4cc1-c139-4bc4-ae2a-f335f94949be", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204920,7 +205702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "568b0ef7-28ef-4af3-8dea-56ba03d6dba8", + "id": "98adcc76-37ac-40b6-b3f7-81ff5e59209d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204982,7 +205764,7 @@ } }, { - "id": "0e3e4ec9-be21-4476-a0c8-98a6221fecb1", + "id": "1d6320bd-b176-452f-97bb-2f6a4618c4f3", "name": "Get Tenant-wide Reassignment Configuration settings", "request": { "name": "Get Tenant-wide Reassignment Configuration settings", @@ -205012,7 +205794,7 @@ }, "response": [ { - "id": "59663c33-9261-4e21-b91a-0156185b46a5", + "id": "b1a92c01-8b94-4d53-8d36-13d845e490ff", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -205056,7 +205838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9edfa7b9-46db-4380-9748-c8a50b42e6ac", + "id": "20ddb938-0b45-4a2b-ad51-b8fb7ae48ffc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -205100,7 +205882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2549a9d6-2eb4-4ec4-8ac9-7ce4a7a95765", + "id": "1e5c1ae2-574d-47cf-a7db-ff3b58e15cb7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -205144,7 +205926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caf3bb40-ee68-46fb-b1eb-885bd863060c", + "id": "ce731fea-be76-4ee7-b507-bca1492f3af4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -205188,7 +205970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab45549f-7fc2-4f83-bd20-fd1ca4d1c659", + "id": "9eb6421b-add9-4a32-9ef0-52a7a2458e37", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -205232,7 +206014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cd09159-a15f-4688-bcce-b5afcd341538", + "id": "e96f1f93-1755-482b-8c4a-9f9d291d0610", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -205276,7 +206058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faff1b46-c849-419d-ba46-bcbcfd5e1c86", + "id": "0de64cf7-ff3b-4fc8-b0ba-9298df45242d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -205326,7 +206108,7 @@ } }, { - "id": "1846b90f-df85-4907-8388-05b7f6ee3837", + "id": "1a7e9119-2d02-4c91-9b00-13daf6826280", "name": "Update Tenant-wide Reassignment Configuration settings", "request": { "name": "Update Tenant-wide Reassignment Configuration settings", @@ -205369,7 +206151,7 @@ }, "response": [ { - "id": "d515b1bc-3b5e-4034-9028-7c32db48da5d", + "id": "f584f993-8dee-48bb-95df-7f732e56b67b", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -205426,7 +206208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffd8aa46-efa5-46ea-aac3-551039e26cb0", + "id": "6214a9ac-f675-4cdb-9109-b85150abe678", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -205483,7 +206265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c83d5ed-bcef-4f9d-98d4-406fbd87e40f", + "id": "6a97887e-691c-4f8e-b58e-6af8f6ca3ab3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -205540,7 +206322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c7d11fd-046f-4533-99dc-ba5a13405e48", + "id": "82d8354a-6f7a-47e4-8db7-961026cf0b82", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -205597,7 +206379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5977644f-2d7a-404b-b7b8-55327f38d392", + "id": "37b0edce-5ed6-43b8-b4ba-910c62ff1ab8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -205654,7 +206436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f0ef0b5-9068-402b-9ab1-00837edd5e6a", + "id": "c2057de3-e4f6-4162-b993-8646c5921ba1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -205723,7 +206505,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": "d3bade67-d04b-482c-8d73-25b063ac7ae2", + "id": "21728e46-a80d-4086-ac6f-5ffac1c10275", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -205765,7 +206547,7 @@ }, "response": [ { - "id": "6914e098-e0a0-4a3c-b77f-9e230fdc8d81", + "id": "b355b7e4-f160-4312-b6d9-15cff2cb1f3c", "name": "Event Trigger", "originalRequest": { "url": { @@ -205821,7 +206603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "772555c1-dc9e-4e25-91b4-5a4b7ce87494", + "id": "0bab5f49-9abd-43ab-a73c-c21f6117f388", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -205877,7 +206659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94d2b6b7-1c8f-4c4b-8992-f35113be3ab3", + "id": "c857ec04-1cc9-41cf-a03f-5f272e475f8c", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -205933,7 +206715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1158fae6-ca71-43fe-aa88-9e2cdeeb9dae", + "id": "6ade8be9-efb9-4e6b-80ec-6c3b0d50a38a", "name": "Event Trigger", "originalRequest": { "url": { @@ -205989,7 +206771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1869f38-ba11-4b5a-8cec-bfb8955c7daf", + "id": "08d5462b-c889-4077-9a32-d59f9658fbab", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -206045,7 +206827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b1ff86d-740a-4cfb-abf1-c468e8689fde", + "id": "5271f9f2-5017-4fe7-b974-14db72227631", "name": "Event Trigger", "originalRequest": { "url": { @@ -206101,7 +206883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6009664b-0103-4864-b2a0-90b734281ad0", + "id": "4270183e-4854-4007-866b-651454ffc847", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -206163,7 +206945,7 @@ } }, { - "id": "e61e1513-fa6d-483f-9c85-09999c755de4", + "id": "85b312ad-75ec-4060-adbd-fc5fdd08d5aa", "name": "List Workflows", "request": { "name": "List Workflows", @@ -206192,7 +206974,7 @@ }, "response": [ { - "id": "43a0abf3-14e6-49ce-b96d-68c1c04c26bd", + "id": "6ff11136-a5a0-4a26-86bb-50b5d3dba070", "name": "List of workflows", "originalRequest": { "url": { @@ -206235,7 +207017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e30082b1-04d0-4f98-8493-5db7d69a91b0", + "id": "123145fb-94ed-4155-8c50-e8db3cb8d1ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206278,7 +207060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bea27e6-3940-49e5-ab56-4f974d992b16", + "id": "588974ac-b5cc-4ea2-bd11-7929f011f6bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206321,7 +207103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e8309a9-394f-4e97-984f-96558db6d93d", + "id": "0679027d-373f-44f6-9892-5f51b91929df", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206364,7 +207146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f45c9deb-eeef-47cb-ad54-b4a150dfc815", + "id": "019251b9-521e-4ab9-a5b4-c947f65fb4fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -206407,7 +207189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad2e1955-872d-4eee-89ce-e1510159f1fc", + "id": "efc000f9-052d-4530-a572-1efde724eab4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -206456,7 +207238,7 @@ } }, { - "id": "3e6312ac-4e10-4545-8904-7321504c9a49", + "id": "6044c00c-f290-4444-8777-09a04d897ef0", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -206497,7 +207279,7 @@ }, "response": [ { - "id": "64ed5868-99cf-4970-8615-2d0bc90b715b", + "id": "700e88a6-f02a-40ca-96bd-6b1cee92e0db", "name": "The workflow object", "originalRequest": { "url": { @@ -206541,7 +207323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f71f5be-4452-4a6d-8387-9e253ed52ce0", + "id": "91f73ac7-710f-4e7e-a491-1ed2fae12504", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206585,7 +207367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bfcc624-0bca-4749-b8cf-b09c1b3977fe", + "id": "6be6be87-ea78-47d0-b4fc-7fe3194e8caa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206629,7 +207411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd8b9de6-cd1e-45a8-b2b6-bf11bb2b80fc", + "id": "1333cd9c-ac39-4fa4-8ba1-afec58a2f577", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206673,7 +207455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc074dde-99ca-463e-b9b2-a616c867b3d1", + "id": "1b07dbd6-4927-454f-a730-6899be2fa915", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -206717,7 +207499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "079445c6-e0e4-480c-af0b-0151f0a7bbe8", + "id": "3cb98118-3a0b-4f22-9a9a-22a06a2bb77a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -206767,7 +207549,7 @@ } }, { - "id": "0cf5861d-92e7-4d5a-bc0f-600a472c7ba0", + "id": "71d022ee-41e1-4270-a406-fbb3489124ff", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -206821,7 +207603,7 @@ }, "response": [ { - "id": "cf7df354-76ad-4d73-a66d-5b5c2e1f69ab", + "id": "676f4bdc-91dd-47d3-82ea-8f06ef7c7f27", "name": "The Workflow object", "originalRequest": { "url": { @@ -206878,7 +207660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a40cf8d-6382-4d90-bcbf-b09653ac53cf", + "id": "ecfbc827-6f5a-42d1-ad72-169fc592808c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206935,7 +207717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ff3b014-f6dd-43db-99a7-9ce6216274f0", + "id": "54dae9f1-bbbb-4bc6-b2c2-5bbcd62e0eef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206992,7 +207774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18633495-c7ac-4409-8f3f-a0ed9c497451", + "id": "07cdfea7-087f-4a0d-99aa-237a13a5b3e7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207049,7 +207831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9f421cd-9e01-442a-b40b-934da5279bcb", + "id": "f5ff9c2f-c3d9-4c41-93ac-7440a76e510c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207106,7 +207888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09d9adb2-0c19-42e6-8894-16bceadf1789", + "id": "1016bf9f-32fb-4b65-9abc-cc556d991122", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207169,7 +207951,7 @@ } }, { - "id": "2502f947-0593-454e-892a-954f2d2a8ff5", + "id": "b286235d-8de2-4721-9eca-62ffae323830", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -207223,7 +208005,7 @@ }, "response": [ { - "id": "23422c26-79a0-4b65-a0c6-d5dd6c03bd81", + "id": "df27ead0-3f9a-4bb3-831b-0c06747e6e9d", "name": "The Workflow object", "originalRequest": { "url": { @@ -207280,7 +208062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7b4f974-b79c-4987-8194-f074874a1fef", + "id": "c3616e87-1274-400d-b8f2-518109db2352", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -207337,7 +208119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cff5e5f2-e91f-4e3e-9857-1c2a76cc0bca", + "id": "bc4d1c1d-8dfa-43e9-9117-91be4631f75e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207394,7 +208176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b7718ed-f873-4d26-b8de-7a83f8f9d9db", + "id": "bd626e4a-30fc-4e12-bee3-5fc8ad0f43c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207451,7 +208233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64bfe1f4-911a-45ee-ae87-c30d8e9980f7", + "id": "74042d24-f3ec-40a5-ae4b-fcc16b19444c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207508,7 +208290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df3fdc2e-91c6-4861-a304-3b4f91052724", + "id": "5b9193fa-38a0-4d3b-8aaa-7c8099e34ee2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207571,7 +208353,7 @@ } }, { - "id": "0aa0cc77-0f12-4229-9cf3-8e012a86dcdc", + "id": "e8b18de9-9fab-4d67-baa3-0061b30e74b5", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -207612,7 +208394,7 @@ }, "response": [ { - "id": "972cc24a-75f6-4bcb-8f0d-a4a6c4861701", + "id": "e88cfd51-aada-40a6-8560-380a67f0c460", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -207646,7 +208428,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0dba275a-e874-4472-b413-800bcec953f9", + "id": "812ad178-46e1-44ca-9151-4df06e30e535", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -207690,7 +208472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fb23692-1a35-48d0-b058-eb21253979af", + "id": "310cc253-19ac-439d-be2d-f6b5572b5209", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207734,7 +208516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8cee2e4-08d1-47b0-8fc6-87755d1a22bb", + "id": "57226ff5-70a1-4834-b014-2bdbd1bc1338", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207778,7 +208560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80136830-fb0c-4de4-ad20-7a771665a956", + "id": "1e503ecd-612b-464a-8cda-59ac0c468f76", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207822,7 +208604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44f276a4-7276-4882-a512-3a27c02682bb", + "id": "6637d2f1-279c-420c-90ba-434d985d3645", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207872,7 +208654,7 @@ } }, { - "id": "46c70c80-bf3f-4ed7-9069-a4c8810f5720", + "id": "e6c5f3a8-b22f-4f35-bffe-382d09cf268d", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -207927,7 +208709,7 @@ }, "response": [ { - "id": "d77826bf-f846-49ad-a65b-8479f4e76210", + "id": "69d9da8d-ff12-4697-8b2c-104947d548bb", "name": "The Workflow object", "originalRequest": { "url": { @@ -207985,7 +208767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfa304f0-67c6-4a73-b249-afe0de58c637", + "id": "4f23d7c5-c18e-4b45-b6c9-ca50bf241924", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208043,7 +208825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "450abee9-d8cc-4da8-ade4-289f6a4ae8ab", + "id": "1d62e42e-3713-47a4-bcaf-a58141187280", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208101,7 +208883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c014c72-f6d2-4fb1-9d4f-648e571c4a59", + "id": "6f9e0285-9ab0-4b89-8c65-fc3f53b56c9e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208159,7 +208941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "577a0699-f36d-4d6d-8c30-27625b259078", + "id": "cf4bab86-c4b4-4265-bd8d-6c0927c052c0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208217,7 +208999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9acd47ef-b049-4736-9833-44ae3f9a7972", + "id": "405cb2d3-ea6b-4749-8788-d68973a2d6c3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208281,7 +209063,7 @@ } }, { - "id": "0f9ff0a7-52ae-4842-b969-0735e170fd63", + "id": "54751d90-15f6-416a-bbb8-913b6b382dee", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -208360,7 +209142,7 @@ }, "response": [ { - "id": "63f18029-c305-4d74-8c93-cc7223490078", + "id": "857cd83a-ef97-429e-9b4d-120e08bece35", "name": "List of workflow executions for the given workflow", "originalRequest": { "url": { @@ -208442,7 +209224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7700d0c8-1c00-4db5-bba4-f7472f0ce5ec", + "id": "163cbedf-24af-4497-a588-941e8b6832ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208524,7 +209306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a541a7a9-f76c-401d-8186-cf683c118d10", + "id": "cfa1e6ed-6098-424b-afb3-8250188ddd8c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208606,7 +209388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6103e8ac-123f-4a0e-a47f-d8ec4681724e", + "id": "0169490a-f485-4d49-a62d-5ac709504c88", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208688,7 +209470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed9a060a-7e8a-4aaa-bd2d-020ab4aa780c", + "id": "9632114f-92d5-424d-b70c-e2a86530b4cf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -208770,7 +209552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ede7cb9-6c5b-470a-acf1-0ff4890750f5", + "id": "636e5ca8-4227-4e84-83b0-f516d64f452c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208852,7 +209634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2be5bb38-5cfb-4ff6-b008-c621bf41fc18", + "id": "3624e73a-ce00-4e99-8813-a1e3f22095a1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208940,7 +209722,7 @@ } }, { - "id": "df34b6af-dbfc-481a-af65-8e9ba1e83ff7", + "id": "34a59c4e-4a2d-47ef-9574-05fbf40b7f94", "name": "Get a Workflow Execution", "request": { "name": "Get a Workflow Execution", @@ -208981,7 +209763,7 @@ }, "response": [ { - "id": "f1855afd-1423-4039-b519-9406de0ee169", + "id": "8b3792f5-bfc2-406b-9f8d-579e9597992e", "name": "The workflow execution", "originalRequest": { "url": { @@ -209025,7 +209807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3de54e02-6b0d-4bce-81a5-0a80fbf6d79a", + "id": "3099b47f-b4fd-493f-a0cf-7caafd215c71", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209069,7 +209851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43ded8d6-654b-4fd6-a2d8-db1f793fc8c8", + "id": "568ad811-7fa4-4e44-88f6-60ef7056ab00", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209113,7 +209895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ae9a4ef-1b52-456a-af5e-6648a4dfe887", + "id": "cce99fdd-4c6b-493d-b259-8a431536a05b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209157,7 +209939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7db8e96b-b848-4c65-8270-265040be92f5", + "id": "ad7f3b29-7405-48c6-948f-04cd3398b3ca", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -209201,7 +209983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d9b0fe5-bd9a-476f-8e07-5c7bb4539a3d", + "id": "dfc94e52-836b-49d4-92b1-9f9ecfd8d59d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209245,7 +210027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8609dc25-9c09-4d33-a0ac-f750561198c4", + "id": "ce2660db-18ff-483e-a60e-5cf09a05a6ba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209295,7 +210077,7 @@ } }, { - "id": "64b1cc74-b0b7-48c0-bd1e-46ee1d2bce04", + "id": "e0d069dc-9290-4929-945a-3f814af2e994", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -209337,7 +210119,7 @@ }, "response": [ { - "id": "02a11f65-1520-4eb9-a83b-dcd1cf70a087", + "id": "48b78811-8895-4d94-b082-07974879c55c", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -209382,7 +210164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f58748bd-aee6-4e91-bfbb-3e28e24a3d99", + "id": "f5747d48-923b-418b-b422-a2d1b72f3ec8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209427,7 +210209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee6624fe-42e1-4d2c-959e-cfcf5dac521b", + "id": "02321f1b-f200-44f4-a86b-914ac4d11d5a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209472,7 +210254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ac5bbd5-2115-4b58-bed7-7990f40a1558", + "id": "b031f1d5-3bee-409b-998f-95dec93f3124", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209517,7 +210299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4979854c-4545-430f-9e0f-4acf5fb7cf16", + "id": "3ddc8a42-4bac-4739-9698-87809567a8f4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -209562,7 +210344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "093abaa7-c1b5-4d4e-99ee-22c48c1a3b58", + "id": "2a0f0edd-d23d-4df1-9cc9-0c077e7b2a3b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209607,7 +210389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b34ff25-54fe-4a0f-8deb-0a3b3bd1d5d5", + "id": "3ff760a5-5eb6-495a-afa4-1498856b9227", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209658,7 +210440,7 @@ } }, { - "id": "fd94704f-7cea-43a5-954f-b95da8cbcb8a", + "id": "905f8bfe-f915-456c-8ae7-97dbcf9cf86d", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -209700,7 +210482,7 @@ }, "response": [ { - "id": "77a2e0b8-23d1-4646-8d2e-d28341342ed2", + "id": "a5e7c6f0-99bd-4e21-9256-41d6bb361855", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -209735,7 +210517,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e06f1406-5b08-4126-bb36-981099b91ec7", + "id": "cfc81d7d-5cf2-4e20-aad3-da0886716ff5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209780,7 +210562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cd98ca1-b1a8-4a5b-a8ea-e11c4900498d", + "id": "42d79b9b-04b3-48d0-9b89-57230ecac097", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209825,7 +210607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef83cd00-e125-4088-b58a-c7f5f6846b20", + "id": "2e8fd5f3-6f55-468c-85ec-25fe865d8346", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209870,7 +210652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1980aac-36aa-4fa9-8b8f-c1becf8c72ab", + "id": "cde84aeb-4a04-4808-b694-12a1ced8eda5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -209915,7 +210697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "154d3c80-2008-4ce1-bf34-c132378a3cc8", + "id": "f57fc062-a691-413d-8113-62afee7fd0bc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209960,7 +210742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ddcc449-1d96-438c-81e1-5d60a184b12b", + "id": "713cae89-57ca-4c3e-a939-fa8885c335e6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210011,7 +210793,7 @@ } }, { - "id": "d67fcd19-ebed-4768-8a0b-76c915919f75", + "id": "aa0b4944-ee53-4102-9cfb-3f85ddb2c0bf", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -210059,7 +210841,7 @@ }, "response": [ { - "id": "d37fa453-39b9-4e7c-8b66-36f460b62573", + "id": "fc1c6bd8-ca75-4763-ae66-7bc6b3f7b8ab", "name": "List of workflow steps", "originalRequest": { "url": { @@ -210121,7 +210903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7840647e-622e-45b5-aaa2-feb4bcbc82ee", + "id": "713dd478-dbc1-49eb-8035-1565c89a24bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210183,7 +210965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f56ad14f-17c6-42d0-8159-846cb5935601", + "id": "76c1d583-e1ca-4323-9e8b-58c4ae0536a3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210245,7 +211027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8cb6337-954d-4601-afb2-318ccfa99318", + "id": "f21ec381-7ca9-439f-be5b-de28fd08c96b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210307,7 +211089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a57d8fad-a32b-44f2-8a2b-5dd44596c799", + "id": "4798b8a1-e8a5-4dbd-870a-db8880222af3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -210369,7 +211151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bea775b-95ac-4bcb-b6a2-bd588aa74215", + "id": "f6e252bb-ef38-4a2b-a381-acb16cc75b58", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210437,7 +211219,7 @@ } }, { - "id": "e9741f8d-7255-49ca-baa2-055c40239ebf", + "id": "65f48791-300d-48f5-83a4-72fa2010ff25", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -210495,7 +211277,7 @@ }, "response": [ { - "id": "bb87dbb7-5771-49b9-91dc-3fdfe9903eb0", + "id": "b360564d-4d20-4a80-9958-1f240ea45510", "name": "List of workflow actions", "originalRequest": { "url": { @@ -210567,7 +211349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "417b5ec8-b2f6-427c-b7a1-1ac5a0d86a32", + "id": "e2611449-7c1c-4eaa-8dd9-e286ed9a116a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210639,7 +211421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff5c2830-eef5-4fe6-b9fa-4ffd8015d557", + "id": "b0dd6f9d-c07c-4da9-b31b-27ae98514ab7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210711,7 +211493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a28dac94-d7d2-4848-9d87-ee7bcd78a08c", + "id": "957ab6bf-795c-4951-98b3-8936eea3f5eb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210783,7 +211565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b35b8a49-2640-4858-afe4-cb40d4316c3a", + "id": "d6df864d-bb45-4dca-870c-410bbdfc5efa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -210855,7 +211637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1076d057-84dd-4703-aac8-a749e02c71dd", + "id": "f63830e8-2705-4f88-8c3e-30db25d73dfe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210933,7 +211715,7 @@ } }, { - "id": "337dcf58-c1c1-4852-a15b-72805ddd19dc", + "id": "84636a6d-06dc-46a4-ac00-dad0a639fa1c", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -210991,7 +211773,7 @@ }, "response": [ { - "id": "36437ff4-2e9c-4b70-895f-13e8afa7e7b1", + "id": "40081a73-0d70-4dfa-9a98-0b36b0ee494e", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -211063,7 +211845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "908d96e2-8ef9-47ce-bf44-f4aec633c542", + "id": "87c44a88-e198-40f5-ba1e-8a09d4d301cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211135,7 +211917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5dfde06-f64c-43dd-b6b4-56ac7ce90be5", + "id": "50448a33-1e88-400d-a7f6-7dfa45e27bda", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211207,7 +211989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04de7e5d-2e06-48c0-a781-7ef955295013", + "id": "373ca980-dc69-4fb6-922d-1d83968da595", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -211279,7 +212061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d66a4e0-682b-4f82-8d5a-8d4681e6cde0", + "id": "55557906-6f53-43f8-9403-ab5b45526a75", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -211351,7 +212133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fab3e125-dbc5-46ca-a864-1f9791804c25", + "id": "0521cd40-93af-4e16-9f33-16357c45d605", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -211429,7 +212211,7 @@ } }, { - "id": "4be8f02a-64e0-4403-8741-b030c09f0a81", + "id": "f91f0364-0324-49e1-9f52-b315fbec96fb", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -211459,7 +212241,7 @@ }, "response": [ { - "id": "9a526c5f-115e-4676-bb5e-a2a08ab39fcd", + "id": "d701b701-6864-40f9-bfd9-aad14398bc8b", "name": "List of workflow operators", "originalRequest": { "url": { @@ -211503,7 +212285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "331a215a-4514-4249-aec2-2574de3a519b", + "id": "918f6527-f564-4a0b-ade1-7dd05e95cf8b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211547,7 +212329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d0df472-9e31-4ab1-8ff5-93b6ee7beccd", + "id": "07abee68-5c15-4215-ab46-b651d7716e68", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211591,7 +212373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d83c5a2-de34-471a-a9b8-1a1141faa217", + "id": "9cb924e2-6bbe-42ec-af28-6e1c19117c8c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -211635,7 +212417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63909a78-c93b-48d5-a94a-98cb371bb66d", + "id": "8094af2b-1d7b-4a7d-bcdf-b4b22a6e6248", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -211679,7 +212461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e120499-eed7-4078-80a6-dbe242326b61", + "id": "006160f7-d3ca-4e2d-b95a-4792c997f239", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -211729,7 +212511,7 @@ } }, { - "id": "81e58412-042f-49df-8ae5-1215dc3c7d3e", + "id": "a4f35109-b697-474a-8754-7e4f5999a4c3", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -211772,7 +212554,7 @@ }, "response": [ { - "id": "6f5ce020-e391-4c3c-a6cc-ce9bd4601977", + "id": "64548bc7-d1b1-4827-947b-d2e3cfd9f9ed", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -211818,7 +212600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b7234d0-2532-4d7f-82f5-418a9a42fbad", + "id": "e07d2178-67e3-49ff-a62f-b0e390d64577", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211864,7 +212646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78ecc3d0-9877-4f09-a73a-035558d16b6d", + "id": "2480fdd8-8375-4a1d-bb79-3209b658a9bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211910,7 +212692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9845e304-5256-45b3-ac93-83ffca2168c7", + "id": "df2a237e-3e3a-4f81-bbeb-7af8893d75df", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -211956,7 +212738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27495335-2457-477f-9e2c-9de77c89041c", + "id": "fa827fb8-a357-46fd-baf2-f9cf2f652445", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -212002,7 +212784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4f5fa58-f94e-463d-871d-6a1e81c10299", + "id": "38d2b019-a20f-43a5-b859-1373f3c763d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -212054,7 +212836,7 @@ } }, { - "id": "aed9df9a-ddb0-4c27-8086-7c990f2e199d", + "id": "f143acbd-8e9b-4452-a6bb-b5b9f52fb11d", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -212110,7 +212892,7 @@ }, "response": [ { - "id": "e96e2623-4458-4920-8a16-bfb19276bf28", + "id": "1e96f0f1-9413-4ea7-b90a-15214674542d", "name": "The Workflow object", "originalRequest": { "url": { @@ -212169,7 +212951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c3174f2-2933-4d47-89fa-9d1edb74b408", + "id": "b90566de-6336-41d7-9388-d936e60f20df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -212228,7 +213010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23cded5f-f840-4d97-b6a7-27a0478d1a19", + "id": "33a3966a-0ff0-4341-8207-ca17a37b52e0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -212287,7 +213069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90d53de5-1dd2-40bf-9ecb-5a9464d6143a", + "id": "bcd2c426-4718-4e18-8cf0-49f6868c12f3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -212346,7 +213128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "046035d2-51e5-4565-9b1c-499cac2a7425", + "id": "cbf02fc5-150c-4dbf-a0d4-19835757041b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -212405,7 +213187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8204cc6d-b350-4f61-acab-89e1e3598938", + "id": "6581813a-4cb6-44ba-996f-a5b4cc857c10", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -212470,7 +213252,7 @@ } }, { - "id": "51034c70-3a43-4f63-ad59-33c9b8a2687f", + "id": "ecafcf06-f3dd-4100-bf03-012964e600a7", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -212527,7 +213309,7 @@ }, "response": [ { - "id": "0b494c75-dd0d-461b-a067-334f0a9f0beb", + "id": "2bd04e58-eb1e-4092-8859-cd4717708790", "name": "Responds with the test input", "originalRequest": { "url": { @@ -212587,7 +213369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b5f2c9b-282a-4ad5-93cb-7fe08cd348b7", + "id": "4466d012-55a0-4458-9c15-097061076013", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -212647,7 +213429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2761aed1-6868-4db4-a708-56e9d0e9ae5d", + "id": "e2df9d7d-35b6-478f-aee4-7196d769167d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -212707,7 +213489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bee7f14f-1bb0-4e44-bee4-240c1e2f4728", + "id": "41b1409e-8c0b-4a9e-a7dd-ae226915305f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -212767,7 +213549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dab9080-e7ad-4a57-aa3c-80ad84ce5eb4", + "id": "aeebed2c-93db-4f20-9e51-f6862c675be6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -212827,7 +213609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9380a1d9-d3f4-45e8-8ae8-0b3c909e40d2", + "id": "a9227d68-0c41-4797-8c59-a0d579d40509", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -212899,7 +213681,7 @@ "description": "", "item": [ { - "id": "821d5f77-16d5-4531-96fb-7630c9cd0819", + "id": "7523ac94-c236-4669-9cac-acb02b153429", "name": "Get Approvals", "request": { "name": "Get Approvals", @@ -212956,7 +213738,7 @@ }, "response": [ { - "id": "493feee0-ef9f-4701-80c1-869f679cb19e", + "id": "ec521c29-f141-423d-9277-4b7758759acd", "name": "List of Approvals", "originalRequest": { "url": { @@ -213027,7 +213809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbc30cf8-8187-44cf-a921-45c230856396", + "id": "a8921331-e795-48c6-9fde-42e8219853ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -213098,7 +213880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77ba661a-dc42-4009-a00d-c050ce687e99", + "id": "3f820b8b-1c9a-44e7-b66d-396f462c9750", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -213169,7 +213951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "293ce97d-e8cc-44c0-b7e9-d54421a04f47", + "id": "082e11ce-5f25-4bf1-b1e4-47f544a2a031", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -213240,7 +214022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93efa444-613a-4de0-8ec2-2726d953810f", + "id": "8cdefbcb-600e-4ea2-b3af-1bacd6ec01b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -213311,7 +214093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "985d695d-8b2f-43eb-a22b-fc8de8b1a203", + "id": "7bff6c4c-1968-483b-af5b-15398f3c9bc9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -213388,7 +214170,7 @@ } }, { - "id": "4888df71-6fde-4aa0-9d1d-d70d8f368df9", + "id": "2501d8e2-65ac-4304-b334-71dcf40f8de0", "name": "Get an approval", "request": { "name": "Get an approval", @@ -213429,7 +214211,7 @@ }, "response": [ { - "id": "c8e0987a-c246-464e-ad80-3d7a7b53c92c", + "id": "b08de0da-2fda-4a12-82ac-df654527743b", "name": "Approval object", "originalRequest": { "url": { @@ -213473,7 +214255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a39a5b7d-64b7-48c4-9f22-edf55a0b3e71", + "id": "b6cd8e3d-75b6-470c-aea8-a39609a4f95b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -213517,7 +214299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e078e3b-1cd5-4b37-b33c-261a053eea97", + "id": "5db173fd-2f15-4d7e-864f-d9626f94b7c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -213561,7 +214343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff1d964a-089c-4abd-b1b7-ff11a25bfec1", + "id": "515b6297-81b0-42f3-b3db-200e160553a5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -213605,7 +214387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5be0c818-ae9e-424c-865c-77888060a03e", + "id": "fee65871-ce98-48bb-a400-6ee2e7af5def", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -213649,7 +214431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41a7a53c-8bf3-4f65-b163-34f65e75b02e", + "id": "1949af56-aa7e-43c3-b6b1-46945b010e35", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -213699,7 +214481,7 @@ } }, { - "id": "919ad735-c903-4c86-afc4-33bf7445838a", + "id": "26463cd7-0e73-4fd6-bf1f-e35f2241f777", "name": "Change an approval", "request": { "name": "Change an approval", @@ -213747,7 +214529,7 @@ }, "response": [ { - "id": "600a927a-1b36-4644-9d89-9b2a4efd8a47", + "id": "0884043d-1b9c-41f2-8d07-d2b3d9b4b800", "name": "Approval object", "originalRequest": { "url": { @@ -213804,7 +214586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7805a86-5664-40d7-b5cc-c124723e18c7", + "id": "c76bb53c-33bc-4f81-ba49-9790e4b3ef27", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -213861,7 +214643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3afd9613-f3b7-4982-a4f5-b7ff2c401bd8", + "id": "cb597ee7-c770-43ac-be2a-b18bdfe9ca3b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -213918,7 +214700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb38d873-3170-47b9-bbe6-bf3c10b4b62a", + "id": "961b3f12-705e-4a4f-92a2-7d0d809d4af8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -213975,7 +214757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b5d6041-77e5-4e9f-955b-2e8bb9a7a9fa", + "id": "970661d1-d0d4-4d5f-b4a8-109b39a55f45", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -214032,7 +214814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "652b5e3a-2e71-4f16-930c-afd83a6c2c43", + "id": "f4b6912f-875e-4e95-8204-a4b06fa75495", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -214101,7 +214883,7 @@ "description": "", "item": [ { - "id": "b8d5148a-989d-490e-a443-00bbb49a744d", + "id": "80ca0cf6-ceb5-4741-82a4-802ee098cded", "name": "Account Aggregation", "request": { "name": "Account Aggregation", @@ -214152,7 +214934,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor irure enim exercitation", + "value": "esse minim sed pariatur elit", "type": "text" }, { @@ -214169,7 +214951,7 @@ }, "response": [ { - "id": "be148adf-880f-4db8-a3c5-fbd0ed772065", + "id": "1c09a803-b9df-4cfa-8d1c-ff25b9d7077e", "name": "Aggregate Accounts Task", "originalRequest": { "url": { @@ -214212,7 +214994,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor irure enim exercitation", + "value": "esse minim sed pariatur elit", "type": "text" }, { @@ -214235,12 +215017,12 @@ "value": "application/json" } ], - "body": "{\n \"success\": \"true\",\n \"task\": {\n \"id\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"QUARTZ\",\n \"name\": \"Cloud Account Aggregation\",\n \"description\": \"Aggregate from the specified application\",\n \"launcher\": \"John Doe\",\n \"created\": \"2008-02-01T15:12:50.899Z\",\n \"launched\": \"1958-12-12T03:30:41.472Z\",\n \"completed\": \"1997-06-07T23:41:00.175Z\",\n \"completionStatus\": \"TERMINATED\",\n \"parentName\": \"Audit Report\",\n \"progress\": \"Initializing...\",\n \"attributes\": {\n \"appId\": \"c31386cb18bb403cbb6df4c86294ff82\",\n \"optimizedAggregation\": \"enabled\"\n },\n \"returns\": {}\n }\n}", + "body": "{\n \"success\": \"true\",\n \"task\": {\n \"id\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"QUARTZ\",\n \"name\": \"Cloud Account Aggregation\",\n \"description\": \"Aggregate from the specified application\",\n \"launcher\": \"John Doe\",\n \"created\": \"2009-09-08T04:02:09.909Z\",\n \"launched\": \"2013-07-29T03:55:32.904Z\",\n \"completed\": \"1979-01-21T23:34:20.140Z\",\n \"completionStatus\": \"TEMP_ERROR\",\n \"parentName\": \"Audit Report\",\n \"progress\": \"Initializing...\",\n \"attributes\": {\n \"appId\": \"c31386cb18bb403cbb6df4c86294ff82\",\n \"optimizedAggregation\": \"enabled\",\n \"consecteturd7\": {},\n \"pariatur_18\": {}\n },\n \"returns\": {}\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "03c608e3-98da-4548-9b36-7fd6e39ac8a5", + "id": "c76881a0-5829-4b62-8d1f-321510ce72bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -214283,7 +215065,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor irure enim exercitation", + "value": "esse minim sed pariatur elit", "type": "text" }, { @@ -214311,7 +215093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fabd4de6-39cf-4ff5-a971-b678d3f90fd3", + "id": "cea20507-7ff4-44b2-9231-86106bae3b89", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -214354,7 +215136,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor irure enim exercitation", + "value": "esse minim sed pariatur elit", "type": "text" }, { @@ -214382,7 +215164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09ce222d-a177-4b38-9adb-46957efe770a", + "id": "e5237002-80c3-4f55-8cfe-08f4a93b3aeb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -214425,7 +215207,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor irure enim exercitation", + "value": "esse minim sed pariatur elit", "type": "text" }, { @@ -214453,7 +215235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "606af80d-a13a-47e0-9aad-8a0ace9a5ea6", + "id": "72a225d3-cd29-4413-a807-71002b86ce5a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -214496,7 +215278,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor irure enim exercitation", + "value": "esse minim sed pariatur elit", "type": "text" }, { @@ -214524,7 +215306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ff252a5-31aa-40a2-8034-1c8ad2abe7c3", + "id": "895c4751-f1bf-428d-b925-a70f0a83deb2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -214567,7 +215349,7 @@ "type": "text/plain" }, "key": "file", - "value": "dolor irure enim exercitation", + "value": "esse minim sed pariatur elit", "type": "text" }, { @@ -214607,7 +215389,7 @@ "description": "", "item": [ { - "id": "da364d39-f789-46ff-89d6-c79a263d640e", + "id": "18b87776-59f6-4b05-9159-029c505611cf", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -214649,7 +215431,7 @@ }, "response": [ { - "id": "acabda52-adb6-434e-9bbd-9743bb6efe31", + "id": "4099f400-c12f-4f8d-935c-b3c0a2085482", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -214694,7 +215476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5710cdf-fc4d-47d4-a111-4f6bab85700f", + "id": "03164804-30eb-4dde-b78d-06a3f4c7ec6c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -214739,7 +215521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd6d6a24-be01-4515-a66f-fab8211d5c91", + "id": "17a1d037-cfea-4f26-a9c8-c6de2bc50265", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -214784,7 +215566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24605c56-c751-4537-971b-2a03029be89e", + "id": "f6d134b6-5323-4723-a028-577f82b3b29a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -214829,7 +215611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2613e2cc-95b6-4913-a0d4-30ac175551ca", + "id": "3a6acf43-f174-4789-a989-a97e01027084", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -214874,7 +215656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "757a7b9b-4e38-4676-b54e-cca411330279", + "id": "47557dc6-6b6b-43f3-a357-28039c00224f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -214919,7 +215701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e69258f-3545-4101-8ae8-ea2ed35da096", + "id": "e22aa28d-93fe-4ce8-865d-028f9380c32c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -214970,7 +215752,7 @@ } }, { - "id": "fbde6447-2421-4346-a3ea-703513808b27", + "id": "86185009-0f7b-47bc-b79e-1f208b4fbc24", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -215013,7 +215795,7 @@ }, "response": [ { - "id": "af6cdd6f-cbce-43b8-a1fb-62521bd0ab23", + "id": "e61a4c37-e259-44af-a1bb-6ad964254285", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -215070,7 +215852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed4778e4-e824-4806-a757-2e213f556397", + "id": "82b75006-0bee-4d10-8683-254b7b9d45ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -215127,7 +215909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "502f986c-60e0-4c15-addb-4a895cb5492e", + "id": "212aea73-f6d9-49dc-8c9c-0edc75b38e39", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -215184,7 +215966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e15bcfa7-a853-4706-b180-7d50e535a3f1", + "id": "c1f9e70c-3e55-4bc2-b8f8-68f15db2390a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -215241,7 +216023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac73e5b1-039f-4787-98d4-30d0da4ea30b", + "id": "e83f01e7-728f-43ae-9c05-3bb025b85e08", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -215298,7 +216080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a62d1e7-04ea-4996-a3d1-6178b14d3309", + "id": "a5099a91-bfb6-42fd-b146-c1f2c03a8ddd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -215361,7 +216143,7 @@ } }, { - "id": "ea0ff344-fba0-4cfd-8033-ff5068111c40", + "id": "69ee24c2-f765-4ba3-9409-4ba8cb98d6f8", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -215390,7 +216172,7 @@ }, "response": [ { - "id": "288aef3a-b7cc-42f9-abec-bd0b1197dbc6", + "id": "8b50dae8-9417-4d90-8a9f-3f1547b77f58", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -215433,7 +216215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58f98400-035d-45c6-9e53-fabb37ddfe0b", + "id": "186c2f64-d071-4221-8c41-a89ca7b6f42a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -215476,7 +216258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "152a9d5f-8fb6-45b5-b5be-d892c36d2896", + "id": "41a96149-812c-465f-9468-e1ccc9f4b280", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -215519,7 +216301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e70a531-0602-406a-82fc-64a5d7612f51", + "id": "89597405-9f5f-4937-b591-02f7164bdd3a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -215562,7 +216344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62bcc517-f856-4d68-8887-1270d8896b79", + "id": "5debd074-a4aa-46b7-abe4-aa67f502c736", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -215605,7 +216387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32e94c4f-c900-4522-b727-24edb519d088", + "id": "876347c4-acb1-4b9b-a507-7fe4f0ed510a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -215654,7 +216436,7 @@ } }, { - "id": "d46271a6-6f4d-4e38-bd28-3cae467845f7", + "id": "7f440b9e-3a39-4024-8ebd-92d7ddc8ec05", "name": "Download violation report", "request": { "name": "Download violation report", @@ -215696,7 +216478,7 @@ }, "response": [ { - "id": "0b14d4da-0caa-41e9-9d2c-e37aa5854888", + "id": "c9ac0fdf-f36d-4925-a78d-109e81d49735", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -215736,12 +216518,12 @@ "value": "application/zip" } ], - "body": "reprehenderit proident Ut ad", + "body": "occaecat Excepteur", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "639ad7bc-ae27-48da-98e7-e635d9683699", + "id": "949217c8-0ad1-4c94-8f39-6f66064927a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -215786,7 +216568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71c5ea3d-7ff2-42ed-8c4d-db0ef72a45cd", + "id": "76f7a753-5e69-4495-9637-01742592ee38", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -215831,7 +216613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d25fe81-ae2c-490c-bb0f-7cdf5c4866b3", + "id": "42afb602-59be-4fa5-8e57-5fa6c24a41c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -215876,7 +216658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e728dc6d-6115-4847-9dfc-75ffaa25f94b", + "id": "cd516c08-9b2b-4359-a9f7-91ad1ac18671", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -215921,7 +216703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c6981d2-589c-4db5-bedd-9d6565526f8d", + "id": "799c5760-5754-4706-9e9a-4ce6d33936bb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -215966,7 +216748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cf06f45-c0ed-4338-bee9-8fea84e0d0aa", + "id": "4d4f9156-adb5-4764-8c37-83f90582b81a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -216017,7 +216799,7 @@ } }, { - "id": "86661110-a7c0-4e5f-8686-062a9d18875c", + "id": "d496aae0-b0f9-4e96-9018-2f6b5101d5cd", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -216070,7 +216852,7 @@ }, "response": [ { - "id": "7910f180-7a0c-4037-a9eb-92a5c5dec6af", + "id": "38a9b975-5180-4f92-887d-c7308989190f", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -216111,12 +216893,12 @@ "value": "application/zip" } ], - "body": "reprehenderit proident Ut ad", + "body": "occaecat Excepteur", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "cc949efa-1d7c-488b-9806-162fab8860c5", + "id": "657e7cf5-86a9-4f10-ac0c-2296486969ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -216162,7 +216944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0daa0bab-bbb0-42d2-aabb-0b07df0b3191", + "id": "77e34764-24e7-4d72-82e8-b2e0d8e8afec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -216208,7 +216990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67ab46fb-9df0-47a8-b868-ad449fdeef00", + "id": "45b9985f-5fbc-4d25-aaa4-f13c00a96d5c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -216254,7 +217036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "308ec162-3dc1-440f-b3b8-81e0765a06e5", + "id": "b1f90610-983c-49bc-af40-fccdadb41234", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -216300,7 +217082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e672697d-0219-48d4-ac89-c1803da24f39", + "id": "248c793a-2766-4663-993e-f130badd9833", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -216346,7 +217128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7ab750e-9d74-44d4-b1b8-c1f6307bb29e", + "id": "22c220a8-6e87-4832-95aa-54f56c663717", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -216478,7 +217260,7 @@ } ], "info": { - "_postman_id": "47bf259d-c822-4852-924a-a96063b0dc2e", + "_postman_id": "9e416131-d7df-45e1-a99f-e40eb1098b0a", "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 cb263ec..7ab311c 100644 --- a/postman/collections/sailpoint-api-nerm.json +++ b/postman/collections/sailpoint-api-nerm.json @@ -5,7 +5,7 @@ "description": "", "item": [ { - "id": "b922896e-ec78-404d-814a-a91ce4b5ff7a", + "id": "659293e5-8756-472e-8603-942b9395ea2f", "name": "Create a new user", "request": { "name": "Create a new user", @@ -48,7 +48,7 @@ }, "response": [ { - "id": "72fa0999-d9cd-4529-a306-44b017aeb82c", + "id": "4400f333-0f1b-433e-b44d-dad68db39e90", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -99,12 +99,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"urn:uuid:bde53657-b23f-db10-09ee-7ca926b59431\",\n \"uid\": \"non voluptate utnostrud culpacup\",\n \"name\": \"fugiat ullamco\",\n \"email\": \"u4aFBV1aGLB@SWCA.drc\",\n \"type\": \"NeprofileUser\",\n \"title\": \"in occaecat sunt\",\n \"status\": \"Active\",\n \"login\": \"nisi magna c\",\n \"last_login\": \"1960-03-18T15:43:51.478Z\",\n \"cookies_accepted_at\": \"1972-11-30T06:28:36.785Z\",\n \"preferred_language\": \"sunt consequat enim quis\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"038fb1ba-0f24-1074-f55b-5e00b0ebe57d\",\n \"uid\": \"velit consequatsint nisi velitoc\",\n \"name\": \"nostrud dolore non commodo\",\n \"email\": \"bHPR3@G.oqn\",\n \"type\": \"NeprofileUser\",\n \"title\": \"dolore ad in\",\n \"status\": \"Disabled\",\n \"login\": \"quis dolor\",\n \"last_login\": \"1951-04-27T21:02:36.510Z\",\n \"cookies_accepted_at\": \"1968-03-18T00:07:57.833Z\",\n \"preferred_language\": \"labore officia occaecat consectetur\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "778673e3-f1a9-4552-8f1d-e0ff8fd3a972", + "id": "57db9dd3-45a2-4e3d-9328-82c8bd5e0a15", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -160,7 +160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a40403a6-835d-4df8-ace1-e543ed7b14a6", + "id": "c428731f-f496-4642-af0f-94a3c03bbd9c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -222,7 +222,7 @@ } }, { - "id": "8bb9bfdd-f4b5-4a5d-84c6-cadf81e875e7", + "id": "4c29f27f-6891-4b60-b864-267c834e0255", "name": "Get users", "request": { "name": "Get users", @@ -272,7 +272,7 @@ "type": "text/plain" }, "key": "name", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -281,7 +281,7 @@ "type": "text/plain" }, "key": "login", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -290,7 +290,7 @@ "type": "text/plain" }, "key": "title", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -299,7 +299,7 @@ "type": "text/plain" }, "key": "status", - "value": "Inactive" + "value": "Terminated" }, { "disabled": false, @@ -308,7 +308,7 @@ "type": "text/plain" }, "key": "email", - "value": "3c4riUcMrGoAf@rOuLKCzYXF.nwn" + "value": "N903bY@cELXvdXYDPqZaFUNKENcygjI.siz" }, { "disabled": false, @@ -334,7 +334,7 @@ }, "response": [ { - "id": "c8d1b83c-5101-4869-8c6e-81b9a281ddbb", + "id": "921c1642-56f1-4c2f-a3fd-0935a7a708c0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -379,7 +379,7 @@ "type": "text/plain" }, "key": "name", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -388,7 +388,7 @@ "type": "text/plain" }, "key": "login", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -397,7 +397,7 @@ "type": "text/plain" }, "key": "title", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -406,7 +406,7 @@ "type": "text/plain" }, "key": "status", - "value": "Inactive" + "value": "Terminated" }, { "disabled": false, @@ -415,7 +415,7 @@ "type": "text/plain" }, "key": "email", - "value": "3c4riUcMrGoAf@rOuLKCzYXF.nwn" + "value": "N903bY@cELXvdXYDPqZaFUNKENcygjI.siz" }, { "disabled": false, @@ -454,12 +454,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:a2b7455d-c5b3-f607-43f6-90b1c2456734\",\n \"uid\": \"dolore nullaaute ullamco tempore\",\n \"name\": \"ullamco veniam tempor\",\n \"email\": \"p1JSshNvB@lPIwOYMQIdOMViquLZkBKAoqlr.mbz\",\n \"type\": \"NeprofileUser\",\n \"title\": \"ullamco oc\",\n \"status\": \"Disabled\",\n \"login\": \"nisi aute mollit proident voluptate\",\n \"last_login\": \"1970-09-28T10:45:18.539Z\",\n \"cookies_accepted_at\": \"2008-12-09T07:14:03.854Z\",\n \"preferred_language\": \"voluptate ipsum\"\n },\n {\n \"id\": \"4e8b7454-daab-f74e-1a74-3715ac4842f7\",\n \"uid\": \"Excepteur ut ullamco tempor eius\",\n \"name\": \"in consectetur Excepteur sunt\",\n \"email\": \"Wryb3@nOZgRQXGQjvcs.mapi\",\n \"type\": \"NeprofileUser\",\n \"title\": \"ullamco ad\",\n \"status\": \"Active\",\n \"login\": \"dolore laboris exercitation laborum\",\n \"last_login\": \"1955-10-23T16:28:05.251Z\",\n \"cookies_accepted_at\": \"1985-10-05T01:56:47.682Z\",\n \"preferred_language\": \"anim sed\"\n }\n ],\n \"_metadata\": {\n \"limit\": -28259103,\n \"offset\": -68349913,\n \"total\": 40937185,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"urn:uuid:a2fb907a-e8a6-f8f7-3247-2c0175120613\",\n \"uid\": \"consequat dooccaecat culpa in am\",\n \"name\": \"voluptate culpa est\",\n \"email\": \"0cI-vqZ7@ErIroDfCEbsJrLJHYldSlkDwLnLa.jly\",\n \"type\": \"NeprofileUser\",\n \"title\": \"cillum elit minim eu\",\n \"status\": \"Disabled\",\n \"login\": \"consequat deserunt in dolor\",\n \"last_login\": \"2014-07-30T11:40:30.339Z\",\n \"cookies_accepted_at\": \"2016-05-18T16:13:15.291Z\",\n \"preferred_language\": \"id nostrud ipsum do tempor\"\n },\n {\n \"id\": \"2e933b9d-7e21-3abf-90b3-ecc5133b50e0\",\n \"uid\": \"ipsum elit estdo aliquaproident \",\n \"name\": \"sint \",\n \"email\": \"dGFkqkxy@uarsyPbMfcnfGEsA.gljp\",\n \"type\": \"NeprofileUser\",\n \"title\": \"qui Excepteur\",\n \"status\": \"Disabled\",\n \"login\": \"id labore consequat cillum fugiat\",\n \"last_login\": \"1949-05-16T08:24:44.397Z\",\n \"cookies_accepted_at\": \"1978-05-08T14:37:29.596Z\",\n \"preferred_language\": \"qui dolor pariatur est\"\n }\n ],\n \"_metadata\": {\n \"limit\": -33288302,\n \"offset\": -50952221,\n \"total\": -9065455,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "27ed8578-9490-4e01-8cd5-c5b2a192e6bc", + "id": "aba5e844-4176-4c45-8d60-8557e4f82053", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -504,7 +504,7 @@ "type": "text/plain" }, "key": "name", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -513,7 +513,7 @@ "type": "text/plain" }, "key": "login", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -522,7 +522,7 @@ "type": "text/plain" }, "key": "title", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -531,7 +531,7 @@ "type": "text/plain" }, "key": "status", - "value": "Inactive" + "value": "Terminated" }, { "disabled": false, @@ -540,7 +540,7 @@ "type": "text/plain" }, "key": "email", - "value": "3c4riUcMrGoAf@rOuLKCzYXF.nwn" + "value": "N903bY@cELXvdXYDPqZaFUNKENcygjI.siz" }, { "disabled": false, @@ -584,7 +584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3c28feb-28c2-4962-8d33-3923136bdb93", + "id": "b224c684-70ba-41c0-aba1-f3d1b8620609", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -629,7 +629,7 @@ "type": "text/plain" }, "key": "name", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -638,7 +638,7 @@ "type": "text/plain" }, "key": "login", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -647,7 +647,7 @@ "type": "text/plain" }, "key": "title", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -656,7 +656,7 @@ "type": "text/plain" }, "key": "status", - "value": "Inactive" + "value": "Terminated" }, { "disabled": false, @@ -665,7 +665,7 @@ "type": "text/plain" }, "key": "email", - "value": "3c4riUcMrGoAf@rOuLKCzYXF.nwn" + "value": "N903bY@cELXvdXYDPqZaFUNKENcygjI.siz" }, { "disabled": false, @@ -715,7 +715,7 @@ } }, { - "id": "4437698a-ed68-4353-8918-58f31768031e", + "id": "3e9c6317-ae38-4f33-97a2-7220b903fe12", "name": "Create multiple new users", "request": { "name": "Create multiple new users", @@ -758,7 +758,7 @@ }, "response": [ { - "id": "f9006e83-b5ca-4ac7-820b-4e59bf1f2cfa", + "id": "33dde4fa-02f4-4fd7-b4d6-32d252f8774b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -809,12 +809,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"b43d6817-8d18-40e7-d36d-b6093c9b8025\",\n \"uid\": \"laborum proident inDuis nullaad \",\n \"name\": \"aliquip proident\",\n \"email\": \"es3bsFaSEyCns@fUCkVHitnvLqSuHLAAsnPNo.ju\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Excepteur nisi sunt dolore\",\n \"status\": \"Disabled\",\n \"login\": \"Lorem in non\",\n \"last_login\": \"1972-04-16T00:49:27.110Z\",\n \"cookies_accepted_at\": \"1965-07-01T08:19:34.056Z\",\n \"preferred_language\": \"sint nostrud magna Excepteur\"\n },\n {\n \"id\": \"443b3c77-fdfe-8199-bd09-bfd13778f9fc\",\n \"uid\": \"pariaturaliquavelit fugiat Lorem\",\n \"name\": \"cupidatat sed in nulla\",\n \"email\": \"QZZ3L@sjzeAWHlEbmSFFVDbviHvrWQk.am\",\n \"type\": \"NeprofileUser\",\n \"title\": \"consequat\",\n \"status\": \"Active\",\n \"login\": \"aliquip non ut amet \",\n \"last_login\": \"1960-07-15T20:32:11.575Z\",\n \"cookies_accepted_at\": \"2016-05-28T03:53:18.328Z\",\n \"preferred_language\": \"mollit\"\n }\n ]\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"5c193246-1f29-888b-f1f6-6518dbb61400\",\n \"uid\": \"laboris aute aliquipnostrud null\",\n \"name\": \"ipsum\",\n \"email\": \"o7U5I@zaXEdVNHbaOhMfBCzxMwtz.oqnr\",\n \"type\": \"NeprofileUser\",\n \"title\": \"sit\",\n \"status\": \"Active\",\n \"login\": \"adipisicing\",\n \"last_login\": \"1966-12-02T21:56:26.965Z\",\n \"cookies_accepted_at\": \"1999-10-19T17:08:49.073Z\",\n \"preferred_language\": \"consectetur nostrud irure enim adipisicing\"\n },\n {\n \"id\": \"15da780e-f5b0-a8e0-d9c0-9a5a0cf15748\",\n \"uid\": \"fugiat veniam doloreadipisicing \",\n \"name\": \"velit exercitation\",\n \"email\": \"vkrb5d2k1p@BSIoJmJzLmVCNNNyCia.rc\",\n \"type\": \"NeprofileUser\",\n \"title\": \"sit\",\n \"status\": \"Disabled\",\n \"login\": \"Ut enim velit ut esse\",\n \"last_login\": \"1984-06-20T03:03:24.667Z\",\n \"cookies_accepted_at\": \"2018-02-04T01:52:38.700Z\",\n \"preferred_language\": \"consequat esse Lorem sunt\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4307a131-a6d8-45c7-b930-063da42303ee", + "id": "42b76729-2b6b-45c6-b015-56e5d321a97b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -870,7 +870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "debfbb9f-676a-431e-9f04-3c58fa0a9fd9", + "id": "9b01a10a-24b6-486e-86bf-21592e8eb436", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -932,7 +932,7 @@ } }, { - "id": "67136eb7-6ac6-45e0-95e2-14c079652c19", + "id": "bcb2c437-e68a-4a5b-9391-d9590203908b", "name": "Update multiple users", "request": { "name": "Update multiple users", @@ -975,7 +975,7 @@ }, "response": [ { - "id": "cbee0979-3741-4f87-923f-2f774c4bb3db", + "id": "637b8812-76be-4b4c-98c1-3e88a68cc0c0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1026,12 +1026,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"b43d6817-8d18-40e7-d36d-b6093c9b8025\",\n \"uid\": \"laborum proident inDuis nullaad \",\n \"name\": \"aliquip proident\",\n \"email\": \"es3bsFaSEyCns@fUCkVHitnvLqSuHLAAsnPNo.ju\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Excepteur nisi sunt dolore\",\n \"status\": \"Disabled\",\n \"login\": \"Lorem in non\",\n \"last_login\": \"1972-04-16T00:49:27.110Z\",\n \"cookies_accepted_at\": \"1965-07-01T08:19:34.056Z\",\n \"preferred_language\": \"sint nostrud magna Excepteur\"\n },\n {\n \"id\": \"443b3c77-fdfe-8199-bd09-bfd13778f9fc\",\n \"uid\": \"pariaturaliquavelit fugiat Lorem\",\n \"name\": \"cupidatat sed in nulla\",\n \"email\": \"QZZ3L@sjzeAWHlEbmSFFVDbviHvrWQk.am\",\n \"type\": \"NeprofileUser\",\n \"title\": \"consequat\",\n \"status\": \"Active\",\n \"login\": \"aliquip non ut amet \",\n \"last_login\": \"1960-07-15T20:32:11.575Z\",\n \"cookies_accepted_at\": \"2016-05-28T03:53:18.328Z\",\n \"preferred_language\": \"mollit\"\n }\n ]\n}", + "body": "{\n \"users\": [\n {\n \"id\": \"5c193246-1f29-888b-f1f6-6518dbb61400\",\n \"uid\": \"laboris aute aliquipnostrud null\",\n \"name\": \"ipsum\",\n \"email\": \"o7U5I@zaXEdVNHbaOhMfBCzxMwtz.oqnr\",\n \"type\": \"NeprofileUser\",\n \"title\": \"sit\",\n \"status\": \"Active\",\n \"login\": \"adipisicing\",\n \"last_login\": \"1966-12-02T21:56:26.965Z\",\n \"cookies_accepted_at\": \"1999-10-19T17:08:49.073Z\",\n \"preferred_language\": \"consectetur nostrud irure enim adipisicing\"\n },\n {\n \"id\": \"15da780e-f5b0-a8e0-d9c0-9a5a0cf15748\",\n \"uid\": \"fugiat veniam doloreadipisicing \",\n \"name\": \"velit exercitation\",\n \"email\": \"vkrb5d2k1p@BSIoJmJzLmVCNNNyCia.rc\",\n \"type\": \"NeprofileUser\",\n \"title\": \"sit\",\n \"status\": \"Disabled\",\n \"login\": \"Ut enim velit ut esse\",\n \"last_login\": \"1984-06-20T03:03:24.667Z\",\n \"cookies_accepted_at\": \"2018-02-04T01:52:38.700Z\",\n \"preferred_language\": \"consequat esse Lorem sunt\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f24f88e1-26ea-4828-ab6c-d4d1dd7daf9c", + "id": "0c2f3e2e-7066-4995-9d14-d843c2d1cb11", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1087,7 +1087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "950c1c52-e6df-4d5b-b449-4972ed42920a", + "id": "022f132f-5cda-40d1-beb5-56924f78e28b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1149,7 +1149,7 @@ } }, { - "id": "3567c722-6e9a-41a4-adba-86e857ac6f1d", + "id": "55427731-1e67-4679-9974-9ceee61b23fc", "name": "Find user by id", "request": { "name": "Find user by id", @@ -1191,7 +1191,7 @@ }, "response": [ { - "id": "988f2a21-53d7-4df8-a0c0-bbd3ad7bba59", + "id": "afbe9454-c981-4cdc-9737-816969d6ac1d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1230,12 +1230,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"urn:uuid:bde53657-b23f-db10-09ee-7ca926b59431\",\n \"uid\": \"non voluptate utnostrud culpacup\",\n \"name\": \"fugiat ullamco\",\n \"email\": \"u4aFBV1aGLB@SWCA.drc\",\n \"type\": \"NeprofileUser\",\n \"title\": \"in occaecat sunt\",\n \"status\": \"Active\",\n \"login\": \"nisi magna c\",\n \"last_login\": \"1960-03-18T15:43:51.478Z\",\n \"cookies_accepted_at\": \"1972-11-30T06:28:36.785Z\",\n \"preferred_language\": \"sunt consequat enim quis\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"038fb1ba-0f24-1074-f55b-5e00b0ebe57d\",\n \"uid\": \"velit consequatsint nisi velitoc\",\n \"name\": \"nostrud dolore non commodo\",\n \"email\": \"bHPR3@G.oqn\",\n \"type\": \"NeprofileUser\",\n \"title\": \"dolore ad in\",\n \"status\": \"Disabled\",\n \"login\": \"quis dolor\",\n \"last_login\": \"1951-04-27T21:02:36.510Z\",\n \"cookies_accepted_at\": \"1968-03-18T00:07:57.833Z\",\n \"preferred_language\": \"labore officia occaecat consectetur\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "394fb8a1-376b-49df-92ac-2fa245916d0a", + "id": "42c078ec-96f6-4b38-98b6-63ef6e750d19", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1279,7 +1279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8cec293-57ce-4b3d-89a6-c60c33061fc5", + "id": "f4961898-e0eb-46f1-b969-f64b9a1a9cdb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1329,7 +1329,7 @@ } }, { - "id": "99471075-722b-40d4-bdfb-3eb71c5db723", + "id": "254b24f3-15c0-4bb2-92b0-5949acb9fdca", "name": "Update a user by id", "request": { "name": "Update a user by id", @@ -1384,7 +1384,7 @@ }, "response": [ { - "id": "c9767fe0-c864-434c-a18c-75c4e46b3ae0", + "id": "293540c3-4464-442a-8d4c-448408f73377", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1436,12 +1436,12 @@ "value": "application/json" } ], - "body": "{\n \"user\": {\n \"id\": \"urn:uuid:bde53657-b23f-db10-09ee-7ca926b59431\",\n \"uid\": \"non voluptate utnostrud culpacup\",\n \"name\": \"fugiat ullamco\",\n \"email\": \"u4aFBV1aGLB@SWCA.drc\",\n \"type\": \"NeprofileUser\",\n \"title\": \"in occaecat sunt\",\n \"status\": \"Active\",\n \"login\": \"nisi magna c\",\n \"last_login\": \"1960-03-18T15:43:51.478Z\",\n \"cookies_accepted_at\": \"1972-11-30T06:28:36.785Z\",\n \"preferred_language\": \"sunt consequat enim quis\"\n }\n}", + "body": "{\n \"user\": {\n \"id\": \"038fb1ba-0f24-1074-f55b-5e00b0ebe57d\",\n \"uid\": \"velit consequatsint nisi velitoc\",\n \"name\": \"nostrud dolore non commodo\",\n \"email\": \"bHPR3@G.oqn\",\n \"type\": \"NeprofileUser\",\n \"title\": \"dolore ad in\",\n \"status\": \"Disabled\",\n \"login\": \"quis dolor\",\n \"last_login\": \"1951-04-27T21:02:36.510Z\",\n \"cookies_accepted_at\": \"1968-03-18T00:07:57.833Z\",\n \"preferred_language\": \"labore officia occaecat consectetur\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "031c2c50-2b35-46e5-8690-8a5051d99fa4", + "id": "6445d140-e9ee-4c62-9617-094f65dc26c0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1498,7 +1498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ae99575-6282-4ffb-b2ba-b9f47fc52685", + "id": "0c623ee8-ef14-4b5d-a98b-788a65c18a74", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1561,7 +1561,7 @@ } }, { - "id": "937cd9d6-bc91-4958-953a-4403ebff6323", + "id": "da484e4c-d6a2-486b-abdf-b35e90126db3", "name": "Delete a user", "request": { "name": "Delete a user", @@ -1603,7 +1603,7 @@ }, "response": [ { - "id": "c6b3e145-945d-4bfa-83c2-cb2b1ad5b328", + "id": "54c82269-81a8-4183-be57-6eaf792bdc7b", "name": "Info about the operation", "originalRequest": { "url": { @@ -1647,7 +1647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d6d63f8-dc8a-4be8-979f-7a89a814eb2c", + "id": "ccae7684-f2c5-4adb-809f-47ac95749235", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1691,7 +1691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19e373af-4911-4b9b-9f4b-e9a0917ca77b", + "id": "0a248e8e-96cc-47c3-b8c2-2d3f6ae0177f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1741,7 +1741,7 @@ } }, { - "id": "f620ff63-0db8-4810-97bd-cf8e48848f7b", + "id": "42aa628b-cfbd-41ff-87ae-2f899e3b9a8f", "name": "Retrieves the URL of the user avatar", "request": { "name": "Retrieves the URL of the user avatar", @@ -1784,7 +1784,7 @@ }, "response": [ { - "id": "466d9ad0-a328-46e4-b80b-7c3873f6f77a", + "id": "bde3d645-0509-4365-9450-f29238653aaa", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -1824,12 +1824,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"Excepteur anim\"\n}", + "body": "{\n \"url\": \"veniam esse\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "239a82d2-be37-4488-a7a1-75ff564af3b5", + "id": "7fc7c9c8-2f96-4eba-9cf1-7414d34b1a69", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1874,7 +1874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6fdaca0-d139-4502-ad75-9913c17bec54", + "id": "09c0a90f-7106-4f51-a655-405aaee5fdc5", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1925,7 +1925,7 @@ } }, { - "id": "fb281426-de5b-4e62-8745-950f41217c65", + "id": "06c46db9-994d-4ca8-ac5a-5f607c6e62e6", "name": "Uploads a new user avatar", "request": { "name": "Uploads a new user avatar", @@ -1976,7 +1976,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex sunt labore", + "value": "ea Lorem sit cillum proident", "type": "text" } ] @@ -1985,7 +1985,7 @@ }, "response": [ { - "id": "2cfbfa90-ca37-4c7a-9301-da23c2001fa6", + "id": "b95f1759-bbf4-42c9-afa5-74a832ec9941", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2028,7 +2028,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex sunt labore", + "value": "ea Lorem sit cillum proident", "type": "text" } ] @@ -2042,12 +2042,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"Excepteur anim\"\n}", + "body": "{\n \"url\": \"veniam esse\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ffa37a1f-e8db-4148-a787-03c5179af6c7", + "id": "4bda79c0-bc06-439f-a43c-b811b67be26a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2090,7 +2090,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex sunt labore", + "value": "ea Lorem sit cillum proident", "type": "text" } ] @@ -2109,7 +2109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ca08276-447a-4f8c-a812-cebde46b1c39", + "id": "cae38d9d-3520-43d4-a3a5-05b8c358f126", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2152,7 +2152,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex sunt labore", + "value": "ea Lorem sit cillum proident", "type": "text" } ] @@ -2183,7 +2183,7 @@ "description": "", "item": [ { - "id": "0a4f2806-b757-463c-a7a8-3ad8460e471c", + "id": "ebe605d5-fe62-47b8-ae6f-ec4de555b429", "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:14110d5b-923d-00db-23fc-05020d8e85be\",\n \"manager_id\": \"urn:uuid:a7a652ed-80cd-a078-f408-488a1554d19d\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"1668330c-3d8d-3871-d29b-c92aca173c2d\",\n \"manager_id\": \"urn:uuid:815bee1e-d625-fb7e-7cc7-750cbf919d7a\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2226,7 +2226,7 @@ }, "response": [ { - "id": "c1fec076-e0ff-49f8-82e8-67d4fc39dee7", + "id": "c24613f0-4f9f-4d29-bd60-2e5a23237a1b", "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:14110d5b-923d-00db-23fc-05020d8e85be\",\n \"manager_id\": \"urn:uuid:a7a652ed-80cd-a078-f408-488a1554d19d\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"1668330c-3d8d-3871-d29b-c92aca173c2d\",\n \"manager_id\": \"urn:uuid:815bee1e-d625-fb7e-7cc7-750cbf919d7a\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2277,12 +2277,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"1e7c88a7-7b79-a3e0-a9e2-f24795ac843e\",\n \"uid\": \"voluptate elitipsum est laborisd\",\n \"user_id\": \"urn:uuid:bffa196c-cb9d-b214-d86b-4b76f7074876\",\n \"manager_id\": \"urn:uuid:1baba09f-58b3-35f3-7bed-aa4b53ab41cb\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:bc855602-30fe-be96-1ed1-dd7c01896a0d\",\n \"uid\": \"exercitation elit pariatur proid\",\n \"user_id\": \"639a12f0-c518-c867-c6e8-99575a96b2e4\",\n \"manager_id\": \"615077e7-41ed-ab63-87dd-6f5bea5b3df1\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "928d5c65-b0bd-42d4-b42a-6485d49b671e", + "id": "b28042db-f405-496f-a93e-0cdd52105b59", "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:14110d5b-923d-00db-23fc-05020d8e85be\",\n \"manager_id\": \"urn:uuid:a7a652ed-80cd-a078-f408-488a1554d19d\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"1668330c-3d8d-3871-d29b-c92aca173c2d\",\n \"manager_id\": \"urn:uuid:815bee1e-d625-fb7e-7cc7-750cbf919d7a\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2338,7 +2338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d405588-4d08-4273-a686-08b7bab74bdb", + "id": "57c6ee68-00ca-4219-ad99-6b484db71b87", "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:14110d5b-923d-00db-23fc-05020d8e85be\",\n \"manager_id\": \"urn:uuid:a7a652ed-80cd-a078-f408-488a1554d19d\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"1668330c-3d8d-3871-d29b-c92aca173c2d\",\n \"manager_id\": \"urn:uuid:815bee1e-d625-fb7e-7cc7-750cbf919d7a\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2400,7 +2400,7 @@ } }, { - "id": "d704ee5f-454c-4dc6-82fd-e8f04cdf8e79", + "id": "d96f694f-10ac-4670-ba26-42081f33f1eb", "name": "Get user-manager relationships", "request": { "name": "Get user-manager relationships", @@ -2459,7 +2459,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -2485,7 +2485,7 @@ }, "response": [ { - "id": "19ed10c1-3c5b-4283-8e33-8f482ba3659e", + "id": "e26a5635-4e7f-435a-9978-bdcf2c77bbc5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2539,7 +2539,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -2578,12 +2578,12 @@ "value": "application/json" } ], - "body": "{\n \"user_managers\": [\n {\n \"id\": \"95a954c2-b22b-80db-f585-a748c950a10b\",\n \"uid\": \"est dolore dolor minimin ullamco\",\n \"user_id\": \"urn:uuid:67689994-797c-ed12-e0c2-818285e36bc1\",\n \"manager_id\": \"urn:uuid:12f31bc9-ff50-52a6-5650-f25c69e4ac66\"\n },\n {\n \"id\": \"urn:uuid:d21bf3e5-229c-74a4-c1dd-e1903978d7fa\",\n \"uid\": \"cillum velit euexercitation id d\",\n \"user_id\": \"urn:uuid:faea72af-82f9-d71c-e6ef-ff2c793549d9\",\n \"manager_id\": \"7f6f757e-a533-69ec-b5cc-815b129c59c1\"\n }\n ],\n \"_metadata\": {\n \"limit\": -54632931,\n \"offset\": 72808162,\n \"total\": -62064276,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_managers\": [\n {\n \"id\": \"7f2b8096-78fe-870a-9bbf-f1eb0f3cbd4f\",\n \"uid\": \"DuisExcepteur nullaculpaullamco \",\n \"user_id\": \"urn:uuid:5d6570db-bd8d-9fc4-93b4-f7b7e25ed37d\",\n \"manager_id\": \"c7e6332e-dbf1-f904-f2a0-4990417375e7\"\n },\n {\n \"id\": \"0bff8782-a222-075d-32cc-2e1801551910\",\n \"uid\": \"in mollitveniam minim laboris do\",\n \"user_id\": \"urn:uuid:75217ba9-102a-768a-f066-16727d4191c6\",\n \"manager_id\": \"urn:uuid:480d1764-f41b-2dff-0483-d11270c8951a\"\n }\n ],\n \"_metadata\": {\n \"limit\": 67205887,\n \"offset\": -76683418,\n \"total\": 41019992,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "55e4dcd0-a126-4624-9228-782496c5c503", + "id": "d9770f94-3481-4439-9416-da607302ef62", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2637,7 +2637,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -2681,7 +2681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a75deafc-7a17-4ad5-867c-b75e42574ee5", + "id": "5a6b4ea3-1ff1-49bd-b21d-e44c096262b5", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2735,7 +2735,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -2785,7 +2785,7 @@ } }, { - "id": "8fad9cc1-264b-44e3-89a5-897a9062667d", + "id": "d7e6257f-7439-475b-b19a-6b1bb63c6e12", "name": "Create multiple new user-manager relationships", "request": { "name": "Create multiple new user-manager relationships", @@ -2816,7 +2816,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:3e3fd732-88cb-ba9b-d6d0-e5fc1a06641a\",\n \"manager_id\": \"urn:uuid:870ae39b-de98-5c5d-78fb-18c31022f6ed\"\n },\n {\n \"user_id\": \"urn:uuid:450882f5-c55b-068d-9ac4-429f3f0485be\",\n \"manager_id\": \"89ee6cf2-c4b3-260f-684e-3aefb9c01035\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:3f82a758-269b-360a-b174-a16e2a9233c5\",\n \"manager_id\": \"urn:uuid:48a7c888-906f-b2fd-d7b1-4804bed5054e\"\n },\n {\n \"user_id\": \"urn:uuid:ad2674a5-ac83-164c-fbdf-51ec20711844\",\n \"manager_id\": \"a9535e10-2e95-38bc-c221-ec279e2b8708\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2828,7 +2828,7 @@ }, "response": [ { - "id": "9f8c26bd-c335-400c-bf5e-6b7a1ca66e9e", + "id": "aa9c05e2-d85f-438a-a86f-68551075e1d3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2862,7 +2862,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:3e3fd732-88cb-ba9b-d6d0-e5fc1a06641a\",\n \"manager_id\": \"urn:uuid:870ae39b-de98-5c5d-78fb-18c31022f6ed\"\n },\n {\n \"user_id\": \"urn:uuid:450882f5-c55b-068d-9ac4-429f3f0485be\",\n \"manager_id\": \"89ee6cf2-c4b3-260f-684e-3aefb9c01035\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:3f82a758-269b-360a-b174-a16e2a9233c5\",\n \"manager_id\": \"urn:uuid:48a7c888-906f-b2fd-d7b1-4804bed5054e\"\n },\n {\n \"user_id\": \"urn:uuid:ad2674a5-ac83-164c-fbdf-51ec20711844\",\n \"manager_id\": \"a9535e10-2e95-38bc-c221-ec279e2b8708\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2884,7 +2884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9d54cc3-bdc1-4e8b-a6f6-80dd3a0dc397", + "id": "e5dd913b-9161-482f-bc91-a8853b0426e9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2918,7 +2918,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:3e3fd732-88cb-ba9b-d6d0-e5fc1a06641a\",\n \"manager_id\": \"urn:uuid:870ae39b-de98-5c5d-78fb-18c31022f6ed\"\n },\n {\n \"user_id\": \"urn:uuid:450882f5-c55b-068d-9ac4-429f3f0485be\",\n \"manager_id\": \"89ee6cf2-c4b3-260f-684e-3aefb9c01035\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:3f82a758-269b-360a-b174-a16e2a9233c5\",\n \"manager_id\": \"urn:uuid:48a7c888-906f-b2fd-d7b1-4804bed5054e\"\n },\n {\n \"user_id\": \"urn:uuid:ad2674a5-ac83-164c-fbdf-51ec20711844\",\n \"manager_id\": \"a9535e10-2e95-38bc-c221-ec279e2b8708\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -2940,7 +2940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8f1adeb-9dc6-4d92-9629-e04687eb12d8", + "id": "681b3bf2-ae3a-43ea-af37-992c2522cb8f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2974,7 +2974,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:3e3fd732-88cb-ba9b-d6d0-e5fc1a06641a\",\n \"manager_id\": \"urn:uuid:870ae39b-de98-5c5d-78fb-18c31022f6ed\"\n },\n {\n \"user_id\": \"urn:uuid:450882f5-c55b-068d-9ac4-429f3f0485be\",\n \"manager_id\": \"89ee6cf2-c4b3-260f-684e-3aefb9c01035\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"urn:uuid:3f82a758-269b-360a-b174-a16e2a9233c5\",\n \"manager_id\": \"urn:uuid:48a7c888-906f-b2fd-d7b1-4804bed5054e\"\n },\n {\n \"user_id\": \"urn:uuid:ad2674a5-ac83-164c-fbdf-51ec20711844\",\n \"manager_id\": \"a9535e10-2e95-38bc-c221-ec279e2b8708\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3002,7 +3002,7 @@ } }, { - "id": "a45c6036-bc5a-46d4-ab53-1964922f85f1", + "id": "137dda49-0c8f-429f-9bfe-28e130b34427", "name": "Update multiple user-manager relationships", "request": { "name": "Update multiple user-manager relationships", @@ -3033,7 +3033,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:b4f15f19-9618-1cd3-41b3-b675fbe0ea04\",\n \"user_id\": \"59e16477-98cc-4caf-a7d9-c71985c4d1c8\",\n \"manager_id\": \"urn:uuid:8ab30c67-e3c0-7b88-3464-4a91d7af280e\"\n },\n {\n \"id\": \"48e72da8-04ef-a113-3fa3-d9f8025597ef\",\n \"user_id\": \"fa1d2bc2-db5b-0f7d-b556-d93b60435245\",\n \"manager_id\": \"c55735f1-436f-107d-5e63-0023c420b248\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:7e3b3919-2aa5-2391-7864-1a1149cca494\",\n \"user_id\": \"6e78223b-b9dd-5701-b5e1-2906a6e6a415\",\n \"manager_id\": \"urn:uuid:27e655f9-fc74-019b-aa89-22532bfefc19\"\n },\n {\n \"id\": \"urn:uuid:da04f034-faea-ad2a-d3e2-70b3d0b4a3d3\",\n \"user_id\": \"bbbae278-fd19-e634-af83-bbdd586f7883\",\n \"manager_id\": \"urn:uuid:3ff71e48-9662-ade0-a436-d4af03fd4f83\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3045,7 +3045,7 @@ }, "response": [ { - "id": "a2eab505-b6ea-4672-b312-ec0e4af33899", + "id": "66839371-984e-4501-8354-e1ad16f87698", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3079,7 +3079,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:b4f15f19-9618-1cd3-41b3-b675fbe0ea04\",\n \"user_id\": \"59e16477-98cc-4caf-a7d9-c71985c4d1c8\",\n \"manager_id\": \"urn:uuid:8ab30c67-e3c0-7b88-3464-4a91d7af280e\"\n },\n {\n \"id\": \"48e72da8-04ef-a113-3fa3-d9f8025597ef\",\n \"user_id\": \"fa1d2bc2-db5b-0f7d-b556-d93b60435245\",\n \"manager_id\": \"c55735f1-436f-107d-5e63-0023c420b248\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:7e3b3919-2aa5-2391-7864-1a1149cca494\",\n \"user_id\": \"6e78223b-b9dd-5701-b5e1-2906a6e6a415\",\n \"manager_id\": \"urn:uuid:27e655f9-fc74-019b-aa89-22532bfefc19\"\n },\n {\n \"id\": \"urn:uuid:da04f034-faea-ad2a-d3e2-70b3d0b4a3d3\",\n \"user_id\": \"bbbae278-fd19-e634-af83-bbdd586f7883\",\n \"manager_id\": \"urn:uuid:3ff71e48-9662-ade0-a436-d4af03fd4f83\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3101,7 +3101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cc48467-fca4-4d5d-8482-b9b35b5ca859", + "id": "dc77529e-620e-4779-b324-389c0fc569e1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3135,7 +3135,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:b4f15f19-9618-1cd3-41b3-b675fbe0ea04\",\n \"user_id\": \"59e16477-98cc-4caf-a7d9-c71985c4d1c8\",\n \"manager_id\": \"urn:uuid:8ab30c67-e3c0-7b88-3464-4a91d7af280e\"\n },\n {\n \"id\": \"48e72da8-04ef-a113-3fa3-d9f8025597ef\",\n \"user_id\": \"fa1d2bc2-db5b-0f7d-b556-d93b60435245\",\n \"manager_id\": \"c55735f1-436f-107d-5e63-0023c420b248\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:7e3b3919-2aa5-2391-7864-1a1149cca494\",\n \"user_id\": \"6e78223b-b9dd-5701-b5e1-2906a6e6a415\",\n \"manager_id\": \"urn:uuid:27e655f9-fc74-019b-aa89-22532bfefc19\"\n },\n {\n \"id\": \"urn:uuid:da04f034-faea-ad2a-d3e2-70b3d0b4a3d3\",\n \"user_id\": \"bbbae278-fd19-e634-af83-bbdd586f7883\",\n \"manager_id\": \"urn:uuid:3ff71e48-9662-ade0-a436-d4af03fd4f83\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3157,7 +3157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8311dbf-2217-4f13-868e-9e62ce461c94", + "id": "cbf081a6-d67a-4b73-bda4-974f01641609", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3191,7 +3191,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:b4f15f19-9618-1cd3-41b3-b675fbe0ea04\",\n \"user_id\": \"59e16477-98cc-4caf-a7d9-c71985c4d1c8\",\n \"manager_id\": \"urn:uuid:8ab30c67-e3c0-7b88-3464-4a91d7af280e\"\n },\n {\n \"id\": \"48e72da8-04ef-a113-3fa3-d9f8025597ef\",\n \"user_id\": \"fa1d2bc2-db5b-0f7d-b556-d93b60435245\",\n \"manager_id\": \"c55735f1-436f-107d-5e63-0023c420b248\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:7e3b3919-2aa5-2391-7864-1a1149cca494\",\n \"user_id\": \"6e78223b-b9dd-5701-b5e1-2906a6e6a415\",\n \"manager_id\": \"urn:uuid:27e655f9-fc74-019b-aa89-22532bfefc19\"\n },\n {\n \"id\": \"urn:uuid:da04f034-faea-ad2a-d3e2-70b3d0b4a3d3\",\n \"user_id\": \"bbbae278-fd19-e634-af83-bbdd586f7883\",\n \"manager_id\": \"urn:uuid:3ff71e48-9662-ade0-a436-d4af03fd4f83\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3219,7 +3219,7 @@ } }, { - "id": "16981d2a-e745-48c1-8a29-f2321bf63318", + "id": "d384250a-16a4-4acf-85a8-db9d1f43c4ae", "name": "Find user-manager relationship by id", "request": { "name": "Find user-manager relationship by id", @@ -3261,7 +3261,7 @@ }, "response": [ { - "id": "2f907821-a393-4afe-902a-4f9b6c26405a", + "id": "88875888-5475-42e5-91b5-14a38621faa5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3300,12 +3300,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"1e7c88a7-7b79-a3e0-a9e2-f24795ac843e\",\n \"uid\": \"voluptate elitipsum est laborisd\",\n \"user_id\": \"urn:uuid:bffa196c-cb9d-b214-d86b-4b76f7074876\",\n \"manager_id\": \"urn:uuid:1baba09f-58b3-35f3-7bed-aa4b53ab41cb\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:bc855602-30fe-be96-1ed1-dd7c01896a0d\",\n \"uid\": \"exercitation elit pariatur proid\",\n \"user_id\": \"639a12f0-c518-c867-c6e8-99575a96b2e4\",\n \"manager_id\": \"615077e7-41ed-ab63-87dd-6f5bea5b3df1\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5e1051da-7b1f-4341-95cf-577c07e761d9", + "id": "a27b5765-2e48-45d6-becd-5b2076d6d54b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3349,7 +3349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a018765-4729-4a8d-8972-7b0f327087e4", + "id": "10a25346-510c-47be-ba93-931f452447ea", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3399,7 +3399,7 @@ } }, { - "id": "5a37e869-f3d0-4fa3-ad75-146eb31d873d", + "id": "204dfbed-b96b-46f3-bfe0-81cf9cf3822c", "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:14110d5b-923d-00db-23fc-05020d8e85be\",\n \"manager_id\": \"urn:uuid:a7a652ed-80cd-a078-f408-488a1554d19d\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"1668330c-3d8d-3871-d29b-c92aca173c2d\",\n \"manager_id\": \"urn:uuid:815bee1e-d625-fb7e-7cc7-750cbf919d7a\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3454,7 +3454,7 @@ }, "response": [ { - "id": "25e04f97-50ba-4d9d-96bf-eb9ddd5327ea", + "id": "c2fe4f57-2dd4-43ce-bce0-ed05eb23b46d", "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:14110d5b-923d-00db-23fc-05020d8e85be\",\n \"manager_id\": \"urn:uuid:a7a652ed-80cd-a078-f408-488a1554d19d\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"1668330c-3d8d-3871-d29b-c92aca173c2d\",\n \"manager_id\": \"urn:uuid:815bee1e-d625-fb7e-7cc7-750cbf919d7a\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3506,12 +3506,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"1e7c88a7-7b79-a3e0-a9e2-f24795ac843e\",\n \"uid\": \"voluptate elitipsum est laborisd\",\n \"user_id\": \"urn:uuid:bffa196c-cb9d-b214-d86b-4b76f7074876\",\n \"manager_id\": \"urn:uuid:1baba09f-58b3-35f3-7bed-aa4b53ab41cb\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:bc855602-30fe-be96-1ed1-dd7c01896a0d\",\n \"uid\": \"exercitation elit pariatur proid\",\n \"user_id\": \"639a12f0-c518-c867-c6e8-99575a96b2e4\",\n \"manager_id\": \"615077e7-41ed-ab63-87dd-6f5bea5b3df1\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9cb5ef7e-cc2a-431e-a215-7f35a9800610", + "id": "27923b7f-7c2f-4d86-957c-72d5ac95c4f1", "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:14110d5b-923d-00db-23fc-05020d8e85be\",\n \"manager_id\": \"urn:uuid:a7a652ed-80cd-a078-f408-488a1554d19d\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"1668330c-3d8d-3871-d29b-c92aca173c2d\",\n \"manager_id\": \"urn:uuid:815bee1e-d625-fb7e-7cc7-750cbf919d7a\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3568,7 +3568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2820d06f-ae15-442b-a492-d328a13d76c6", + "id": "12726b6d-4307-487e-b4c7-0aa39b1363f4", "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:14110d5b-923d-00db-23fc-05020d8e85be\",\n \"manager_id\": \"urn:uuid:a7a652ed-80cd-a078-f408-488a1554d19d\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"1668330c-3d8d-3871-d29b-c92aca173c2d\",\n \"manager_id\": \"urn:uuid:815bee1e-d625-fb7e-7cc7-750cbf919d7a\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3637,7 +3637,7 @@ "description": "", "item": [ { - "id": "811d6319-7d5a-4a0d-926b-cc6021dd58e3", + "id": "38b62000-c43d-4f2a-8706-951727679ec6", "name": "Get roles", "request": { "name": "Get roles", @@ -3704,7 +3704,7 @@ }, "response": [ { - "id": "f918f0b1-45b8-444d-9f41-a69eb311546d", + "id": "97623355-f91e-4557-a2dc-5da9264c92bc", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3779,12 +3779,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:e70a5953-6e36-6e4a-cd26-38a1e4c423c8\",\n \"uid\": \"ea quis adesse non quis idveniam\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"62e699f4-08d8-6177-24c1-0b5f77ed64cf\",\n \"uid\": \"sintconsequatet minim laborum al\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": -23066056,\n \"offset\": -74971156,\n \"total\": 8901895,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:d6837e89-f682-f3ab-fdc9-114b62c7c1c2\",\n \"uid\": \"non sed irureDuis do eiusmod des\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"71065256-5b11-3f79-1dd6-0956a313df24\",\n \"uid\": \"Duis sunt eiusmod deseruntlabori\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": 10194580,\n \"offset\": 70349946,\n \"total\": -69344701,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0d2134c2-d933-4f0d-9424-98e90d523f93", + "id": "b0088bb6-bbc5-4e34-89a3-aa7f18292951", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3864,7 +3864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cab5c77-fa22-4ec9-8df5-8206c8fed4f4", + "id": "4d8b4308-6931-4c14-ac73-7ec8bbbac52d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3950,7 +3950,7 @@ } }, { - "id": "1d34679b-5b18-4914-925e-994391308803", + "id": "e71c8904-e46b-41a6-8b15-d5f07080f4a3", "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\": \"laborum Duis irure nondolor culp\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"elit nulla qui in veniamirure en\",\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\": \"qui adipisicing minimsiteu deser\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"do nulla eiusmod laborumlaboris \",\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": "27d40d5e-1683-42cb-9a35-e3b21752cf21", + "id": "cea148d5-e55f-45c6-9290-ec3ad76a2c5e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4027,7 +4027,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"laborum Duis irure nondolor culp\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"elit nulla qui in veniamirure en\",\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\": \"qui adipisicing minimsiteu deser\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"do nulla eiusmod laborumlaboris \",\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\": \"urn:uuid:8cb87b1c-570c-d6d0-88cb-3242c91d032e\",\n \"uid\": \"non qui eu reprehenderit inmagna\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:e4349deb-56f2-32f2-c3fe-8d939544d0d8\",\n \"uid\": \"elit Lorem laborisquis pariatur \",\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:68ec04b9-823d-9184-974d-ae2e8eb027bf\",\n \"uid\": \"dolore est consecteturmagna adip\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:2ac2c052-c644-4c2c-9dac-3cc2755887ea\",\n \"uid\": \"enim voluptate ad ametad non vol\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9c339a9a-1e01-4cce-9401-eb53c50259b1", + "id": "3ca1a983-335c-419a-baae-75460434b388", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4083,7 +4083,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"laborum Duis irure nondolor culp\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"elit nulla qui in veniamirure en\",\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\": \"qui adipisicing minimsiteu deser\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"do nulla eiusmod laborumlaboris \",\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": "762a5ef3-87ed-49cd-b48b-12ea3c959916", + "id": "c06b0e2e-d747-4244-8752-5b1db9adb15f", "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\": \"laborum Duis irure nondolor culp\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"elit nulla qui in veniamirure en\",\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\": \"qui adipisicing minimsiteu deser\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"do nulla eiusmod laborumlaboris \",\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": "722f8f47-7d1b-4ac7-af4f-faeb91104b80", + "id": "e37b64e2-876e-4218-a6e5-6882704308a8", "name": "Update multiple roles", "request": { "name": "Update multiple roles", @@ -4210,7 +4210,7 @@ }, "response": [ { - "id": "a3881064-852a-424d-b024-413df42fb375", + "id": "a4f5ac10-002d-46bb-97b4-3afdd78e34ad", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4261,12 +4261,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:8cb87b1c-570c-d6d0-88cb-3242c91d032e\",\n \"uid\": \"non qui eu reprehenderit inmagna\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:e4349deb-56f2-32f2-c3fe-8d939544d0d8\",\n \"uid\": \"elit Lorem laborisquis pariatur \",\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:68ec04b9-823d-9184-974d-ae2e8eb027bf\",\n \"uid\": \"dolore est consecteturmagna adip\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:2ac2c052-c644-4c2c-9dac-3cc2755887ea\",\n \"uid\": \"enim voluptate ad ametad non vol\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e5d639f2-265e-4ebd-942a-e577a31785c2", + "id": "07308c76-1be3-4e22-9e7a-301a62df26cd", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4322,7 +4322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef444540-06bf-4b4e-9e83-5431a4f295a1", + "id": "79c4584d-0348-46a2-b84a-ff2316d34357", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4384,7 +4384,7 @@ } }, { - "id": "c72afb12-54bd-4c91-80ff-b8c13fa0288c", + "id": "bb741afb-811b-46ba-8fe0-b5187427506d", "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\": \"fugiat in cillumin esse velitut \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"velit consequatfugiat aute conse\",\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": "9320958e-5da3-4071-9e61-39490e9efa8e", + "id": "5a9fddb7-c552-408a-86c3-699597f356c7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4461,7 +4461,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"fugiat in cillumin esse velitut \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"velit consequatfugiat aute conse\",\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\": \"641d633c-6182-1013-308e-9e765ca27ada\",\n \"uid\": \"Utex dolore reprehenderiteu non \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"1869a99e-95ea-daca-9bea-5861c7138b0e\",\n \"uid\": \"est consectetur amet consequat v\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "703d4767-85c9-4fd6-b43d-f41ced3f0aa4", + "id": "cbff56bc-9b23-456c-9be3-e0eb850948d0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4517,7 +4517,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"fugiat in cillumin esse velitut \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"velit consequatfugiat aute conse\",\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": "82ed3358-6613-4cbc-b790-cbdbb2762e12", + "id": "22aca469-6c8b-4501-a322-658974e696b6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4573,7 +4573,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"fugiat in cillumin esse velitut \",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"velit consequatfugiat aute conse\",\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": "3676f101-b992-432f-94a3-85e1ac458112", + "id": "2f617fd0-ae0d-4760-8233-c1fe4bfcf3cb", "name": "Find role by id", "request": { "name": "Find role by id", @@ -4643,7 +4643,7 @@ }, "response": [ { - "id": "4fb28989-4f90-4124-9003-52bab24f56f4", + "id": "bc820ff5-65bb-4718-a534-29cb45ecd7c8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4682,12 +4682,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"641d633c-6182-1013-308e-9e765ca27ada\",\n \"uid\": \"Utex dolore reprehenderiteu non \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"1869a99e-95ea-daca-9bea-5861c7138b0e\",\n \"uid\": \"est consectetur amet consequat v\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ba5b542b-da2f-4820-a4f0-561eee7f5265", + "id": "5a3c804f-aff1-4831-b92b-cc871bd43220", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4731,7 +4731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dc7b731-50b8-47ac-be9e-570cef67e1c7", + "id": "e6580e77-1a5c-49e0-8da7-39f3d76be62a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4781,7 +4781,7 @@ } }, { - "id": "ef54e6a5-8fca-4bc7-bdc5-184fbd19479f", + "id": "427eff2f-6f4e-4564-9ec4-0b44a70550ee", "name": "Update an existing role", "request": { "name": "Update an existing role", @@ -4836,7 +4836,7 @@ }, "response": [ { - "id": "f734e22e-6db5-46c7-aaf2-e455f5a44ecb", + "id": "62914838-0259-4395-a896-8ad4e239e510", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4888,12 +4888,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"641d633c-6182-1013-308e-9e765ca27ada\",\n \"uid\": \"Utex dolore reprehenderiteu non \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"1869a99e-95ea-daca-9bea-5861c7138b0e\",\n \"uid\": \"est consectetur amet consequat v\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e11e5e48-4eaa-489c-8218-409961c46970", + "id": "febab1b4-c688-49ee-856a-b9dc5ba8484f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4950,7 +4950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1791c813-35e7-4d88-af1a-b4602986c537", + "id": "2177bc4c-64f2-4643-91cc-96c7e9481895", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5019,7 +5019,7 @@ "description": "", "item": [ { - "id": "059bbbc3-2308-4a19-b26a-62d9a5b5cfd1", + "id": "b7edcb57-2b8a-4038-b2c0-2931f5890de8", "name": "Create a permission", "request": { "name": "Create a permission", @@ -5062,7 +5062,7 @@ }, "response": [ { - "id": "76a8435b-88c6-44b5-8869-46ac3e59e6e0", + "id": "4164f07d-3aae-48e4-b021-d7b8421cd3ec", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5118,7 +5118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f473450e-ed46-448d-a399-97fbc3e5f173", + "id": "f9ede53e-6ba1-4cc8-bc26-62256f7bb3fe", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5174,7 +5174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a217365-e754-4f9a-99e0-215912c9f064", + "id": "3738ac66-84de-4207-83bc-4378ba3f7db4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5242,7 +5242,7 @@ "description": "", "item": [ { - "id": "d5030e8c-9196-4eb8-b42b-83e110c5af38", + "id": "5ed6aba9-e0be-4fe1-9894-ca682f71eaea", "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:b00075fe-24a3-62ff-fb70-39608e735adb\",\n \"role_id\": \"urn:uuid:1e210449-5265-cfb4-a711-4aee0c20fdc9\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:fd5b17c9-d823-754a-4098-4c85e4ac9112\",\n \"role_id\": \"urn:uuid:2943eff5-264f-d8db-6bf9-621383ed3c78\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5285,7 +5285,7 @@ }, "response": [ { - "id": "a3569a18-9e34-4804-ad3d-311e2b18793f", + "id": "9b129e3c-5fd8-4725-bd0c-f167ab91bb28", "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:b00075fe-24a3-62ff-fb70-39608e735adb\",\n \"role_id\": \"urn:uuid:1e210449-5265-cfb4-a711-4aee0c20fdc9\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:fd5b17c9-d823-754a-4098-4c85e4ac9112\",\n \"role_id\": \"urn:uuid:2943eff5-264f-d8db-6bf9-621383ed3c78\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5336,12 +5336,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:2c22baee-3b00-6783-4e22-0460f8f3e020\",\n \"uid\": \"nostrud consectetur nulla dolore\",\n \"user_id\": \"5a8b8040-121b-f1c2-f5d9-abfdbb4fa541\",\n \"role_id\": \"urn:uuid:6db17cd2-c0b4-20ee-5b5c-3a51abe21bc6\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"da6f3cbe-e1ba-dc1f-c368-caaf02cf6072\",\n \"uid\": \"sint incididunt proident cupidat\",\n \"user_id\": \"ba72e4e5-b041-b94e-d75f-314c70feabde\",\n \"role_id\": \"urn:uuid:994f53d2-f53d-3ddd-5131-ad217abcb690\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d9e81f12-67d6-4929-acc9-029d2b82a5a5", + "id": "9dce6b60-399d-4ec5-89d4-3954fd52ceeb", "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:b00075fe-24a3-62ff-fb70-39608e735adb\",\n \"role_id\": \"urn:uuid:1e210449-5265-cfb4-a711-4aee0c20fdc9\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:fd5b17c9-d823-754a-4098-4c85e4ac9112\",\n \"role_id\": \"urn:uuid:2943eff5-264f-d8db-6bf9-621383ed3c78\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5397,7 +5397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7680021b-e671-49ec-affb-6758e9f77824", + "id": "a2969892-636c-4f84-8d6d-e3754e567995", "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:b00075fe-24a3-62ff-fb70-39608e735adb\",\n \"role_id\": \"urn:uuid:1e210449-5265-cfb4-a711-4aee0c20fdc9\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:fd5b17c9-d823-754a-4098-4c85e4ac9112\",\n \"role_id\": \"urn:uuid:2943eff5-264f-d8db-6bf9-621383ed3c78\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -5459,7 +5459,7 @@ } }, { - "id": "25c172c7-e8fd-4b8b-9f6c-b67b40c7ae54", + "id": "6b875f8b-34ac-498f-ba47-317be05968c6", "name": "Get user role pairings", "request": { "name": "Get user role pairings", @@ -5518,7 +5518,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -5544,7 +5544,7 @@ }, "response": [ { - "id": "c2b805c7-31ec-407d-9bdc-70899246a00b", + "id": "fcb68c8a-7822-4bca-996a-bd8c0af36189", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5598,7 +5598,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -5637,12 +5637,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:2054e50a-ef01-055f-a576-c2db4221ee7f\",\n \"uid\": \"culpa dolore cillumsunt veniamno\",\n \"user_id\": \"e5743ce5-504d-b855-9e68-969d3aa1497c\",\n \"role_id\": \"2e24b233-991c-c9d5-3b95-826eb0f0cb94\"\n },\n {\n \"id\": \"60a77b2a-f1bc-0e5e-49ff-ff312fa9b2bb\",\n \"uid\": \"mollit laboris in estvoluptate c\",\n \"user_id\": \"317b1e01-18ef-fb4f-be39-0815defb65d7\",\n \"role_id\": \"urn:uuid:c87d6312-f203-8f63-f4f8-19e656f42b40\"\n }\n ],\n \"_metadata\": {\n \"limit\": -17672702,\n \"offset\": -49461389,\n \"total\": -86470590,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"640c5c39-8360-4ed4-f0a3-2efc575fe554\",\n \"uid\": \"Duis deserunt laboris sed utoffi\",\n \"user_id\": \"52ea4a7d-4018-ddb3-c1b0-33fc0a0af7bc\",\n \"role_id\": \"urn:uuid:c18c6c9c-ef90-f83b-c942-39509d47cdb7\"\n },\n {\n \"id\": \"c246a4a1-bf7a-ebb5-06ce-72e91b4a8652\",\n \"uid\": \"ipsum eiusmod sittempor Ut dolor\",\n \"user_id\": \"urn:uuid:4222ea22-5d31-a408-9064-c656d3ee6290\",\n \"role_id\": \"52dea5ca-f363-0d9a-fe7b-55ca5646e517\"\n }\n ],\n \"_metadata\": {\n \"limit\": 31111093,\n \"offset\": -31915892,\n \"total\": 22252121,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8bcaa5ca-d03a-4012-9d2d-bc6e5ae3803c", + "id": "8de1fde0-f788-49f8-9177-03c310ba8138", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5696,7 +5696,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -5740,7 +5740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b9b4232-6781-4bd7-91c1-7369f55b59c7", + "id": "195f5c63-df48-4830-b7ff-450d3acef325", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5794,7 +5794,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -5844,7 +5844,7 @@ } }, { - "id": "e2545afe-af22-42a6-be10-b8c63063847b", + "id": "9de9b784-fde0-496c-8ba4-89b0221eb70c", "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\": \"6ad501ad-47e5-121f-04af-569533042be1\",\n \"role_id\": \"d3278b9a-eaed-8c42-4ecf-4c3412046dcf\"\n },\n {\n \"user_id\": \"03c3e927-310e-ffb7-1def-0fee3a80c7e5\",\n \"role_id\": \"b2ef28a1-ed27-8917-05cc-2eb4c54d4996\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"c0492fcd-ca3a-dec2-4204-b13a79d6cb0c\",\n \"role_id\": \"urn:uuid:47dd7d6c-8fd5-2a0a-00b3-8275cceb3e89\"\n },\n {\n \"user_id\": \"0b9492d7-3672-7281-5bd4-ddaf11f2eed3\",\n \"role_id\": \"urn:uuid:9683b657-c524-c630-883b-f655fe55776d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -5887,7 +5887,7 @@ }, "response": [ { - "id": "d2da2472-9911-45f8-b263-7da6238093b4", + "id": "07e53786-f7c6-42a2-a84b-d23b24c9fed5", "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\": \"6ad501ad-47e5-121f-04af-569533042be1\",\n \"role_id\": \"d3278b9a-eaed-8c42-4ecf-4c3412046dcf\"\n },\n {\n \"user_id\": \"03c3e927-310e-ffb7-1def-0fee3a80c7e5\",\n \"role_id\": \"b2ef28a1-ed27-8917-05cc-2eb4c54d4996\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"c0492fcd-ca3a-dec2-4204-b13a79d6cb0c\",\n \"role_id\": \"urn:uuid:47dd7d6c-8fd5-2a0a-00b3-8275cceb3e89\"\n },\n {\n \"user_id\": \"0b9492d7-3672-7281-5bd4-ddaf11f2eed3\",\n \"role_id\": \"urn:uuid:9683b657-c524-c630-883b-f655fe55776d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -5938,12 +5938,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:1a29e945-beeb-f0e6-1cce-8c9b61f4c6e3\",\n \"uid\": \"quis aliquaveniam nostrud adExce\",\n \"user_id\": \"c56021ae-1e2e-da60-e03a-1093c5f02c9f\",\n \"role_id\": \"urn:uuid:047f303f-ebfe-5032-a443-2e7441469245\"\n },\n {\n \"id\": \"urn:uuid:84cac974-0b0f-a4e0-65e3-9290edc506da\",\n \"uid\": \"laborum Duis voluptate dolore no\",\n \"user_id\": \"urn:uuid:e2ccddfb-3f10-7d93-e1a6-58253dd811e7\",\n \"role_id\": \"4afd706b-8e34-99a9-581b-65dab8aca551\"\n }\n ]\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:79bcac65-16f6-0285-02dc-406c78b71559\",\n \"uid\": \"id sunt aliquip utad commodo des\",\n \"user_id\": \"b7b98096-166b-c3c1-4ff9-2029c0a46cc3\",\n \"role_id\": \"urn:uuid:98124c1d-63cc-63ca-6744-0b3f658c437a\"\n },\n {\n \"id\": \"e608e9da-e716-28dd-5671-e1c9978e18de\",\n \"uid\": \"fugiat ipsum in ad officiaid nul\",\n \"user_id\": \"078c326d-1fdf-aa28-e4ab-635a76d9ed55\",\n \"role_id\": \"f4b3d5e8-17e8-0e70-b142-7ba13adf7b5e\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "05465c22-5964-4cac-9e72-5649789d805b", + "id": "e954b15b-0148-4913-82cc-f9dbb464a928", "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\": \"6ad501ad-47e5-121f-04af-569533042be1\",\n \"role_id\": \"d3278b9a-eaed-8c42-4ecf-4c3412046dcf\"\n },\n {\n \"user_id\": \"03c3e927-310e-ffb7-1def-0fee3a80c7e5\",\n \"role_id\": \"b2ef28a1-ed27-8917-05cc-2eb4c54d4996\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"c0492fcd-ca3a-dec2-4204-b13a79d6cb0c\",\n \"role_id\": \"urn:uuid:47dd7d6c-8fd5-2a0a-00b3-8275cceb3e89\"\n },\n {\n \"user_id\": \"0b9492d7-3672-7281-5bd4-ddaf11f2eed3\",\n \"role_id\": \"urn:uuid:9683b657-c524-c630-883b-f655fe55776d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -5999,7 +5999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "949cc95d-f44e-4e1e-a3d8-be4e7b16a7ce", + "id": "ba7fc887-3f90-4efb-b2ea-257f659672e7", "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\": \"6ad501ad-47e5-121f-04af-569533042be1\",\n \"role_id\": \"d3278b9a-eaed-8c42-4ecf-4c3412046dcf\"\n },\n {\n \"user_id\": \"03c3e927-310e-ffb7-1def-0fee3a80c7e5\",\n \"role_id\": \"b2ef28a1-ed27-8917-05cc-2eb4c54d4996\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"c0492fcd-ca3a-dec2-4204-b13a79d6cb0c\",\n \"role_id\": \"urn:uuid:47dd7d6c-8fd5-2a0a-00b3-8275cceb3e89\"\n },\n {\n \"user_id\": \"0b9492d7-3672-7281-5bd4-ddaf11f2eed3\",\n \"role_id\": \"urn:uuid:9683b657-c524-c630-883b-f655fe55776d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6061,7 +6061,7 @@ } }, { - "id": "964836c7-cf2d-4480-872d-2ae687cd6e37", + "id": "dc0971a7-d046-4edc-84cd-3cda70d42b82", "name": "Update multiple user role pairings", "request": { "name": "Update multiple user role pairings", @@ -6092,7 +6092,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:ec599296-a5fb-5bf8-617c-01ee31d607d4\",\n \"user_id\": \"urn:uuid:f6318b1f-3515-0378-6b5e-ea2774229bfe\",\n \"role_id\": \"93082f85-ae0b-87b1-10f9-1cc16fc43bd1\"\n },\n {\n \"id\": \"996cddec-0a45-398e-e173-2f5177286b58\",\n \"user_id\": \"urn:uuid:d01af77c-9b98-0b35-c7fb-6c6f8be6c1d6\",\n \"role_id\": \"f352b941-a532-bb4c-9c9c-0c3f9689172b\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:f44b65d5-96e3-cd67-7dd9-20af75bfdd88\",\n \"user_id\": \"1390e646-f788-8ab7-e00e-c1d2881bffba\",\n \"role_id\": \"6a3c2d77-757e-1b67-c539-1bb7dc883028\"\n },\n {\n \"id\": \"eb2461ce-8393-c6dc-11e9-ce73374465fd\",\n \"user_id\": \"urn:uuid:f13199ad-6d79-d66b-4fde-2782c532a888\",\n \"role_id\": \"056df0bf-b53d-e97a-3eab-3ba4a6a187a0\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6104,7 +6104,7 @@ }, "response": [ { - "id": "fbd4fb19-80ad-4344-9f53-76d87f9a22e0", + "id": "a2f55b0e-9fbb-48e0-acc6-5fd5f2aafbc7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6138,7 +6138,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:ec599296-a5fb-5bf8-617c-01ee31d607d4\",\n \"user_id\": \"urn:uuid:f6318b1f-3515-0378-6b5e-ea2774229bfe\",\n \"role_id\": \"93082f85-ae0b-87b1-10f9-1cc16fc43bd1\"\n },\n {\n \"id\": \"996cddec-0a45-398e-e173-2f5177286b58\",\n \"user_id\": \"urn:uuid:d01af77c-9b98-0b35-c7fb-6c6f8be6c1d6\",\n \"role_id\": \"f352b941-a532-bb4c-9c9c-0c3f9689172b\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:f44b65d5-96e3-cd67-7dd9-20af75bfdd88\",\n \"user_id\": \"1390e646-f788-8ab7-e00e-c1d2881bffba\",\n \"role_id\": \"6a3c2d77-757e-1b67-c539-1bb7dc883028\"\n },\n {\n \"id\": \"eb2461ce-8393-c6dc-11e9-ce73374465fd\",\n \"user_id\": \"urn:uuid:f13199ad-6d79-d66b-4fde-2782c532a888\",\n \"role_id\": \"056df0bf-b53d-e97a-3eab-3ba4a6a187a0\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6155,12 +6155,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:1a29e945-beeb-f0e6-1cce-8c9b61f4c6e3\",\n \"uid\": \"quis aliquaveniam nostrud adExce\",\n \"user_id\": \"c56021ae-1e2e-da60-e03a-1093c5f02c9f\",\n \"role_id\": \"urn:uuid:047f303f-ebfe-5032-a443-2e7441469245\"\n },\n {\n \"id\": \"urn:uuid:84cac974-0b0f-a4e0-65e3-9290edc506da\",\n \"uid\": \"laborum Duis voluptate dolore no\",\n \"user_id\": \"urn:uuid:e2ccddfb-3f10-7d93-e1a6-58253dd811e7\",\n \"role_id\": \"4afd706b-8e34-99a9-581b-65dab8aca551\"\n }\n ]\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:79bcac65-16f6-0285-02dc-406c78b71559\",\n \"uid\": \"id sunt aliquip utad commodo des\",\n \"user_id\": \"b7b98096-166b-c3c1-4ff9-2029c0a46cc3\",\n \"role_id\": \"urn:uuid:98124c1d-63cc-63ca-6744-0b3f658c437a\"\n },\n {\n \"id\": \"e608e9da-e716-28dd-5671-e1c9978e18de\",\n \"uid\": \"fugiat ipsum in ad officiaid nul\",\n \"user_id\": \"078c326d-1fdf-aa28-e4ab-635a76d9ed55\",\n \"role_id\": \"f4b3d5e8-17e8-0e70-b142-7ba13adf7b5e\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "90b657f5-6226-4beb-8a5c-3895dba0b25b", + "id": "718849f8-5dae-4e8b-94dd-7492523340a9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6194,7 +6194,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:ec599296-a5fb-5bf8-617c-01ee31d607d4\",\n \"user_id\": \"urn:uuid:f6318b1f-3515-0378-6b5e-ea2774229bfe\",\n \"role_id\": \"93082f85-ae0b-87b1-10f9-1cc16fc43bd1\"\n },\n {\n \"id\": \"996cddec-0a45-398e-e173-2f5177286b58\",\n \"user_id\": \"urn:uuid:d01af77c-9b98-0b35-c7fb-6c6f8be6c1d6\",\n \"role_id\": \"f352b941-a532-bb4c-9c9c-0c3f9689172b\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:f44b65d5-96e3-cd67-7dd9-20af75bfdd88\",\n \"user_id\": \"1390e646-f788-8ab7-e00e-c1d2881bffba\",\n \"role_id\": \"6a3c2d77-757e-1b67-c539-1bb7dc883028\"\n },\n {\n \"id\": \"eb2461ce-8393-c6dc-11e9-ce73374465fd\",\n \"user_id\": \"urn:uuid:f13199ad-6d79-d66b-4fde-2782c532a888\",\n \"role_id\": \"056df0bf-b53d-e97a-3eab-3ba4a6a187a0\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6216,7 +6216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9d76ec7-07cb-4fa5-afc8-adb64ff03857", + "id": "b94f7f31-daab-456b-952b-393d680b3e60", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6250,7 +6250,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:ec599296-a5fb-5bf8-617c-01ee31d607d4\",\n \"user_id\": \"urn:uuid:f6318b1f-3515-0378-6b5e-ea2774229bfe\",\n \"role_id\": \"93082f85-ae0b-87b1-10f9-1cc16fc43bd1\"\n },\n {\n \"id\": \"996cddec-0a45-398e-e173-2f5177286b58\",\n \"user_id\": \"urn:uuid:d01af77c-9b98-0b35-c7fb-6c6f8be6c1d6\",\n \"role_id\": \"f352b941-a532-bb4c-9c9c-0c3f9689172b\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:f44b65d5-96e3-cd67-7dd9-20af75bfdd88\",\n \"user_id\": \"1390e646-f788-8ab7-e00e-c1d2881bffba\",\n \"role_id\": \"6a3c2d77-757e-1b67-c539-1bb7dc883028\"\n },\n {\n \"id\": \"eb2461ce-8393-c6dc-11e9-ce73374465fd\",\n \"user_id\": \"urn:uuid:f13199ad-6d79-d66b-4fde-2782c532a888\",\n \"role_id\": \"056df0bf-b53d-e97a-3eab-3ba4a6a187a0\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6278,7 +6278,7 @@ } }, { - "id": "0d6837d0-87f0-41b7-94a5-7a2308e23e5f", + "id": "f93d9deb-a723-4178-8186-b038f356e980", "name": "Find user role pairing by id", "request": { "name": "Find user role pairing by id", @@ -6320,7 +6320,7 @@ }, "response": [ { - "id": "88844f5d-0bef-48bc-99bb-6facf57e56c7", + "id": "868c0323-717a-49dc-8907-004151a97079", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6359,12 +6359,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:2c22baee-3b00-6783-4e22-0460f8f3e020\",\n \"uid\": \"nostrud consectetur nulla dolore\",\n \"user_id\": \"5a8b8040-121b-f1c2-f5d9-abfdbb4fa541\",\n \"role_id\": \"urn:uuid:6db17cd2-c0b4-20ee-5b5c-3a51abe21bc6\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"da6f3cbe-e1ba-dc1f-c368-caaf02cf6072\",\n \"uid\": \"sint incididunt proident cupidat\",\n \"user_id\": \"ba72e4e5-b041-b94e-d75f-314c70feabde\",\n \"role_id\": \"urn:uuid:994f53d2-f53d-3ddd-5131-ad217abcb690\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6b7f2cc7-341d-4969-a87f-0449bd3b9c71", + "id": "8b0f913e-8691-40cc-afa0-fc07ec91aaaf", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6408,7 +6408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3b6e5bf-be91-413e-ba5f-531489c176f3", + "id": "05a9505f-d191-41f1-a504-b0509cc14c5d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6458,7 +6458,7 @@ } }, { - "id": "5af65164-d573-45fe-8644-b4f6b13c9495", + "id": "1fd48d4e-2072-4577-87a7-89b6c652a565", "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:b00075fe-24a3-62ff-fb70-39608e735adb\",\n \"role_id\": \"urn:uuid:1e210449-5265-cfb4-a711-4aee0c20fdc9\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:fd5b17c9-d823-754a-4098-4c85e4ac9112\",\n \"role_id\": \"urn:uuid:2943eff5-264f-d8db-6bf9-621383ed3c78\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6513,7 +6513,7 @@ }, "response": [ { - "id": "fb62a8ac-846f-4ff1-9c1f-bb3d246d6c6c", + "id": "77155714-5e94-428a-8ddb-62c069615070", "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:b00075fe-24a3-62ff-fb70-39608e735adb\",\n \"role_id\": \"urn:uuid:1e210449-5265-cfb4-a711-4aee0c20fdc9\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:fd5b17c9-d823-754a-4098-4c85e4ac9112\",\n \"role_id\": \"urn:uuid:2943eff5-264f-d8db-6bf9-621383ed3c78\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6565,12 +6565,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:2c22baee-3b00-6783-4e22-0460f8f3e020\",\n \"uid\": \"nostrud consectetur nulla dolore\",\n \"user_id\": \"5a8b8040-121b-f1c2-f5d9-abfdbb4fa541\",\n \"role_id\": \"urn:uuid:6db17cd2-c0b4-20ee-5b5c-3a51abe21bc6\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"da6f3cbe-e1ba-dc1f-c368-caaf02cf6072\",\n \"uid\": \"sint incididunt proident cupidat\",\n \"user_id\": \"ba72e4e5-b041-b94e-d75f-314c70feabde\",\n \"role_id\": \"urn:uuid:994f53d2-f53d-3ddd-5131-ad217abcb690\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e25bf9d2-75c9-4ef8-8cbf-b93b1a3f0465", + "id": "f49fe24a-f0d0-4d3f-aa11-96a3ee89a618", "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:b00075fe-24a3-62ff-fb70-39608e735adb\",\n \"role_id\": \"urn:uuid:1e210449-5265-cfb4-a711-4aee0c20fdc9\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:fd5b17c9-d823-754a-4098-4c85e4ac9112\",\n \"role_id\": \"urn:uuid:2943eff5-264f-d8db-6bf9-621383ed3c78\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6627,7 +6627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc6194bb-eba5-4a4f-966a-c1b3a767d5c8", + "id": "890bd53f-c6da-4b64-a902-91371aefcb4b", "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:b00075fe-24a3-62ff-fb70-39608e735adb\",\n \"role_id\": \"urn:uuid:1e210449-5265-cfb4-a711-4aee0c20fdc9\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"urn:uuid:fd5b17c9-d823-754a-4098-4c85e4ac9112\",\n \"role_id\": \"urn:uuid:2943eff5-264f-d8db-6bf9-621383ed3c78\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6690,7 +6690,7 @@ } }, { - "id": "aee5148c-d420-4f37-9a92-a8e18ca63b74", + "id": "cc35678d-fb7d-41b1-998e-3e248fbfc32a", "name": "Delete a user role assignment", "request": { "name": "Delete a user role assignment", @@ -6732,7 +6732,7 @@ }, "response": [ { - "id": "315cb465-4768-4c9f-a19e-b737725b007e", + "id": "29da561e-7286-42c0-a1df-721ccf3e2e56", "name": "User role was destroyed", "originalRequest": { "url": { @@ -6776,7 +6776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd45e959-4b33-4545-8546-4ffab69cdda5", + "id": "dab9c05c-b928-47aa-b0a9-c4851f3045c9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6820,7 +6820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30c9f2f1-c6dc-4133-929d-7debf453e77a", + "id": "e001bee1-9b4d-4d6f-b757-3b445c8eb242", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6876,7 +6876,7 @@ "description": "", "item": [ { - "id": "20411c97-0eea-4e68-a034-0d46acc0dc99", + "id": "dbbcaa71-b549-4a8a-9ae6-5e1bcda29d4e", "name": "Get attribute data in bulk", "request": { "name": "Get attribute data in bulk", @@ -6961,7 +6961,7 @@ }, "response": [ { - "id": "b8b8a692-07f3-4123-a392-412f536a3c4e", + "id": "b6690f20-bcba-4a72-b909-d2b9e2fe2dc1", "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\": \"do tempor eu autevoluptate occae\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1988-05-30T15:08:16.226Z\",\n \"created_at\": \"1992-01-29T17:48:41.505Z\",\n \"updated_at\": \"2009-01-25T19:05:27.869Z\",\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\": \"eiusmod nisi cillum magnalaboris\",\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\": \"1959-07-19T18:29:58.242Z\",\n \"created_at\": \"1958-12-30T00:43:48.166Z\",\n \"updated_at\": \"2013-07-01T05:38:31.268Z\",\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\": \"2005-11-11T17:06:42.691Z\",\n \"tmp_updated_at\": \"1944-10-14T01:03:03.267Z\"\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\": \"sint elit dolorelaborum cupidata\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1976-10-02T18:10:22.909Z\",\n \"created_at\": \"1995-03-03T14:47:15.893Z\",\n \"updated_at\": \"1977-06-17T02:49:53.676Z\",\n \"date_format\": \"mm/dd/yyyy\",\n \"selectable_status\": \"Active\",\n \"risk_type\": \"OverallRisk\",\n \"ownership_driver\": true,\n \"allow_multiple_selections\": true,\n \"filtered_by_ne_attribute\": true,\n \"filtering_ne_attribute_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"ne_attribute_filter_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"reverse_association_attribute\": {\n \"id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"uid\": \"in utincupidatat do eaExcepteur \",\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\": \"1958-11-17T19:34:33.481Z\",\n \"created_at\": \"1972-07-22T18:15:15.281Z\",\n \"updated_at\": \"1952-03-01T07:44:38.037Z\",\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\": \"1961-01-07T21:07:52.461Z\",\n \"tmp_updated_at\": \"1996-05-01T02:45:33.987Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n ],\n \"_metadata\": {\n \"limit\": 14222406,\n \"offset\": -41177368,\n \"total\": 89939352,\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\": \"quis inid ullamco incididunt qui\",\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\": \"1966-11-17T10:37:37.700Z\",\n \"created_at\": \"1976-11-11T21:47:15.178Z\",\n \"updated_at\": \"1972-03-12T21:25:08.966Z\",\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\": \"Excepteur consecteturnon sunt no\",\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\": \"1998-11-15T19:12:02.011Z\",\n \"created_at\": \"2022-05-05T12:10:14.676Z\",\n \"updated_at\": \"2003-07-01T16:12:47.465Z\",\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\": \"2011-04-12T17:34:37.050Z\",\n \"tmp_updated_at\": \"2000-02-29T11:07:04.086Z\"\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\": \"dolore sintmagna inExcepteur aut\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1965-07-29T09:45:47.807Z\",\n \"created_at\": \"1951-01-16T00:18:09.605Z\",\n \"updated_at\": \"1984-05-13T21:41:35.136Z\",\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\": \"consectetur utdo tempor dolor au\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1996-03-15T01:56:58.666Z\",\n \"created_at\": \"2023-08-04T01:39:15.903Z\",\n \"updated_at\": \"1977-04-12T06:31:17.757Z\",\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\": \"1981-03-27T09:24:29.052Z\",\n \"tmp_updated_at\": \"1981-11-23T02:53:59.123Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n ],\n \"_metadata\": {\n \"limit\": 8336324,\n \"offset\": 93402925,\n \"total\": 83848372,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "47f38c24-72ce-4454-b3e5-17c2dc2b0788", + "id": "e306a91a-c0d3-4901-802c-7669864054bd", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7157,7 +7157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d71f87da-12ee-4670-a765-d45622274e67", + "id": "239c7527-c970-4330-bcb2-81c7ec94b066", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7261,7 +7261,7 @@ } }, { - "id": "692c9c69-e86a-42d4-8986-36ca801dabaa", + "id": "94659d32-d16c-4f2c-bfdf-5744cb0add6a", "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\": \"anim do esse veniamoccaecat sed \",\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\": \"mollit irure pariatursint magna \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2023-01-22T14:31:05.210Z\",\n \"created_at\": \"1997-01-22T19:00:11.244Z\",\n \"updated_at\": \"1989-03-29T03:11:54.776Z\",\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\": \"1964-09-20T22:03:12.293Z\",\n \"tmp_updated_at\": \"2013-09-09T02:59:54.890Z\"\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\": \"suntet laborisfugiat veniamincid\",\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\": \"labore consequat adipisicing in \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1993-08-29T18:35:51.397Z\",\n \"created_at\": \"1997-08-10T13:43:59.669Z\",\n \"updated_at\": \"1949-09-20T04:41:35.573Z\",\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\": \"2015-08-31T18:39:12.932Z\",\n \"tmp_updated_at\": \"2009-01-30T08:56:01.012Z\"\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": "bc913bbe-c8af-4a8f-b4f4-3b169b259bd4", + "id": "c512a540-0600-452e-a24d-515364f2f235", "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\": \"anim do esse veniamoccaecat sed \",\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\": \"mollit irure pariatursint magna \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2023-01-22T14:31:05.210Z\",\n \"created_at\": \"1997-01-22T19:00:11.244Z\",\n \"updated_at\": \"1989-03-29T03:11:54.776Z\",\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\": \"1964-09-20T22:03:12.293Z\",\n \"tmp_updated_at\": \"2013-09-09T02:59:54.890Z\"\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\": \"suntet laborisfugiat veniamincid\",\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\": \"labore consequat adipisicing in \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1993-08-29T18:35:51.397Z\",\n \"created_at\": \"1997-08-10T13:43:59.669Z\",\n \"updated_at\": \"1949-09-20T04:41:35.573Z\",\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\": \"2015-08-31T18:39:12.932Z\",\n \"tmp_updated_at\": \"2009-01-30T08:56:01.012Z\"\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\": \"Ut irurereprehenderit in doloren\",\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\": \"1959-03-16T06:26:07.176Z\",\n \"created_at\": \"1998-12-23T23:58:22.832Z\",\n \"updated_at\": \"1951-04-26T22:32:28.360Z\",\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\": \"reprehenderit magna exercitation\",\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\": \"1977-04-10T02:50:00.096Z\",\n \"created_at\": \"1945-02-19T13:02:05.639Z\",\n \"updated_at\": \"1964-12-20T19:55:41.384Z\",\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\": \"1969-04-30T08:15:18.061Z\",\n \"tmp_updated_at\": \"1974-08-18T21:54:02.414Z\"\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\": \"ad esseincididunt quis exfugiat \",\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\": \"1969-06-30T03:15:34.374Z\",\n \"created_at\": \"2004-08-29T15:51:54.042Z\",\n \"updated_at\": \"1983-06-07T20:44:19.302Z\",\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 id irure utsed consequat nost\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1982-06-04T18:54:07.444Z\",\n \"created_at\": \"1998-09-02T04:53:20.030Z\",\n \"updated_at\": \"1945-10-30T01:23:30.692Z\",\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\": \"1955-08-15T06:56:58.600Z\",\n \"tmp_updated_at\": \"1953-03-16T12:45:58.183Z\"\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": "4e845f17-a464-476b-b282-23aa31e4bbe2", + "id": "eec1c2a2-6959-4547-adc6-8b1c717f2681", "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\": \"anim do esse veniamoccaecat sed \",\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\": \"mollit irure pariatursint magna \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2023-01-22T14:31:05.210Z\",\n \"created_at\": \"1997-01-22T19:00:11.244Z\",\n \"updated_at\": \"1989-03-29T03:11:54.776Z\",\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\": \"1964-09-20T22:03:12.293Z\",\n \"tmp_updated_at\": \"2013-09-09T02:59:54.890Z\"\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\": \"suntet laborisfugiat veniamincid\",\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\": \"labore consequat adipisicing in \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1993-08-29T18:35:51.397Z\",\n \"created_at\": \"1997-08-10T13:43:59.669Z\",\n \"updated_at\": \"1949-09-20T04:41:35.573Z\",\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\": \"2015-08-31T18:39:12.932Z\",\n \"tmp_updated_at\": \"2009-01-30T08:56:01.012Z\"\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": "2f8c04d7-9c65-47cf-9973-bef098e75d4a", + "id": "d588e9da-8a97-4bbb-88e6-fb3d4963d626", "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\": \"anim do esse veniamoccaecat sed \",\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\": \"mollit irure pariatursint magna \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2023-01-22T14:31:05.210Z\",\n \"created_at\": \"1997-01-22T19:00:11.244Z\",\n \"updated_at\": \"1989-03-29T03:11:54.776Z\",\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\": \"1964-09-20T22:03:12.293Z\",\n \"tmp_updated_at\": \"2013-09-09T02:59:54.890Z\"\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\": \"suntet laborisfugiat veniamincid\",\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\": \"labore consequat adipisicing in \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1993-08-29T18:35:51.397Z\",\n \"created_at\": \"1997-08-10T13:43:59.669Z\",\n \"updated_at\": \"1949-09-20T04:41:35.573Z\",\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\": \"2015-08-31T18:39:12.932Z\",\n \"tmp_updated_at\": \"2009-01-30T08:56:01.012Z\"\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": "c5a75829-a42e-414e-9c52-1190f7ae9422", + "id": "9d479f01-3393-4ef4-b35c-43189cf77bf6", "name": "Find attribute data by id", "request": { "name": "Find attribute data by id", @@ -7520,7 +7520,7 @@ }, "response": [ { - "id": "c4d19300-345e-4b73-8755-14a54c68fba4", + "id": "42d29dbd-2070-4d3a-b88a-ffc29575a2dd", "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\": \"Ut irurereprehenderit in doloren\",\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\": \"1959-03-16T06:26:07.176Z\",\n \"created_at\": \"1998-12-23T23:58:22.832Z\",\n \"updated_at\": \"1951-04-26T22:32:28.360Z\",\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\": \"reprehenderit magna exercitation\",\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\": \"1977-04-10T02:50:00.096Z\",\n \"created_at\": \"1945-02-19T13:02:05.639Z\",\n \"updated_at\": \"1964-12-20T19:55:41.384Z\",\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\": \"1969-04-30T08:15:18.061Z\",\n \"tmp_updated_at\": \"1974-08-18T21:54:02.414Z\"\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\": \"ad esseincididunt quis exfugiat \",\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\": \"1969-06-30T03:15:34.374Z\",\n \"created_at\": \"2004-08-29T15:51:54.042Z\",\n \"updated_at\": \"1983-06-07T20:44:19.302Z\",\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 id irure utsed consequat nost\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1982-06-04T18:54:07.444Z\",\n \"created_at\": \"1998-09-02T04:53:20.030Z\",\n \"updated_at\": \"1945-10-30T01:23:30.692Z\",\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\": \"1955-08-15T06:56:58.600Z\",\n \"tmp_updated_at\": \"1953-03-16T12:45:58.183Z\"\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": "9d7dd15d-29db-4652-afa5-1fab251f3599", + "id": "5d804abb-991c-4430-9c05-0da38ea7a659", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7608,7 +7608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5524ae50-dc9c-4ec1-80a8-f2c58bff6c67", + "id": "bace4dd7-f1f1-4fd6-b205-c54d564e2222", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7658,7 +7658,7 @@ } }, { - "id": "f3d0dd25-cca9-4ac7-b976-19b8195ae60f", + "id": "c00da660-e1b7-4bce-85fa-a06dfb7299ee", "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\": \"anim do esse veniamoccaecat sed \",\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\": \"mollit irure pariatursint magna \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2023-01-22T14:31:05.210Z\",\n \"created_at\": \"1997-01-22T19:00:11.244Z\",\n \"updated_at\": \"1989-03-29T03:11:54.776Z\",\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\": \"1964-09-20T22:03:12.293Z\",\n \"tmp_updated_at\": \"2013-09-09T02:59:54.890Z\"\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\": \"suntet laborisfugiat veniamincid\",\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\": \"labore consequat adipisicing in \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1993-08-29T18:35:51.397Z\",\n \"created_at\": \"1997-08-10T13:43:59.669Z\",\n \"updated_at\": \"1949-09-20T04:41:35.573Z\",\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\": \"2015-08-31T18:39:12.932Z\",\n \"tmp_updated_at\": \"2009-01-30T08:56:01.012Z\"\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": "c10d6208-dd05-4fbd-9979-fb31f53f2a7d", + "id": "12d0270a-3e0c-4dbd-a893-9888b3eb4058", "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\": \"anim do esse veniamoccaecat sed \",\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\": \"mollit irure pariatursint magna \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2023-01-22T14:31:05.210Z\",\n \"created_at\": \"1997-01-22T19:00:11.244Z\",\n \"updated_at\": \"1989-03-29T03:11:54.776Z\",\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\": \"1964-09-20T22:03:12.293Z\",\n \"tmp_updated_at\": \"2013-09-09T02:59:54.890Z\"\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\": \"suntet laborisfugiat veniamincid\",\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\": \"labore consequat adipisicing in \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1993-08-29T18:35:51.397Z\",\n \"created_at\": \"1997-08-10T13:43:59.669Z\",\n \"updated_at\": \"1949-09-20T04:41:35.573Z\",\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\": \"2015-08-31T18:39:12.932Z\",\n \"tmp_updated_at\": \"2009-01-30T08:56:01.012Z\"\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\": \"Ut irurereprehenderit in doloren\",\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\": \"1959-03-16T06:26:07.176Z\",\n \"created_at\": \"1998-12-23T23:58:22.832Z\",\n \"updated_at\": \"1951-04-26T22:32:28.360Z\",\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\": \"reprehenderit magna exercitation\",\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\": \"1977-04-10T02:50:00.096Z\",\n \"created_at\": \"1945-02-19T13:02:05.639Z\",\n \"updated_at\": \"1964-12-20T19:55:41.384Z\",\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\": \"1969-04-30T08:15:18.061Z\",\n \"tmp_updated_at\": \"1974-08-18T21:54:02.414Z\"\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\": \"ad esseincididunt quis exfugiat \",\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\": \"1969-06-30T03:15:34.374Z\",\n \"created_at\": \"2004-08-29T15:51:54.042Z\",\n \"updated_at\": \"1983-06-07T20:44:19.302Z\",\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 id irure utsed consequat nost\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1982-06-04T18:54:07.444Z\",\n \"created_at\": \"1998-09-02T04:53:20.030Z\",\n \"updated_at\": \"1945-10-30T01:23:30.692Z\",\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\": \"1955-08-15T06:56:58.600Z\",\n \"tmp_updated_at\": \"1953-03-16T12:45:58.183Z\"\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": "ecc24e96-b497-413f-b518-1c85a548edca", + "id": "6f64f0f5-ed26-46ae-9da8-022706c6f61c", "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\": \"anim do esse veniamoccaecat sed \",\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\": \"mollit irure pariatursint magna \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2023-01-22T14:31:05.210Z\",\n \"created_at\": \"1997-01-22T19:00:11.244Z\",\n \"updated_at\": \"1989-03-29T03:11:54.776Z\",\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\": \"1964-09-20T22:03:12.293Z\",\n \"tmp_updated_at\": \"2013-09-09T02:59:54.890Z\"\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\": \"suntet laborisfugiat veniamincid\",\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\": \"labore consequat adipisicing in \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1993-08-29T18:35:51.397Z\",\n \"created_at\": \"1997-08-10T13:43:59.669Z\",\n \"updated_at\": \"1949-09-20T04:41:35.573Z\",\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\": \"2015-08-31T18:39:12.932Z\",\n \"tmp_updated_at\": \"2009-01-30T08:56:01.012Z\"\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": "12c8ef55-1abb-404b-a394-ed7621d4bde1", + "id": "b1791f6a-3b88-401d-9ea0-59459d58df50", "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\": \"anim do esse veniamoccaecat sed \",\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\": \"mollit irure pariatursint magna \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2023-01-22T14:31:05.210Z\",\n \"created_at\": \"1997-01-22T19:00:11.244Z\",\n \"updated_at\": \"1989-03-29T03:11:54.776Z\",\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\": \"1964-09-20T22:03:12.293Z\",\n \"tmp_updated_at\": \"2013-09-09T02:59:54.890Z\"\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\": \"suntet laborisfugiat veniamincid\",\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\": \"labore consequat adipisicing in \",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1993-08-29T18:35:51.397Z\",\n \"created_at\": \"1997-08-10T13:43:59.669Z\",\n \"updated_at\": \"1949-09-20T04:41:35.573Z\",\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\": \"2015-08-31T18:39:12.932Z\",\n \"tmp_updated_at\": \"2009-01-30T08:56:01.012Z\"\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": "f7471cdf-998e-46bd-af2c-76103d3d126d", + "id": "98441feb-bb01-456d-8afe-87cc44de478e", "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\": \"589a172c-de3c-6326-b4ed-e425c45cdd7f\",\n \"option\": \"proident irure\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"79a93de8-0d2b-717f-2eaa-0fd787b8c04b\",\n \"option\": \"ipsum ea\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7939,7 +7939,7 @@ }, "response": [ { - "id": "747e9689-28eb-4090-a37a-c0f4b933194d", + "id": "1a369555-b1e5-4701-8bb1-b3e969b7e6c2", "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\": \"589a172c-de3c-6326-b4ed-e425c45cdd7f\",\n \"option\": \"proident irure\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"79a93de8-0d2b-717f-2eaa-0fd787b8c04b\",\n \"option\": \"ipsum ea\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7990,12 +7990,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:f8f94189-4f2a-70f8-9ae5-8f3f10a4c402\",\n \"uid\": \"veniamnisi ut adipisicingea ut m\",\n \"ne_attribute_id\": \"690f5380-a51c-fdab-655b-d59a2aa67ea0\",\n \"option\": \"tempor ex Duis fugiat\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:40ac86cc-fc2d-62ec-9788-789d7b4048f3\",\n \"uid\": \"reprehenderit eiusmod amet Duisu\",\n \"ne_attribute_id\": \"52ecabad-c95e-3394-349d-4e239baab41e\",\n \"option\": \"minim in commodo tempor\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fa602a9a-d054-4379-8e0e-0d7aa35ebda1", + "id": "e7a0499c-4f27-4b2d-88d8-602cb7c977c4", "name": "Invalid input", "originalRequest": { "url": { @@ -8025,7 +8025,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"589a172c-de3c-6326-b4ed-e425c45cdd7f\",\n \"option\": \"proident irure\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"79a93de8-0d2b-717f-2eaa-0fd787b8c04b\",\n \"option\": \"ipsum ea\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -8047,7 +8047,7 @@ } }, { - "id": "20e33f6f-ab2b-4442-be99-7ec164267c8a", + "id": "5a79fdc5-b543-48b7-8318-f7de17193573", "name": "Get option based attribute values", "request": { "name": "Get option based attribute values", @@ -8123,7 +8123,7 @@ }, "response": [ { - "id": "df54e641-7933-412c-ac7b-75004b10e6c2", + "id": "4ae54d53-5d32-43c1-a9e4-2f2ac5fae1a4", "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:aa2e0187-b75f-3e7e-af84-d1aa060dbfbf\",\n \"uid\": \"sint cupidatatdo Ut enim id moll\",\n \"ne_attribute_id\": \"00963b0d-e087-2f83-268a-15d7b746fb48\",\n \"option\": \"id quis\"\n },\n {\n \"id\": \"urn:uuid:3626327b-9846-97f1-f7ff-73c6d0f0572a\",\n \"uid\": \"minim commodo in ullamconostrudl\",\n \"ne_attribute_id\": \"urn:uuid:e10fa228-b6e8-2255-e1ae-8b7be1dc7bc1\",\n \"option\": \"lab\"\n }\n ],\n \"_metadata\": {\n \"limit\": -96560229,\n \"offset\": 97541628,\n \"total\": -30621067,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"f821687b-e285-b96c-f2dc-a5da69ae9c7d\",\n \"uid\": \"proident utqui id ea elit ametan\",\n \"ne_attribute_id\": \"urn:uuid:e6f264bd-feb8-9fed-0bf5-8820cfef38cf\",\n \"option\": \"do incididunt officia deserunt\"\n },\n {\n \"id\": \"6d2bc845-38fc-20c2-1c6a-df666f16e2d0\",\n \"uid\": \"tempor cillum in enimexconsectet\",\n \"ne_attribute_id\": \"urn:uuid:93ef137c-b002-9ec9-e2d3-e725e1d86890\",\n \"option\": \"et\"\n }\n ],\n \"_metadata\": {\n \"limit\": 85795998,\n \"offset\": 66673886,\n \"total\": -86575341,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e21f9634-050f-4df1-8cb1-6afe7b96ab04", + "id": "421daed3-6814-4b54-bf33-febb6213aacb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8301,7 +8301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baa79c21-8700-42a1-9015-f98aa2642946", + "id": "7ee0e053-d33f-44fc-9539-d00a3e011bf2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8396,7 +8396,7 @@ } }, { - "id": "08740dfb-624c-43d2-a89f-50a5c1b4e30b", + "id": "a2268f24-271f-45d9-8fbf-b92e7a0c3ce1", "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\": \"89563135-7741-debb-9dd8-9e49e6ce4df1\",\n \"option\": \"Duis nisi aute\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:acf1c338-b346-a496-0a37-b7e4fbd185e0\",\n \"option\": \"cupidatat Ut in do\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:df47621b-3fe1-b99f-8a7e-cdab248e94fc\",\n \"option\": \"dolore eu\"\n },\n {\n \"ne_attribute_id\": \"f9f7fad6-e74a-ddc6-9f1f-a81f28a87664\",\n \"option\": \"proident deserunt ut aliquip\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8439,7 +8439,7 @@ }, "response": [ { - "id": "9d12b884-efa6-48b3-b83d-5675340d5ae3", + "id": "26dee300-2831-43c9-82b5-91976bd5845c", "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\": \"89563135-7741-debb-9dd8-9e49e6ce4df1\",\n \"option\": \"Duis nisi aute\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:acf1c338-b346-a496-0a37-b7e4fbd185e0\",\n \"option\": \"cupidatat Ut in do\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:df47621b-3fe1-b99f-8a7e-cdab248e94fc\",\n \"option\": \"dolore eu\"\n },\n {\n \"ne_attribute_id\": \"f9f7fad6-e74a-ddc6-9f1f-a81f28a87664\",\n \"option\": \"proident deserunt ut aliquip\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8490,12 +8490,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:7065d8e6-3a62-c10d-e854-ed1ea729eb34\",\n \"uid\": \"nisi animmagna exercitationdolor\",\n \"ne_attribute_id\": \"2ca5628d-5bd1-0e21-29ca-0fc328caecfa\",\n \"option\": \"elit Lorem sint\"\n },\n {\n \"id\": \"b93d0091-6472-77ac-89a7-0a9f7f60bc64\",\n \"uid\": \"consectetur Excepteur in incidid\",\n \"ne_attribute_id\": \"urn:uuid:91632174-bfe6-a226-d8db-867df0f537b4\",\n \"option\": \"enim laborum in\"\n }\n ]\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:c3ae5fd9-a937-5953-10a8-39ce5f92bf6c\",\n \"uid\": \"aliquaut dolorlabore velit utali\",\n \"ne_attribute_id\": \"urn:uuid:5cd9a21a-6a45-55f3-2466-434e243c6e7e\",\n \"option\": \"id commodo laboris\"\n },\n {\n \"id\": \"urn:uuid:123904a2-261c-695f-3bec-828e0992db27\",\n \"uid\": \"etea cillum et nulla sedproident\",\n \"ne_attribute_id\": \"urn:uuid:653cf356-2ab9-6efd-fb1a-0d25256eae0a\",\n \"option\": \"laborum sint consequat\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b2d2e432-b324-4c5c-aab2-8a5126bc89e4", + "id": "14fc83e0-7d01-4813-a1d1-12b93b67cb03", "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\": \"89563135-7741-debb-9dd8-9e49e6ce4df1\",\n \"option\": \"Duis nisi aute\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:acf1c338-b346-a496-0a37-b7e4fbd185e0\",\n \"option\": \"cupidatat Ut in do\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:df47621b-3fe1-b99f-8a7e-cdab248e94fc\",\n \"option\": \"dolore eu\"\n },\n {\n \"ne_attribute_id\": \"f9f7fad6-e74a-ddc6-9f1f-a81f28a87664\",\n \"option\": \"proident deserunt ut aliquip\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8551,7 +8551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6e41614-806f-4cc6-9099-b6dd8c11e64b", + "id": "bb71b40f-7bb3-420f-b672-cb4ca4f7f9de", "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\": \"89563135-7741-debb-9dd8-9e49e6ce4df1\",\n \"option\": \"Duis nisi aute\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:acf1c338-b346-a496-0a37-b7e4fbd185e0\",\n \"option\": \"cupidatat Ut in do\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:df47621b-3fe1-b99f-8a7e-cdab248e94fc\",\n \"option\": \"dolore eu\"\n },\n {\n \"ne_attribute_id\": \"f9f7fad6-e74a-ddc6-9f1f-a81f28a87664\",\n \"option\": \"proident deserunt ut aliquip\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8613,7 +8613,7 @@ } }, { - "id": "1d7e6e73-67a7-4e45-82ec-dd04c2058fc4", + "id": "52577b39-4bd1-42da-8c3a-69f3d3cc81a3", "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\": \"urn:uuid:4b542fb4-1172-f341-496b-41981cc12df2\",\n \"ne_attribute_id\": \"91a16ab5-84ca-6a9c-efda-af9c08dd2177\",\n \"option\": \"nulla consequat est sed\"\n },\n {\n \"id\": \"5a3aa059-ea89-e22e-69ce-c5911b5c01ee\",\n \"ne_attribute_id\": \"urn:uuid:813ecdc9-467c-c49b-82c2-9da4bd578c68\",\n \"option\": \"labore mollit cupidatat sed\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:827f1553-4560-640a-043b-e3d76a1917aa\",\n \"ne_attribute_id\": \"d9a6240e-546a-8e66-2987-4aee2acef952\",\n \"option\": \"voluptate quis deserunt Duis\"\n },\n {\n \"id\": \"urn:uuid:6e7949a0-7202-db89-b743-4c41d0ebcdd3\",\n \"ne_attribute_id\": \"90eb8e6a-06ac-4d3f-62ef-3afabb883795\",\n \"option\": \"aliquip in Ut\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8656,7 +8656,7 @@ }, "response": [ { - "id": "ecc8e0f3-bdf6-47ae-bcaa-84eaf0c880cc", + "id": "147d63b0-fb94-4351-834f-a57a67f72459", "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\": \"urn:uuid:4b542fb4-1172-f341-496b-41981cc12df2\",\n \"ne_attribute_id\": \"91a16ab5-84ca-6a9c-efda-af9c08dd2177\",\n \"option\": \"nulla consequat est sed\"\n },\n {\n \"id\": \"5a3aa059-ea89-e22e-69ce-c5911b5c01ee\",\n \"ne_attribute_id\": \"urn:uuid:813ecdc9-467c-c49b-82c2-9da4bd578c68\",\n \"option\": \"labore mollit cupidatat sed\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:827f1553-4560-640a-043b-e3d76a1917aa\",\n \"ne_attribute_id\": \"d9a6240e-546a-8e66-2987-4aee2acef952\",\n \"option\": \"voluptate quis deserunt Duis\"\n },\n {\n \"id\": \"urn:uuid:6e7949a0-7202-db89-b743-4c41d0ebcdd3\",\n \"ne_attribute_id\": \"90eb8e6a-06ac-4d3f-62ef-3afabb883795\",\n \"option\": \"aliquip in Ut\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8707,12 +8707,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:7065d8e6-3a62-c10d-e854-ed1ea729eb34\",\n \"uid\": \"nisi animmagna exercitationdolor\",\n \"ne_attribute_id\": \"2ca5628d-5bd1-0e21-29ca-0fc328caecfa\",\n \"option\": \"elit Lorem sint\"\n },\n {\n \"id\": \"b93d0091-6472-77ac-89a7-0a9f7f60bc64\",\n \"uid\": \"consectetur Excepteur in incidid\",\n \"ne_attribute_id\": \"urn:uuid:91632174-bfe6-a226-d8db-867df0f537b4\",\n \"option\": \"enim laborum in\"\n }\n ]\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:c3ae5fd9-a937-5953-10a8-39ce5f92bf6c\",\n \"uid\": \"aliquaut dolorlabore velit utali\",\n \"ne_attribute_id\": \"urn:uuid:5cd9a21a-6a45-55f3-2466-434e243c6e7e\",\n \"option\": \"id commodo laboris\"\n },\n {\n \"id\": \"urn:uuid:123904a2-261c-695f-3bec-828e0992db27\",\n \"uid\": \"etea cillum et nulla sedproident\",\n \"ne_attribute_id\": \"urn:uuid:653cf356-2ab9-6efd-fb1a-0d25256eae0a\",\n \"option\": \"laborum sint consequat\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "777cf519-cefc-47c4-a230-9a08902449f3", + "id": "7f6d7ba5-d547-4a7e-ba3c-1cbc8f1bed9a", "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\": \"urn:uuid:4b542fb4-1172-f341-496b-41981cc12df2\",\n \"ne_attribute_id\": \"91a16ab5-84ca-6a9c-efda-af9c08dd2177\",\n \"option\": \"nulla consequat est sed\"\n },\n {\n \"id\": \"5a3aa059-ea89-e22e-69ce-c5911b5c01ee\",\n \"ne_attribute_id\": \"urn:uuid:813ecdc9-467c-c49b-82c2-9da4bd578c68\",\n \"option\": \"labore mollit cupidatat sed\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:827f1553-4560-640a-043b-e3d76a1917aa\",\n \"ne_attribute_id\": \"d9a6240e-546a-8e66-2987-4aee2acef952\",\n \"option\": \"voluptate quis deserunt Duis\"\n },\n {\n \"id\": \"urn:uuid:6e7949a0-7202-db89-b743-4c41d0ebcdd3\",\n \"ne_attribute_id\": \"90eb8e6a-06ac-4d3f-62ef-3afabb883795\",\n \"option\": \"aliquip in Ut\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8768,7 +8768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aa3edcb-afe0-48a9-9d8b-55eb2b8f68f7", + "id": "0bb2f5f1-1f4e-4a62-9e8b-95b8dec50848", "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\": \"urn:uuid:4b542fb4-1172-f341-496b-41981cc12df2\",\n \"ne_attribute_id\": \"91a16ab5-84ca-6a9c-efda-af9c08dd2177\",\n \"option\": \"nulla consequat est sed\"\n },\n {\n \"id\": \"5a3aa059-ea89-e22e-69ce-c5911b5c01ee\",\n \"ne_attribute_id\": \"urn:uuid:813ecdc9-467c-c49b-82c2-9da4bd578c68\",\n \"option\": \"labore mollit cupidatat sed\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:827f1553-4560-640a-043b-e3d76a1917aa\",\n \"ne_attribute_id\": \"d9a6240e-546a-8e66-2987-4aee2acef952\",\n \"option\": \"voluptate quis deserunt Duis\"\n },\n {\n \"id\": \"urn:uuid:6e7949a0-7202-db89-b743-4c41d0ebcdd3\",\n \"ne_attribute_id\": \"90eb8e6a-06ac-4d3f-62ef-3afabb883795\",\n \"option\": \"aliquip in Ut\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -8830,7 +8830,7 @@ } }, { - "id": "b892b4c8-fcf1-4107-b06f-b7d96ad1f2b6", + "id": "a23e683e-7845-406a-9e80-10e38be429b1", "name": "Find option based attribute value by id", "request": { "name": "Find option based attribute value by id", @@ -8872,7 +8872,7 @@ }, "response": [ { - "id": "2b71bcc3-e717-4565-9870-a99f1b42cd0b", + "id": "967661f5-7449-4985-80a1-ba3ceeec7138", "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:f8f94189-4f2a-70f8-9ae5-8f3f10a4c402\",\n \"uid\": \"veniamnisi ut adipisicingea ut m\",\n \"ne_attribute_id\": \"690f5380-a51c-fdab-655b-d59a2aa67ea0\",\n \"option\": \"tempor ex Duis fugiat\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:40ac86cc-fc2d-62ec-9788-789d7b4048f3\",\n \"uid\": \"reprehenderit eiusmod amet Duisu\",\n \"ne_attribute_id\": \"52ecabad-c95e-3394-349d-4e239baab41e\",\n \"option\": \"minim in commodo tempor\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a14aee50-eb84-4953-8ff8-eb993c686764", + "id": "cd188efd-d73e-4975-93e8-00d18bf2e490", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8960,7 +8960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ceb6def-9711-48d9-88c3-a71ecfeb79f5", + "id": "519c4a51-8023-4690-8df5-aafd7a5a37d6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9010,7 +9010,7 @@ } }, { - "id": "6a920fc4-d54f-4f53-bab8-53ae02404e46", + "id": "1936d479-a1db-48d2-96d5-59e45ea87034", "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\": \"589a172c-de3c-6326-b4ed-e425c45cdd7f\",\n \"option\": \"proident irure\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"79a93de8-0d2b-717f-2eaa-0fd787b8c04b\",\n \"option\": \"ipsum ea\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9065,7 +9065,7 @@ }, "response": [ { - "id": "bfd22358-9a63-4769-99b3-ed2befef4747", + "id": "dd84a472-dbd8-4f3e-a08a-836c4dca0d19", "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\": \"589a172c-de3c-6326-b4ed-e425c45cdd7f\",\n \"option\": \"proident irure\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"79a93de8-0d2b-717f-2eaa-0fd787b8c04b\",\n \"option\": \"ipsum ea\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9117,12 +9117,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:f8f94189-4f2a-70f8-9ae5-8f3f10a4c402\",\n \"uid\": \"veniamnisi ut adipisicingea ut m\",\n \"ne_attribute_id\": \"690f5380-a51c-fdab-655b-d59a2aa67ea0\",\n \"option\": \"tempor ex Duis fugiat\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:40ac86cc-fc2d-62ec-9788-789d7b4048f3\",\n \"uid\": \"reprehenderit eiusmod amet Duisu\",\n \"ne_attribute_id\": \"52ecabad-c95e-3394-349d-4e239baab41e\",\n \"option\": \"minim in commodo tempor\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f4232499-df81-4233-b5f9-c61f33e381ed", + "id": "be5f54ad-ff71-45cf-a273-fa7f0c2f335d", "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\": \"589a172c-de3c-6326-b4ed-e425c45cdd7f\",\n \"option\": \"proident irure\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"79a93de8-0d2b-717f-2eaa-0fd787b8c04b\",\n \"option\": \"ipsum ea\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9179,7 +9179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eae9d95-77f4-4c99-b44d-d88112eec474", + "id": "2decd3f3-7fb0-4d82-996b-2927c4a17441", "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\": \"589a172c-de3c-6326-b4ed-e425c45cdd7f\",\n \"option\": \"proident irure\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"79a93de8-0d2b-717f-2eaa-0fd787b8c04b\",\n \"option\": \"ipsum ea\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9242,7 +9242,7 @@ } }, { - "id": "15d5cdf5-166c-4803-af68-87c4cfea0b59", + "id": "2b19cddb-860d-46b6-b8a0-5fc88d161761", "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": "aa8e101d-2efc-412d-b29b-5f8f89901087", + "id": "fe42f9c3-5e0a-4600-8753-e36003650fec", "name": "Confirmation of a deleted object", "originalRequest": { "url": { @@ -9328,7 +9328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01ff39a1-e998-402f-ba34-96e32cb7f78a", + "id": "32450f16-1eb9-400f-897b-bdf1b26dd14e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9372,7 +9372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5676203d-c7be-42d2-bbeb-42475784d5c4", + "id": "7565a2c7-d757-4bb6-8784-e29a5f6ddc33", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9428,7 +9428,7 @@ "description": "", "item": [ { - "id": "80e5d456-742e-4089-9e28-c67189b7cd37", + "id": "e9536812-d999-46ad-abea-4fd9e0e770fe", "name": "Create a profile page", "request": { "name": "Create a profile page", @@ -9472,7 +9472,7 @@ }, "response": [ { - "id": "78a43a68-d6b3-4e9c-a9d7-cf4a9a625534", + "id": "5e1884fc-eac1-4add-9084-cf7192d135bb", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9529,7 +9529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83958f0d-7a53-4c0a-859f-ee0449917e40", + "id": "7670525b-0d17-4c3a-b13c-327e8c775545", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9586,7 +9586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c537721-6388-4c74-8620-b074c53ca37d", + "id": "902b3745-6ba4-46e3-9ef2-7ad988828d9c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9649,7 +9649,7 @@ } }, { - "id": "ca853327-6468-4213-bd12-3d0e12136193", + "id": "b5f39fb9-b897-48c3-a6ad-47ab213537a4", "name": "Create a workflow page", "request": { "name": "Create a workflow page", @@ -9693,7 +9693,7 @@ }, "response": [ { - "id": "86f7af37-041a-4547-9bf7-099533267220", + "id": "192352a5-747f-4589-85d6-18de162d620e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9750,7 +9750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e2389b5-38be-4ea5-89f4-9bdd7858bf10", + "id": "e1530242-5c0e-4166-ad7f-44911a5e307e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9807,7 +9807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9073cda8-0726-44b7-bc63-0176e4336b08", + "id": "c22646ec-f955-4c12-a3bf-c159d6d169c6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9876,7 +9876,7 @@ "description": "", "item": [ { - "id": "c538ce18-e9b8-44d1-a58b-06ec8b732f93", + "id": "62ebef58-14da-4dc9-8aa9-cd3ed1d10eed", "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\": \"sed commodo fugiat laborumdeseru\",\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\": \"pariatur etex adin dolorcommodo \",\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\": \"ininmollit veniamdolore officiai\",\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\": \"tempor donostrud adipisicing com\",\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\": \"anim sunt deseruntaliquip culpa \",\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\": \"exercitationreprehenderit eu nul\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint sunt ut veniam irureeu aute\",\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 anim ex temporUt Loremipsum\",\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": "f916f04a-e886-459a-abb4-848675283c0c", + "id": "d815f484-46a6-422d-81da-a02a7e7633a9", "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\": \"sed commodo fugiat laborumdeseru\",\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\": \"pariatur etex adin dolorcommodo \",\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\": \"ininmollit veniamdolore officiai\",\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\": \"tempor donostrud adipisicing com\",\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\": \"anim sunt deseruntaliquip culpa \",\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\": \"exercitationreprehenderit eu nul\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint sunt ut veniam irureeu aute\",\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 anim ex temporUt Loremipsum\",\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\": \"Excepteur velit nostrud minim 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\": \"adipisicing culpa amet enimnostr\",\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\": \"Duis exercitation donullacillum \",\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 fugiatut consequat Ut mollitu\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"in aliquatemporin utdolor aute m\",\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\": \"Excepteur Ut minim veniamea volu\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"proident excupidatat minimExcept\",\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\": \"enimreprehenderit in pariaturcon\",\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 temporsed in animaliqua dol\",\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\": \"nonconsequat suntea cillum proid\",\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": "322d8cb6-4e7d-41cc-8d31-f7f8cae1bbc0", + "id": "3d894395-8ed5-4ef2-bf5e-1e8962f4409d", "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\": \"sed commodo fugiat laborumdeseru\",\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\": \"pariatur etex adin dolorcommodo \",\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\": \"ininmollit veniamdolore officiai\",\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\": \"tempor donostrud adipisicing com\",\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\": \"anim sunt deseruntaliquip culpa \",\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\": \"exercitationreprehenderit eu nul\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint sunt ut veniam irureeu aute\",\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 anim ex temporUt Loremipsum\",\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": "d94d1e4f-cabc-453a-87a3-3280faf1c93f", + "id": "1747d17d-1134-4625-908a-3493b9ca390b", "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\": \"sed commodo fugiat laborumdeseru\",\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\": \"pariatur etex adin dolorcommodo \",\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\": \"ininmollit veniamdolore officiai\",\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\": \"tempor donostrud adipisicing com\",\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\": \"anim sunt deseruntaliquip culpa \",\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\": \"exercitationreprehenderit eu nul\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sint sunt ut veniam irureeu aute\",\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 anim ex temporUt Loremipsum\",\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": "2cfcd5ee-bcd5-4aa4-bfca-5c813d140b2d", + "id": "a83d5c06-1600-40ea-90cf-56efa319ab0f", "name": "Get profile types", "request": { "name": "Get profile types", @@ -10143,7 +10143,7 @@ "type": "text/plain" }, "key": "name", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -10178,7 +10178,7 @@ }, "response": [ { - "id": "a77ffc38-9bdf-4798-92b1-79fb8977c905", + "id": "32688f65-4138-4a1a-b776-53d22873acb8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10223,7 +10223,7 @@ "type": "text/plain" }, "key": "name", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -10271,12 +10271,12 @@ "value": "application/json" } ], - "body": "{\n \"profile_types\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"commodo quissunt labore enim ips\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"et fugiatsit dolor veniam velitd\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ipsum sunt veniamfugiat nisi do \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"consectetur in eiusmod sintlabor\",\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\": \"aliquip laborum ex etcillum veli\",\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\": \"enim aliqua do minimExcepteur 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\": \"magna sit aliqua animaliquip 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\": \"culpa sit pariaturnisi Loremproi\",\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 inLorem esseex euproid\",\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\": \"doloraliqua qui consecteturqui q\",\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\": -22729900,\n \"offset\": -78314005,\n \"total\": -34837794,\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\": \"magna laboris non laborumveniam \",\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\": \"anim adipisicing ipsum estirure \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"eu in inqui officia nostrud sedf\",\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 tempor sunt officiacillum\",\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 voluptateadipisicingamet\",\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\": \"cillum anim labore exreprehender\",\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\": \"reprehenderit sit adDuis idelit \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"adipisicing commodoin commodoinc\",\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 proident tempor inirure 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 \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"id dolore mollit nisiullamco des\",\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\": 56604809,\n \"offset\": 44121530,\n \"total\": -58420222,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a6b0d9b0-dd8f-4860-9ecc-1aefc87145cb", + "id": "913c9eb2-e565-4176-a470-ecfc97346730", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10321,7 +10321,7 @@ "type": "text/plain" }, "key": "name", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -10374,7 +10374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff5d7642-8bbe-4b10-b8c1-4263a61341c5", + "id": "14f1f9f4-3408-449c-840b-d987fd3ced72", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10419,7 +10419,7 @@ "type": "text/plain" }, "key": "name", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -10478,7 +10478,7 @@ } }, { - "id": "2e56c9fe-66ba-45e6-a6b4-8f0fa061e1ec", + "id": "ecce75d1-9c37-4bc4-820b-7ab95fffa5c0", "name": "Find profile type by id", "request": { "name": "Find profile type by id", @@ -10520,7 +10520,7 @@ }, "response": [ { - "id": "269d8e84-e764-4167-ae1a-8161feb2c33d", + "id": "94bf3b4b-35b6-47c5-a0c4-c2283e142b34", "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\": \"Excepteur velit nostrud minim 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\": \"adipisicing culpa amet enimnostr\",\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\": \"Duis exercitation donullacillum \",\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 fugiatut consequat Ut mollitu\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"in aliquatemporin utdolor aute m\",\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\": \"Excepteur Ut minim veniamea volu\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"proident excupidatat minimExcept\",\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\": \"enimreprehenderit in pariaturcon\",\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 temporsed in animaliqua dol\",\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\": \"nonconsequat suntea cillum proid\",\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": "28ce76c7-f0bd-438d-9179-a4562dd8d193", + "id": "36dca367-9847-42e6-89df-cc4ab35fd0df", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10608,7 +10608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1587bb82-3397-4009-a3cc-9ddcd83f7616", + "id": "45b7428d-ef33-4a66-9f0f-ffefeb23e2d6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10658,7 +10658,7 @@ } }, { - "id": "75f51158-80fe-4e0d-bba4-1a8aa5844ea9", + "id": "d9b81ec5-d71e-46da-9168-116dc557e82a", "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\": \"Excepteur cillum pariaturLorem i\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"voluptate dolore incididuntqui 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\": \"quis exercitationdolore commodoc\",\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\": \"incididunt officiadocillum adipi\",\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\": \"aliqua pariaturtempor pariatur c\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat consecteturvoluptate do\",\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\": \"labore temporreprehenderit irure\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sit doloreminim idoccaecatDuis t\",\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": "5f227ffb-fe62-4409-a87c-3c4e447c0c7a", + "id": "ad167287-a8a3-4c8a-a288-aff5b3c7fb46", "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\": \"Excepteur cillum pariaturLorem i\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"voluptate dolore incididuntqui 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\": \"quis exercitationdolore commodoc\",\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\": \"incididunt officiadocillum adipi\",\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\": \"aliqua pariaturtempor pariatur c\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat consecteturvoluptate do\",\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\": \"labore temporreprehenderit irure\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sit doloreminim idoccaecatDuis t\",\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\": \"Excepteur velit nostrud minim 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\": \"adipisicing culpa amet enimnostr\",\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\": \"Duis exercitation donullacillum \",\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 fugiatut consequat Ut mollitu\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"in aliquatemporin utdolor aute m\",\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\": \"Excepteur Ut minim veniamea volu\",\n \"name\": \"Worker\",\n \"category\": \"employee\",\n \"bypass_dup_protection\": false,\n \"archived\": false,\n \"permitted_role_ids\": [\n \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n ],\n \"isc_synced\": false,\n \"profile_type_dup_attributes\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"proident excupidatat minimExcept\",\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\": \"enimreprehenderit in pariaturcon\",\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 temporsed in animaliqua dol\",\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\": \"nonconsequat suntea cillum proid\",\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": "c29db4f6-a91a-4276-9874-19873f71e8b0", + "id": "df874b07-34c6-4ffe-a459-09fc44695aa4", "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\": \"Excepteur cillum pariaturLorem i\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"voluptate dolore incididuntqui 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\": \"quis exercitationdolore commodoc\",\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\": \"incididunt officiadocillum adipi\",\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\": \"aliqua pariaturtempor pariatur c\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat consecteturvoluptate do\",\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\": \"labore temporreprehenderit irure\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sit doloreminim idoccaecatDuis t\",\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": "cd0880a8-2710-466b-9bc7-e9a7257430bd", + "id": "8868faa5-f221-4cbc-aaad-71ec40c39a08", "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\": \"Excepteur cillum pariaturLorem i\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"voluptate dolore incididuntqui 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\": \"quis exercitationdolore commodoc\",\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\": \"incididunt officiadocillum adipi\",\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\": \"aliqua pariaturtempor pariatur c\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"occaecat consecteturvoluptate do\",\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\": \"labore temporreprehenderit irure\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sit doloreminim idoccaecatDuis t\",\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": "690405a8-f38d-401c-9a00-fb4e49483a4a", + "id": "82047124-8e60-406f-b155-96bdf5641377", "name": "Delete profile type", "request": { "name": "Delete profile type", @@ -10932,7 +10932,7 @@ }, "response": [ { - "id": "9033e205-924c-4504-87dd-b6043a1f07cc", + "id": "f53716bf-9524-41d2-89bf-14526a0c05ae", "name": "Info about the operation", "originalRequest": { "url": { @@ -10976,7 +10976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73218078-b7b5-4daf-ae8b-f837dcdaf6ff", + "id": "fa28939b-bd15-4e82-b8a2-0c85dd52c9ff", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11020,7 +11020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff6bc8d5-0605-411f-85ae-197b1c2ac23b", + "id": "53526e68-f2f0-495e-b7e6-80b23176e702", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11076,7 +11076,7 @@ "description": "", "item": [ { - "id": "bc18ad5e-a619-47eb-958f-096f2ae189a6", + "id": "655acf21-91b9-4f52-9327-0817aa1b6d47", "name": "profile_types/ne_attributes synced status", "request": { "name": "profile_types/ne_attributes synced status", @@ -11174,7 +11174,7 @@ }, "response": [ { - "id": "8a17e345-7a9b-47fd-badb-6fae66cbf7bb", + "id": "10458847-49b1-4251-9986-ef72d1730dd8", "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\": \"ut aliquip ametnon eiusmod suntd\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n },\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"fugiat labore ut nisiLorem sint \",\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\": \"nostrud donon ex et veniamest al\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n },\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"officiaeu ipsum ut suntquis repr\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7857e7df-615e-4d8a-a1aa-d985b599e69e", + "id": "5b9f3838-1ea5-4ae5-9e29-36c083f790cf", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11356,7 +11356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09f4a174-8651-40a5-9afa-9da959bfb4d5", + "id": "e3e9b012-672f-49b3-a1fd-2e944a9a2ccb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11453,7 +11453,7 @@ } }, { - "id": "d5723610-4880-48da-b88e-3b798e61b865", + "id": "182a167b-15cb-4b66-ba2f-d50205385a99", "name": "Create a synced attribute", "request": { "name": "Create a synced attribute", @@ -11503,7 +11503,7 @@ }, "response": [ { - "id": "b49c78c2-1229-4400-898f-e09527923100", + "id": "5f9153c0-0f83-42e0-a99a-bdbda5bdcb7c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11561,7 +11561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d271fd9-682d-42b3-ab88-05eb5ef06433", + "id": "00e7de62-acb5-494c-9772-31ba0a597b7c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11619,7 +11619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "338b62d9-2fd8-4843-bb1d-e5886cff7c91", + "id": "e507fd24-47e3-4111-ab48-e565f01bcd80", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11683,7 +11683,7 @@ } }, { - "id": "4e33450f-7808-4303-9fa0-4dcd6d2a1b13", + "id": "99906f70-2677-4d91-8458-476f15052b84", "name": "Delete synced attribute", "request": { "name": "Delete synced attribute", @@ -11737,7 +11737,7 @@ }, "response": [ { - "id": "f87f4d45-0701-4754-bc20-e0ada5959f33", + "id": "519651bd-9c32-429a-b56a-4c0bd2cd9fa8", "name": "Info about the operation", "originalRequest": { "url": { @@ -11783,7 +11783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c993d91-c7e5-4f93-9676-09c809ed52f2", + "id": "63adbd1f-f0d7-45c9-ad81-23679b6c5cea", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11829,7 +11829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6033e725-9182-4a2e-b539-9d822c08cf65", + "id": "2c1fb523-c1ee-4ca4-afac-955e64853e28", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11887,7 +11887,7 @@ "description": "", "item": [ { - "id": "5746bf77-7123-4dbb-bf52-66f59d71639a", + "id": "3f15c0ad-6399-4418-aab4-bd6a32388ccd", "name": "Create a profile type role", "request": { "name": "Create a profile type role", @@ -11930,7 +11930,7 @@ }, "response": [ { - "id": "d0e45eb4-fdfe-42de-8908-1841524f2338", + "id": "8bccf3d0-4850-4885-9092-54f7e77f134a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -11986,7 +11986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8648526-be6f-48a6-a9c3-20ee64b8ba7d", + "id": "fd9ad7e8-aa12-429e-8208-1dc35595cc4f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12042,7 +12042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b41c48d-f313-4baa-9800-185a2a972925", + "id": "5d01a988-d43c-4814-8e2c-4d14774899ea", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12110,7 +12110,7 @@ "description": "", "item": [ { - "id": "d7c21eed-0aa9-4cea-8047-8eaed20b4ec6", + "id": "300b41d9-489c-4c90-802b-a31b7b87bd41", "name": "Create a profile", "request": { "name": "Create a profile", @@ -12141,7 +12141,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"ut v\",\n \"profile_type_id\": \"4d0d1c91-d802-4da1-02a6-eec0c7142e89\",\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\": \"fugiat qui\",\n \"profile_type_id\": \"04564d9b-0e39-acc8-0538-a5fac4c442b6\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -12153,7 +12153,7 @@ }, "response": [ { - "id": "7deb56ee-a1ce-47ac-a880-6bf21541ed6a", + "id": "8eac738f-361e-4edc-8667-53f747546954", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12187,7 +12187,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"ut v\",\n \"profile_type_id\": \"4d0d1c91-d802-4da1-02a6-eec0c7142e89\",\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\": \"fugiat qui\",\n \"profile_type_id\": \"04564d9b-0e39-acc8-0538-a5fac4c442b6\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -12204,12 +12204,12 @@ "value": "application/json" } ], - "body": "{\n \"profile\": {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"anim Lorem ipsumqui cillum dolor\",\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\": \"dolore deserunt adipisicing sed \",\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": "2481598d-4745-4752-b6ac-c0c05a1082dd", + "id": "376aaae1-471f-4051-bb87-e1cb3353f004", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12243,7 +12243,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"ut v\",\n \"profile_type_id\": \"4d0d1c91-d802-4da1-02a6-eec0c7142e89\",\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\": \"fugiat qui\",\n \"profile_type_id\": \"04564d9b-0e39-acc8-0538-a5fac4c442b6\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -12265,7 +12265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f99025b0-40c4-43be-b593-40c413218b18", + "id": "7e515b6b-9df1-4f1c-ac92-27187ead6f1d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12299,7 +12299,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"ut v\",\n \"profile_type_id\": \"4d0d1c91-d802-4da1-02a6-eec0c7142e89\",\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\": \"fugiat qui\",\n \"profile_type_id\": \"04564d9b-0e39-acc8-0538-a5fac4c442b6\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -12327,7 +12327,7 @@ } }, { - "id": "066bae69-3c7f-4290-83d0-4198fa7c0f0b", + "id": "651f0c46-0903-4cd2-bc39-17a13127c321", "name": "Get profiles", "request": { "name": "Get profiles", @@ -12386,7 +12386,7 @@ "type": "text/plain" }, "key": "name", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -12395,7 +12395,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -12404,7 +12404,7 @@ "type": "text/plain" }, "key": "status", - "value": "Inactive" + "value": "Terminated" }, { "disabled": false, @@ -12430,7 +12430,7 @@ }, "response": [ { - "id": "9ad576df-d781-4e71-a228-f0baa21da7ec", + "id": "01fee047-9aa4-4aa0-ac45-0ecbc253f372", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12484,7 +12484,7 @@ "type": "text/plain" }, "key": "name", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -12493,7 +12493,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -12502,7 +12502,7 @@ "type": "text/plain" }, "key": "status", - "value": "Inactive" + "value": "Terminated" }, { "disabled": false, @@ -12541,12 +12541,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"nisidolore voluptate euex labore\",\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\": \"sed veniam enim quisutest dolore\",\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\": 23502469,\n \"offset\": -74227376,\n \"total\": -1347012,\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\": \"consectetur nisi dolor culpairur\",\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\": \"cupidatatqui Duis Excepteuraliqu\",\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\": 80633978,\n \"offset\": -66071843,\n \"total\": 17353907,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cc90c7e8-3655-4b25-863a-4eb581115cfe", + "id": "622bef24-03c3-466e-93c8-962603ae248f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12600,7 +12600,7 @@ "type": "text/plain" }, "key": "name", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -12609,7 +12609,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -12618,7 +12618,7 @@ "type": "text/plain" }, "key": "status", - "value": "Inactive" + "value": "Terminated" }, { "disabled": false, @@ -12662,7 +12662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb4c7087-e4be-4845-b1d0-bf10325b4d0e", + "id": "8f8038ae-7715-499f-b3e6-537d9a9e04cf", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12716,7 +12716,7 @@ "type": "text/plain" }, "key": "name", - "value": "nostrud aute incidid" + "value": "mollit ullamco" }, { "disabled": false, @@ -12725,7 +12725,7 @@ "type": "text/plain" }, "key": "profile_type_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -12734,7 +12734,7 @@ "type": "text/plain" }, "key": "status", - "value": "Inactive" + "value": "Terminated" }, { "disabled": false, @@ -12784,7 +12784,7 @@ } }, { - "id": "a7268492-2d5e-412a-9b03-ae6345c982d2", + "id": "00cd20e3-cb4b-4c02-9612-a4b75b3d242e", "name": "Create multiple profiles", "request": { "name": "Create multiple profiles", @@ -12815,7 +12815,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"laboris\",\n \"profile_type_id\": \"urn:uuid:7789cb1b-f270-125a-a475-b598b1648571\",\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 \"name\": \"ad ut dolore nulla deserunt\",\n \"profile_type_id\": \"urn:uuid:56033621-772d-4c52-4766-4e326acae7b5\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"\",\n \"profile_type_id\": \"94d2c8ee-4476-0830-cb89-f16658965d95\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"minim cillum id tempor\",\n \"profile_type_id\": \"be1c6fe2-73c6-315b-d74a-c8a2b003a450\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12827,7 +12827,7 @@ }, "response": [ { - "id": "42141358-29b6-411f-b924-1fe7d4ea3c29", + "id": "bfcf8b82-d5ef-4d5e-9199-51021d44f220", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12861,7 +12861,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"laboris\",\n \"profile_type_id\": \"urn:uuid:7789cb1b-f270-125a-a475-b598b1648571\",\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 \"name\": \"ad ut dolore nulla deserunt\",\n \"profile_type_id\": \"urn:uuid:56033621-772d-4c52-4766-4e326acae7b5\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"\",\n \"profile_type_id\": \"94d2c8ee-4476-0830-cb89-f16658965d95\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"minim cillum id tempor\",\n \"profile_type_id\": \"be1c6fe2-73c6-315b-d74a-c8a2b003a450\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\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\": \"sitad veniam voluptate deseruntu\",\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\": \"adipisicing minim laboristempor \",\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\": \"consequat minim do ut laboreexer\",\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\": \"sed occaecat in incididuntelit i\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\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": "4cb5ae1e-b880-42ff-9ea3-a835bcb5c9ec", + "id": "76084050-6931-4b14-a161-ef4b19cc7a91", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12917,7 +12917,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"name\": \"laboris\",\n \"profile_type_id\": \"urn:uuid:7789cb1b-f270-125a-a475-b598b1648571\",\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 \"name\": \"ad ut dolore nulla deserunt\",\n \"profile_type_id\": \"urn:uuid:56033621-772d-4c52-4766-4e326acae7b5\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"\",\n \"profile_type_id\": \"94d2c8ee-4476-0830-cb89-f16658965d95\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"minim cillum id tempor\",\n \"profile_type_id\": \"be1c6fe2-73c6-315b-d74a-c8a2b003a450\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -12939,7 +12939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd872677-d4c1-4c8a-a746-8eb6a065f856", + "id": "691565d2-e7e6-4398-951d-68c02bc664e5", "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\": \"laboris\",\n \"profile_type_id\": \"urn:uuid:7789cb1b-f270-125a-a475-b598b1648571\",\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 \"name\": \"ad ut dolore nulla deserunt\",\n \"profile_type_id\": \"urn:uuid:56033621-772d-4c52-4766-4e326acae7b5\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"name\": \"\",\n \"profile_type_id\": \"94d2c8ee-4476-0830-cb89-f16658965d95\",\n \"status\": \"Inactive\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"name\": \"minim cillum id tempor\",\n \"profile_type_id\": \"be1c6fe2-73c6-315b-d74a-c8a2b003a450\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13001,7 +13001,7 @@ } }, { - "id": "0dbb5b81-ebc1-4ad7-b53a-038928837dcd", + "id": "4baa22ac-4444-47f3-9498-d0ae93782f77", "name": "Update multiple profiles", "request": { "name": "Update multiple profiles", @@ -13032,7 +13032,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"f5369a20-992a-5f88-c961-d5e75d092f6a\",\n \"name\": \"consectetur in laborum\",\n \"profile_type_id\": \"urn:uuid:05e5a43d-18c7-183f-ffe5-3b801d28cd7c\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"4dc299ef-8cd3-be6a-db06-9cb00cca3340\",\n \"name\": \"dolore f\",\n \"profile_type_id\": \"d9bc9078-86c8-8eaa-0044-48e40c4fefa1\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"9eea5e61-d321-dc98-28e7-7a0fec1cd4f0\",\n \"name\": \"aute irure\",\n \"profile_type_id\": \"6593d619-2769-0705-4891-232289d526b1\",\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 \"id\": \"28876a25-0f4c-7026-f8c2-6b952ab1bbe6\",\n \"name\": \"deserunt proident \",\n \"profile_type_id\": \"urn:uuid:a122a287-bd62-f656-bd95-4fffaf70d90a\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13044,7 +13044,7 @@ }, "response": [ { - "id": "42730aaa-7739-46c3-b7ac-bbbc1f64eb64", + "id": "683c5ad6-b2a0-420d-9f53-f1dcbc0a0d26", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13078,7 +13078,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"f5369a20-992a-5f88-c961-d5e75d092f6a\",\n \"name\": \"consectetur in laborum\",\n \"profile_type_id\": \"urn:uuid:05e5a43d-18c7-183f-ffe5-3b801d28cd7c\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"4dc299ef-8cd3-be6a-db06-9cb00cca3340\",\n \"name\": \"dolore f\",\n \"profile_type_id\": \"d9bc9078-86c8-8eaa-0044-48e40c4fefa1\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"9eea5e61-d321-dc98-28e7-7a0fec1cd4f0\",\n \"name\": \"aute irure\",\n \"profile_type_id\": \"6593d619-2769-0705-4891-232289d526b1\",\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 \"id\": \"28876a25-0f4c-7026-f8c2-6b952ab1bbe6\",\n \"name\": \"deserunt proident \",\n \"profile_type_id\": \"urn:uuid:a122a287-bd62-f656-bd95-4fffaf70d90a\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13095,12 +13095,12 @@ "value": "application/json" } ], - "body": "{\n \"profiles\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"sitad veniam voluptate deseruntu\",\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\": \"adipisicing minim laboristempor \",\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\": \"consequat minim do ut laboreexer\",\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\": \"sed occaecat in incididuntelit i\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\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": "107b7bbc-8063-4b93-b624-23e11a71e7af", + "id": "b01ffa0b-a000-4c78-8876-23387c832935", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13134,7 +13134,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"f5369a20-992a-5f88-c961-d5e75d092f6a\",\n \"name\": \"consectetur in laborum\",\n \"profile_type_id\": \"urn:uuid:05e5a43d-18c7-183f-ffe5-3b801d28cd7c\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"4dc299ef-8cd3-be6a-db06-9cb00cca3340\",\n \"name\": \"dolore f\",\n \"profile_type_id\": \"d9bc9078-86c8-8eaa-0044-48e40c4fefa1\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"9eea5e61-d321-dc98-28e7-7a0fec1cd4f0\",\n \"name\": \"aute irure\",\n \"profile_type_id\": \"6593d619-2769-0705-4891-232289d526b1\",\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 \"id\": \"28876a25-0f4c-7026-f8c2-6b952ab1bbe6\",\n \"name\": \"deserunt proident \",\n \"profile_type_id\": \"urn:uuid:a122a287-bd62-f656-bd95-4fffaf70d90a\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13156,7 +13156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e7250c1-1966-4f09-8e6c-5cb1cb3da098", + "id": "8d216535-f4c4-4d12-9fec-1555ad28694b", "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\": \"f5369a20-992a-5f88-c961-d5e75d092f6a\",\n \"name\": \"consectetur in laborum\",\n \"profile_type_id\": \"urn:uuid:05e5a43d-18c7-183f-ffe5-3b801d28cd7c\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n },\n {\n \"id\": \"4dc299ef-8cd3-be6a-db06-9cb00cca3340\",\n \"name\": \"dolore f\",\n \"profile_type_id\": \"d9bc9078-86c8-8eaa-0044-48e40c4fefa1\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"9eea5e61-d321-dc98-28e7-7a0fec1cd4f0\",\n \"name\": \"aute irure\",\n \"profile_type_id\": \"6593d619-2769-0705-4891-232289d526b1\",\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 \"id\": \"28876a25-0f4c-7026-f8c2-6b952ab1bbe6\",\n \"name\": \"deserunt proident \",\n \"profile_type_id\": \"urn:uuid:a122a287-bd62-f656-bd95-4fffaf70d90a\",\n \"status\": \"On Leave\",\n \"id_proofing_status\": \"pending\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13218,7 +13218,7 @@ } }, { - "id": "2d1ca986-7fb1-4b53-8dc8-3e233dcd286f", + "id": "8f175b2e-aa34-42a3-819f-4a31c60f32c8", "name": "Delete multiple profiles", "request": { "name": "Delete multiple profiles", @@ -13249,7 +13249,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"7f3a3e48-90b9-4087-d422-51a45fd1515f\"\n },\n {\n \"id\": \"b64d2358-01e1-3aeb-e899-68aaa9d8a0fc\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:e562a267-49fc-ffb4-3fe6-f6055cd608a8\"\n },\n {\n \"id\": \"28db79bf-e305-c209-709b-fc6553d5d7ed\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13261,7 +13261,7 @@ }, "response": [ { - "id": "3ebcf9c4-7c0e-422e-91f9-53b1e095ab7c", + "id": "c3a6b37c-642f-4cac-8b68-c589a2ce2ad6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13295,7 +13295,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"7f3a3e48-90b9-4087-d422-51a45fd1515f\"\n },\n {\n \"id\": \"b64d2358-01e1-3aeb-e899-68aaa9d8a0fc\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:e562a267-49fc-ffb4-3fe6-f6055cd608a8\"\n },\n {\n \"id\": \"28db79bf-e305-c209-709b-fc6553d5d7ed\"\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\": \"sitad veniam voluptate deseruntu\",\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\": \"adipisicing minim laboristempor \",\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\": \"consequat minim do ut laboreexer\",\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\": \"sed occaecat in incididuntelit i\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\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": "c4dff6bd-53ee-470a-bcbd-f8dd4e6f7eb4", + "id": "2b17e113-c504-40fb-89a8-f4f18de13821", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13351,7 +13351,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"profiles\": [\n {\n \"id\": \"7f3a3e48-90b9-4087-d422-51a45fd1515f\"\n },\n {\n \"id\": \"b64d2358-01e1-3aeb-e899-68aaa9d8a0fc\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:e562a267-49fc-ffb4-3fe6-f6055cd608a8\"\n },\n {\n \"id\": \"28db79bf-e305-c209-709b-fc6553d5d7ed\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13373,7 +13373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "015acf5d-c4dc-4519-9019-95ce5e3dd77b", + "id": "cac4c0b1-defb-4e17-9d96-016cffea4114", "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\": \"7f3a3e48-90b9-4087-d422-51a45fd1515f\"\n },\n {\n \"id\": \"b64d2358-01e1-3aeb-e899-68aaa9d8a0fc\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:e562a267-49fc-ffb4-3fe6-f6055cd608a8\"\n },\n {\n \"id\": \"28db79bf-e305-c209-709b-fc6553d5d7ed\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -13435,7 +13435,7 @@ } }, { - "id": "0467cea6-aefd-4486-8bd8-e35909bbca43", + "id": "35322f11-97c3-4e63-a308-dfda2ffa3a55", "name": "Find profile by id", "request": { "name": "Find profile by id", @@ -13477,7 +13477,7 @@ }, "response": [ { - "id": "c8107ce6-9281-4e65-a8b2-034991fa33cd", + "id": "a43e089f-a314-40b6-b79b-40704335b402", "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\": \"anim Lorem ipsumqui cillum dolor\",\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\": \"dolore deserunt adipisicing sed \",\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": "dd53d8a8-2781-4d06-b5e5-b96e72d13a4d", + "id": "63c8a6c6-0a00-479d-b813-d84ab5d2ea54", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13565,7 +13565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "023f1744-f954-4c02-a9b3-f1d8145fef7e", + "id": "022ab5ab-c13b-4439-aef8-2004ed01b345", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13615,7 +13615,7 @@ } }, { - "id": "2e3b24db-b494-477c-bb11-12917f85add2", + "id": "f4d41637-1a76-4f55-b200-c9afe1f41f40", "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\": \"aliqua aute\",\n \"profile_type_id\": \"5edba86d-5747-634c-30ae-d808b5b1362c\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"cillum\",\n \"profile_type_id\": \"e87da5ee-937e-fda2-db2a-8b3b5399b727\",\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": "7192e128-007a-423a-975b-84105a302391", + "id": "038c3405-1f44-4590-bb51-d87a03f2b9d8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -13705,7 +13705,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"aliqua aute\",\n \"profile_type_id\": \"5edba86d-5747-634c-30ae-d808b5b1362c\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"cillum\",\n \"profile_type_id\": \"e87da5ee-937e-fda2-db2a-8b3b5399b727\",\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\": \"anim Lorem ipsumqui cillum dolor\",\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\": \"dolore deserunt adipisicing sed \",\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": "0d86551f-46f7-4e86-80b7-75ba069e4d39", + "id": "806dfc52-43d2-417b-8b7f-ce0e2d256214", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13762,7 +13762,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"aliqua aute\",\n \"profile_type_id\": \"5edba86d-5747-634c-30ae-d808b5b1362c\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"cillum\",\n \"profile_type_id\": \"e87da5ee-937e-fda2-db2a-8b3b5399b727\",\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": "2aa3fe72-ca00-4bb0-952d-bb2ea31c9945", + "id": "7115bc6c-1793-4894-ba81-edab5662e3e7", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13819,7 +13819,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"profile\": {\n \"name\": \"aliqua aute\",\n \"profile_type_id\": \"5edba86d-5747-634c-30ae-d808b5b1362c\",\n \"status\": \"Terminated\",\n \"id_proofing_status\": \"fail\",\n \"archived\": false,\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "raw": "{\n \"profile\": {\n \"name\": \"cillum\",\n \"profile_type_id\": \"e87da5ee-937e-fda2-db2a-8b3b5399b727\",\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": "76d59cdf-7a8d-49f9-86a5-ba50925c24f6", + "id": "22ae388d-6866-455c-9b56-6bdfa3778c6b", "name": "Delete a single profile", "request": { "name": "Delete a single profile", @@ -13889,7 +13889,7 @@ }, "response": [ { - "id": "3c6cf88b-6320-4e4e-81d1-909fc705b1b8", + "id": "2d2bb8b9-5c8c-4c3e-81e2-f5a06a7df068", "name": "The Profile was successfully deleted.", "originalRequest": { "url": { @@ -13923,7 +13923,7 @@ "_postman_previewlanguage": "text" }, { - "id": "02ff67cc-c79d-477e-ab6b-42cc4737a553", + "id": "f4d140f6-7cd5-4796-b6bf-af227c2845e3", "name": "Error deleting Profile", "originalRequest": { "url": { @@ -13962,12 +13962,12 @@ "value": "application/json" } ], - "body": "{\n \"error\": \"elit Excepteur minim velit\"\n}", + "body": "{\n \"error\": \"ea non qui\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "913e1249-0c66-4dc9-9bd8-ee433b241fd5", + "id": "12a8d3ad-0c9c-4220-9f39-ef5e1a155365", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14017,7 +14017,7 @@ } }, { - "id": "779ed0b3-4659-43e4-8a0c-4051727d6609", + "id": "46e6882b-3a2e-4398-abdb-ea7e0e0124c8", "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": "d74d0e8e-a9f6-4554-b5cc-7e022cb087da", + "id": "d1a0c966-9974-47c3-8aa1-e596edf3cce4", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14112,12 +14112,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"Excepteur anim\"\n}", + "body": "{\n \"url\": \"veniam esse\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "aa0c9859-11cd-457e-9bb0-f304258435b3", + "id": "a1fa241d-54ca-4638-87d7-1fec41e97ac1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14163,7 +14163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c922c59a-5dbe-4747-8fb9-f3b57b4fe2f1", + "id": "a3c10a19-0bb0-40ac-beea-ebf6bc6d178b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14215,7 +14215,7 @@ } }, { - "id": "233c1cd4-5946-4ab8-9dbc-96cd1c30f369", + "id": "3894c900-e603-4a26-b6c5-737bb9a175a0", "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": "ex sunt labore", + "value": "ea Lorem sit cillum proident", "type": "text" } ] @@ -14286,7 +14286,7 @@ }, "response": [ { - "id": "04cb8545-6d90-4aad-a1b9-b50eb2c8b4f5", + "id": "52ea429c-9f86-45a1-8246-bd17559f89ea", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14330,7 +14330,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex sunt labore", + "value": "ea Lorem sit cillum proident", "type": "text" } ] @@ -14344,12 +14344,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"Excepteur anim\"\n}", + "body": "{\n \"url\": \"veniam esse\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5be2cba6-c1b5-4d53-839f-1b0e62d387e0", + "id": "12f6b1ad-1e6b-42be-a854-e2b49f5f31ca", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14393,7 +14393,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex sunt labore", + "value": "ea Lorem sit cillum proident", "type": "text" } ] @@ -14412,7 +14412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed1bd798-4c46-4bab-aef7-f478d40a3eff", + "id": "93dc12d1-3420-4085-8040-53b2c2624154", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14456,7 +14456,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex sunt labore", + "value": "ea Lorem sit cillum proident", "type": "text" } ] @@ -14481,7 +14481,7 @@ } }, { - "id": "3af3d3a0-1ef2-47c3-b2b3-eb366a71f08f", + "id": "07ec555d-1f43-4fbd-a20c-cd5b483e258a", "name": "Retrieves the URL of the profile avatar", "request": { "name": "Retrieves the URL of the profile avatar", @@ -14524,7 +14524,7 @@ }, "response": [ { - "id": "1ebdc7a1-919e-47f2-872b-91de4f52d6f5", + "id": "d643a079-d507-4b18-a3dc-ed5f39e1f30c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14564,12 +14564,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"Excepteur anim\"\n}", + "body": "{\n \"url\": \"veniam esse\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "17a1801a-ea09-4306-8b6f-93074a7df141", + "id": "ac1eed60-5de0-44ad-b26f-bf08c890106f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14614,7 +14614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20886b6b-256f-4a77-bb7a-a11d08cd2ab9", + "id": "692f17b5-c820-4774-8a32-3496cf297a07", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14665,7 +14665,7 @@ } }, { - "id": "3ccd41aa-7938-41d1-8dea-86e024558c36", + "id": "b24d5c8c-e13c-43f5-b8b7-6700aaaef516", "name": "Uploads a new profile avatar", "request": { "name": "Uploads a new profile avatar", @@ -14716,7 +14716,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex sunt labore", + "value": "ea Lorem sit cillum proident", "type": "text" } ] @@ -14725,7 +14725,7 @@ }, "response": [ { - "id": "71e82b4d-5d3f-4434-b3b1-0dd3154e69b7", + "id": "1dac3d73-b9e4-4938-958a-613dd9bb1f77", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -14768,7 +14768,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex sunt labore", + "value": "ea Lorem sit cillum proident", "type": "text" } ] @@ -14782,12 +14782,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"Excepteur anim\"\n}", + "body": "{\n \"url\": \"veniam esse\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d8deb684-88d2-415c-a1c4-b5024725f9c4", + "id": "fbbe7f07-cb52-4f86-b4b3-61364c63f1c5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14830,7 +14830,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex sunt labore", + "value": "ea Lorem sit cillum proident", "type": "text" } ] @@ -14849,7 +14849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cd97b45-2da4-4849-9f4e-50e2fe0129eb", + "id": "d7f1682f-b1aa-497d-accd-45b3fb9b907e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14892,7 +14892,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex sunt labore", + "value": "ea Lorem sit cillum proident", "type": "text" } ] @@ -14923,7 +14923,7 @@ "description": "", "item": [ { - "id": "9528616e-e4a5-4a3c-a209-a2cd4953ff0d", + "id": "241cd989-af89-4a35-9cfd-50a9927dbc3f", "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:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -14991,7 +14991,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -15000,7 +15000,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -15009,7 +15009,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -15035,7 +15035,7 @@ }, "response": [ { - "id": "12def99b-f3ac-42e6-a7ab-bb5ca64e285e", + "id": "e8db2413-1d20-436c-89d8-ebfab6033836", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15080,7 +15080,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -15098,7 +15098,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -15107,7 +15107,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -15116,7 +15116,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -15155,12 +15155,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_scores\": [\n {\n \"id\": \"c23e93eb-8880-762c-cd5a-a6559e0f8889\",\n \"uid\": \"mollit do inin ullamcoquis repre\",\n \"object_id\": \"734708fa-023a-20b7-ec44-be3d9c0fb041\",\n \"object_type\": \"Profile\",\n \"overall_score\": 100749931.69,\n \"overall_risk_level_id\": \"161a7185-e813-27c1-ce52-6ee410d80886\",\n \"impact_score\": 62485723.84,\n \"impact_risk_level_id\": \"urn:uuid:a47e86d1-95ab-be17-d88f-e9a290d67280\",\n \"probability_score\": 7013190.4,\n \"probability_risk_level_id\": \"95ee6f66-b67a-d2f4-4d71-3964570ebb55\"\n },\n {\n \"id\": \"5a924653-36cf-edca-7e7d-5a4ea98843d7\",\n \"uid\": \"mollit labore anim dolor nonnull\",\n \"object_id\": \"urn:uuid:14421767-f5da-439f-85aa-529f98d68d91\",\n \"object_type\": \"WorkflowSession\",\n \"overall_score\": 147076593.94,\n \"overall_risk_level_id\": \"bcbb74f4-c492-a87e-6110-fb798a208a02\",\n \"impact_score\": 54126226.06,\n \"impact_risk_level_id\": \"urn:uuid:80dc7ca8-e178-1f8a-2514-fb8a2956b1e3\",\n \"probability_score\": 172748654.88,\n \"probability_risk_level_id\": \"969b7c22-5562-168e-1d86-5764b3b313c3\"\n }\n ],\n \"_metadata\": {\n \"limit\": 4214581,\n \"offset\": 84257873,\n \"total\": 7543521,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"risk_scores\": [\n {\n \"id\": \"urn:uuid:23d5ef63-15fd-32f6-4565-767ca78a2894\",\n \"uid\": \"exercitation dolore Ut enim culp\",\n \"object_id\": \"urn:uuid:1b962628-d650-ae58-c0d5-3f8d30c207bc\",\n \"object_type\": \"Profile\",\n \"overall_score\": 7099471.2700000005,\n \"overall_risk_level_id\": \"urn:uuid:2f602079-1ef7-f9d4-802f-5e63fa08823b\",\n \"impact_score\": 96053992.91,\n \"impact_risk_level_id\": \"urn:uuid:439fbf14-1b0a-6446-4480-d46f633149fd\",\n \"probability_score\": 175728880.38,\n \"probability_risk_level_id\": \"fb745997-2989-ac78-39f7-003aa94fd7ff\"\n },\n {\n \"id\": \"afefea21-15a4-b538-441a-852b42dec8e8\",\n \"uid\": \"do exercitation quismollit ex ci\",\n \"object_id\": \"16e5b17d-79cb-4372-3712-bcd5f32cdb98\",\n \"object_type\": \"Profile\",\n \"overall_score\": 52344273.49,\n \"overall_risk_level_id\": \"e9f43787-745e-d1ac-597e-11112a855870\",\n \"impact_score\": 18758630.07,\n \"impact_risk_level_id\": \"a7ee4844-a623-b2e2-26a7-845e23cd42f6\",\n \"probability_score\": 21366665.91,\n \"probability_risk_level_id\": \"8c5a165a-a8d6-4e73-0649-acd992b5370e\"\n }\n ],\n \"_metadata\": {\n \"limit\": -36233853,\n \"offset\": -10935009,\n \"total\": -56185128,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6d4edec9-833c-45e4-9959-097bd6df4d08", + "id": "df6e5ffa-4bfd-48c4-877d-09898178a1d5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15205,7 +15205,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -15223,7 +15223,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -15232,7 +15232,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -15241,7 +15241,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -15285,7 +15285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff70a3b9-9e55-4f4d-b46e-ea96275aa1da", + "id": "2789f555-5b6c-41cb-a79a-9e24e7b94361", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15330,7 +15330,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -15348,7 +15348,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -15357,7 +15357,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -15366,7 +15366,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -15416,7 +15416,7 @@ } }, { - "id": "64fe3b86-739c-4e53-8cfc-7c4b1d1c1677", + "id": "106b26fd-f3e1-48a3-b695-24d7cbb84a9c", "name": "Find risk score data by id", "request": { "name": "Find risk score data by id", @@ -15458,7 +15458,7 @@ }, "response": [ { - "id": "5c0286a8-2a53-4629-941f-3f2373bce36b", + "id": "1ec064b2-c047-4640-abfa-f90b7b863eda", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15497,12 +15497,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_score\": {\n \"id\": \"urn:uuid:470028fb-7e98-3cc2-9002-c647bd8737a0\",\n \"uid\": \"enim nisi in irure Excepteurquis\",\n \"object_id\": \"d6469aeb-cd89-861a-d85c-b5272cea18e9\",\n \"object_type\": \"Profile\",\n \"overall_score\": 58153645.800000004,\n \"overall_risk_level_id\": \"aa973910-184e-421f-8f2d-e91e8c78eea8\",\n \"impact_score\": 142791345.87,\n \"impact_risk_level_id\": \"urn:uuid:b751749d-d8f8-fb88-33f4-fdf349ec9adb\",\n \"probability_score\": 184889303.35,\n \"probability_risk_level_id\": \"e8822ab1-2d07-feda-038a-b7118be5b922\"\n }\n}", + "body": "{\n \"risk_score\": {\n \"id\": \"2a62110f-73f4-6c21-83c8-7b81128ee0b8\",\n \"uid\": \"eiusmod dolorincididunt sint min\",\n \"object_id\": \"urn:uuid:610473e1-2fbf-02c1-0370-00b5e87bce1a\",\n \"object_type\": \"Profile\",\n \"overall_score\": 4919173.95,\n \"overall_risk_level_id\": \"179b216d-0bb8-b857-b447-a8a67309affc\",\n \"impact_score\": 196326669.93,\n \"impact_risk_level_id\": \"159a8a71-0a2a-ec53-8056-01d5f618c8a9\",\n \"probability_score\": 199308552.48,\n \"probability_risk_level_id\": \"urn:uuid:57a05ea9-12fb-eba7-eb9f-8d84d2421665\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8a40f9f2-4e00-472f-be6c-6f431c5c27f9", + "id": "08932ef1-1581-407a-b447-724171a61fcb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15546,7 +15546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d66f22dc-ae8d-4724-abc2-09f0a4e97786", + "id": "f8cae8a1-c040-4961-bcf0-a5ceb33ea57a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15602,7 +15602,7 @@ "description": "", "item": [ { - "id": "da8492cd-4fab-418b-9bf8-21317d2fc98e", + "id": "02650a99-626e-4b43-8d51-a9c415920441", "name": "Get risk level data in bulk", "request": { "name": "Get risk level data in bulk", @@ -15678,7 +15678,7 @@ }, "response": [ { - "id": "eca6893c-7be8-4c84-bdf0-ce5b976f140c", + "id": "239aa47e-0a88-478e-baf9-20e293fbe5c8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15762,12 +15762,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_levels\": [\n {\n \"id\": \"e6390e51-a138-155c-0a00-2ffc10dfc241\",\n \"uid\": \"ipsum utsuntconsequat nisi eliti\",\n \"label\": \"ullamco do\",\n \"points\": 124508229.29,\n \"order\": 41238715\n },\n {\n \"id\": \"9b321b4e-bcde-d8e9-fb0e-c745390371b1\",\n \"uid\": \"in consequat utlabore minim eain\",\n \"label\": \"reprehenderit\",\n \"points\": 154956972.3,\n \"order\": 66901421\n }\n ],\n \"_metadata\": {\n \"limit\": 57326880,\n \"offset\": 14361779,\n \"total\": -47266668,\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:988641a3-1cae-bda9-2643-035e5841a712\",\n \"uid\": \"irureexercitation nondolor euet \",\n \"label\": \"sit dolore deserunt officia\",\n \"points\": 107826530.15,\n \"order\": 99486104\n },\n {\n \"id\": \"e188d452-1e98-c9ad-c22e-66662a66af98\",\n \"uid\": \"id tempor euqui voluptate nisi n\",\n \"label\": \"do ad nost\",\n \"points\": 122828615.79,\n \"order\": 84122506\n }\n ],\n \"_metadata\": {\n \"limit\": 43565035,\n \"offset\": 26577776,\n \"total\": -94700441,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f5ed5fa2-d4e8-4f09-8055-3355f910d4f5", + "id": "3993fc2f-cba6-48f3-8559-5a3448ab2bef", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15856,7 +15856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5679cdb9-b488-4d9c-92b9-1260610232fe", + "id": "ef45db31-126e-483d-b34b-084a42029b2d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15951,7 +15951,7 @@ } }, { - "id": "e87187e7-f79c-40eb-a8ab-39c21c779572", + "id": "a05e37a6-795e-46ec-8d81-ea6bcac90828", "name": "Find risk level data by id", "request": { "name": "Find risk level data by id", @@ -15993,7 +15993,7 @@ }, "response": [ { - "id": "03d2a125-e283-403a-bf9e-5c86af9d59d5", + "id": "84a50d06-5d9b-4506-9209-ad60c8748acb", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16032,12 +16032,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_level\": {\n \"id\": \"urn:uuid:9a65f46f-29f4-5833-a939-eb556c69bd1a\",\n \"uid\": \"tempor cupidatat sint velitet se\",\n \"label\": \"qui Excepteur sint\",\n \"points\": 188614954.8,\n \"order\": 32809228\n }\n}", + "body": "{\n \"risk_level\": {\n \"id\": \"urn:uuid:60cb36e0-204d-620f-b53c-6786d064ff95\",\n \"uid\": \"eu nisi adipisicing donulla dolo\",\n \"label\": \"id tempor laboris officia Excepteur\",\n \"points\": 180136412.31,\n \"order\": 64464616\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c19a7f61-effa-4f38-b2ce-1437db5e4e83", + "id": "90734537-82f1-44fa-81b4-198c882a3731", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16081,7 +16081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee95bf4e-d7fc-454b-90aa-c9f49e3e9c01", + "id": "6822a959-3def-42c5-8ee8-05055c4dc303", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16137,7 +16137,7 @@ "description": "", "item": [ { - "id": "50505ef3-2d05-49b9-9795-194a22aaf1c9", + "id": "a72f03cd-f7c1-41b1-ac98-809b965c47b8", "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:2c980dfb-519c-dfe9-a027-9f07295a149b\",\n \"profile_id\": \"urn:uuid:1b9af1f4-39fd-f14d-edde-1b6aef63b5af\",\n \"ne_attribute_id\": \"urn:uuid:03777887-a1e5-7407-f20a-a18e1d8aca7f\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"eb434468-bcbe-1ad6-ce20-25fd2f732d14\",\n \"profile_id\": \"357f7951-48b6-de28-9996-8f27f9f52d73\",\n \"ne_attribute_id\": \"f774cb6e-5c95-36fb-54e9-2b902ada28e7\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -16180,7 +16180,7 @@ }, "response": [ { - "id": "03e52849-d3f7-4223-b056-75210a2781f8", + "id": "201ff414-71b7-47db-811d-7e1286490d34", "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:2c980dfb-519c-dfe9-a027-9f07295a149b\",\n \"profile_id\": \"urn:uuid:1b9af1f4-39fd-f14d-edde-1b6aef63b5af\",\n \"ne_attribute_id\": \"urn:uuid:03777887-a1e5-7407-f20a-a18e1d8aca7f\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"eb434468-bcbe-1ad6-ce20-25fd2f732d14\",\n \"profile_id\": \"357f7951-48b6-de28-9996-8f27f9f52d73\",\n \"ne_attribute_id\": \"f774cb6e-5c95-36fb-54e9-2b902ada28e7\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -16231,12 +16231,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"89e755f9-0ae1-684f-cf19-61584134959a\",\n \"uid\": \"cupidatat sunteu magna indoconse\",\n \"user_id\": \"urn:uuid:744e54c1-ab69-8e4b-2e0b-5c955299586d\",\n \"profile_id\": \"urn:uuid:512a5269-06c2-146f-b5f9-bdb306cb3505\",\n \"ne_attribute_id\": \"urn:uuid:73d0ec6e-ca76-6344-d604-cf5b57be649a\",\n \"relationship_type\": \"owner\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:4ae445c4-ff46-750a-dcb1-022feacb62df\",\n \"uid\": \"ut velitdeserunt enimnulla aliqu\",\n \"user_id\": \"urn:uuid:e4c4acf2-c35a-67ba-9175-3f6e2d2e262e\",\n \"profile_id\": \"56298f98-4aed-29fe-beee-e1d2fae08682\",\n \"ne_attribute_id\": \"d586b22d-034b-57d6-36bf-470b0075aaf4\",\n \"relationship_type\": \"contributor\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "93e9f0fc-4986-459e-a96f-d88e36d64ba0", + "id": "44613b2e-411f-42a0-a314-7f7d3f6b32f9", "name": "Invalid input", "originalRequest": { "url": { @@ -16266,7 +16266,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:2c980dfb-519c-dfe9-a027-9f07295a149b\",\n \"profile_id\": \"urn:uuid:1b9af1f4-39fd-f14d-edde-1b6aef63b5af\",\n \"ne_attribute_id\": \"urn:uuid:03777887-a1e5-7407-f20a-a18e1d8aca7f\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"eb434468-bcbe-1ad6-ce20-25fd2f732d14\",\n \"profile_id\": \"357f7951-48b6-de28-9996-8f27f9f52d73\",\n \"ne_attribute_id\": \"f774cb6e-5c95-36fb-54e9-2b902ada28e7\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -16288,7 +16288,7 @@ } }, { - "id": "3fc81026-be31-4fa4-95ab-b11b0003d01b", + "id": "d0889295-98c6-4935-8e6b-1757c4577b05", "name": "Get user-profile contributor relationships", "request": { "name": "Get user-profile contributor relationships", @@ -16391,7 +16391,7 @@ }, "response": [ { - "id": "9ef8b152-fd18-44e2-ad9f-6b2867ea3b85", + "id": "ee2113dd-21f4-4f85-b524-8c3948da18b6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16502,12 +16502,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"8de67307-5a8f-3c00-836d-1d7e224566c1\",\n \"uid\": \"nisilaboris officia dolor est do\",\n \"user_id\": \"6d383c1b-4b32-d513-2e67-69a2194be41b\",\n \"profile_id\": \"9f729513-402a-2d2b-d5b9-c2e7486e86bc\",\n \"ne_attribute_id\": \"urn:uuid:d22ff607-2289-b25b-c2d0-479593160b16\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:6497a083-c48d-0aa8-854c-9265c5a199c7\",\n \"uid\": \"fugiat eiusmod deserunt dolore n\",\n \"user_id\": \"594b402b-0316-7450-d3ac-a9e9fde17dab\",\n \"profile_id\": \"urn:uuid:81315298-4f52-799e-b108-2d70f5a6d25b\",\n \"ne_attribute_id\": \"urn:uuid:e7da6e0c-57e9-bc3d-d866-7cf54b5660f0\",\n \"relationship_type\": \"owner\"\n }\n ],\n \"_metadata\": {\n \"limit\": -66611406,\n \"offset\": -8944044,\n \"total\": -62554806,\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:ab86ca78-e82e-5ca0-2fd0-55c81d0474bc\",\n \"uid\": \"minim nullalabore laborum Duis e\",\n \"user_id\": \"urn:uuid:d4bfaab2-0bff-d1b7-308b-506307ca5ed7\",\n \"profile_id\": \"urn:uuid:6dff103a-f001-92ef-d944-b72edb5cc9c7\",\n \"ne_attribute_id\": \"46d2ad5e-ad93-e536-eb2c-197ab706fe64\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"e501cbd6-ad4a-8913-27fe-4cd9bf844d29\",\n \"uid\": \"aliquaaliqua ametconsectetur ali\",\n \"user_id\": \"da93fa19-1ab5-2a08-6837-921c9cec74bc\",\n \"profile_id\": \"773a51fb-908b-0467-28fd-d33c87067123\",\n \"ne_attribute_id\": \"urn:uuid:53541a3a-d9cf-c496-2f37-86b0d7407a32\",\n \"relationship_type\": \"contributor\"\n }\n ],\n \"_metadata\": {\n \"limit\": -560879,\n \"offset\": 38114557,\n \"total\": -87907108,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b2121d78-458e-4623-a922-feaaf91da135", + "id": "c14c5612-2988-4f5c-89c9-e321ac628aea", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16623,7 +16623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb5964ce-ad5e-4ec7-b178-bd7c1a782a8a", + "id": "83ee5e13-7c0f-459b-a1d3-201814928729", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16745,7 +16745,7 @@ } }, { - "id": "e1cad739-d609-44b3-9964-108e49d42111", + "id": "3eaeecb9-49ee-4252-a9db-39d89e87ec7d", "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\": \"318a1989-789d-3fde-bf45-88e46e30db79\",\n \"profile_id\": \"urn:uuid:2dfcf4d4-40bd-da29-3dce-813d6327182c\",\n \"ne_attribute_id\": \"urn:uuid:fcf54497-1c41-d4af-9e43-6352d4036382\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"4d2f4ac0-2a83-abbc-a9fb-c8f0466f44fd\",\n \"profile_id\": \"urn:uuid:f0ffa88e-8ddd-d142-d94e-d737bbef0416\",\n \"ne_attribute_id\": \"14096e7b-f0fa-4c4a-74a5-d52e866a2236\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:5febcfc3-9363-4b3c-7133-b4c1f5db7cbf\",\n \"profile_id\": \"urn:uuid:e522159c-14d1-1fae-99e9-d16c20c6de8f\",\n \"ne_attribute_id\": \"4641d489-f015-94f3-d6e5-4431875522cc\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"f445de6d-7522-146a-c989-c0b82b914bac\",\n \"profile_id\": \"4df83060-bb14-be2b-4f51-fe34bc82abd8\",\n \"ne_attribute_id\": \"1316a699-3407-a3dd-417d-5c7c86af69c0\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16788,7 +16788,7 @@ }, "response": [ { - "id": "bb951d58-895f-41a1-b98a-c0feb29914c0", + "id": "a8bbf7c7-de78-4a3b-bae9-0f0ceac56458", "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\": \"318a1989-789d-3fde-bf45-88e46e30db79\",\n \"profile_id\": \"urn:uuid:2dfcf4d4-40bd-da29-3dce-813d6327182c\",\n \"ne_attribute_id\": \"urn:uuid:fcf54497-1c41-d4af-9e43-6352d4036382\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"4d2f4ac0-2a83-abbc-a9fb-c8f0466f44fd\",\n \"profile_id\": \"urn:uuid:f0ffa88e-8ddd-d142-d94e-d737bbef0416\",\n \"ne_attribute_id\": \"14096e7b-f0fa-4c4a-74a5-d52e866a2236\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:5febcfc3-9363-4b3c-7133-b4c1f5db7cbf\",\n \"profile_id\": \"urn:uuid:e522159c-14d1-1fae-99e9-d16c20c6de8f\",\n \"ne_attribute_id\": \"4641d489-f015-94f3-d6e5-4431875522cc\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"f445de6d-7522-146a-c989-c0b82b914bac\",\n \"profile_id\": \"4df83060-bb14-be2b-4f51-fe34bc82abd8\",\n \"ne_attribute_id\": \"1316a699-3407-a3dd-417d-5c7c86af69c0\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16839,12 +16839,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:cf126686-49c1-80c0-288a-ed9faafdb397\",\n \"uid\": \"enim deserunt doloreLorem non ex\",\n \"user_id\": \"urn:uuid:1c210da4-3514-d4dc-09ed-6db2eb9e549f\",\n \"profile_id\": \"624107d8-10a8-3b12-4352-f95127274519\",\n \"ne_attribute_id\": \"urn:uuid:1368b22e-5838-f526-8077-ac133dafb7b8\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:221c6628-4dca-e4be-b56f-abfce18c2814\",\n \"uid\": \"labore laboris ipsumad minim par\",\n \"user_id\": \"urn:uuid:b147b7e1-84ff-6b8e-5441-0f27fe1fd978\",\n \"profile_id\": \"d27e6894-4917-c829-2d02-785eeed099f1\",\n \"ne_attribute_id\": \"urn:uuid:3320d89c-a8c6-c05b-8ee9-8f8b6a3727da\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"0bf6edae-04f0-7cfa-3624-d9e681aa9294\",\n \"uid\": \"minim occaecat proident consequa\",\n \"user_id\": \"853fde0f-46b7-b2ff-f6f1-28b17c9efd2d\",\n \"profile_id\": \"edb16084-3c64-b4f1-ec2e-745521ae1e69\",\n \"ne_attribute_id\": \"258e7dc9-8a7e-fa74-7f64-3b0830018c59\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:8259d08b-f50f-8e0e-9a15-0b9fa9983cfb\",\n \"uid\": \"tempor mollit laborumUt pariatur\",\n \"user_id\": \"urn:uuid:cdd6a723-946d-b3a1-6c98-821c71924b6b\",\n \"profile_id\": \"urn:uuid:a2176898-12d9-55df-6789-8724aff9f5a4\",\n \"ne_attribute_id\": \"urn:uuid:6dbb5c7b-50ba-bc88-7c28-b463532a833e\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a0b8f176-eba8-4262-b394-70a471370cf7", + "id": "2f33a360-6d12-4526-87c9-4686f24c1d36", "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\": \"318a1989-789d-3fde-bf45-88e46e30db79\",\n \"profile_id\": \"urn:uuid:2dfcf4d4-40bd-da29-3dce-813d6327182c\",\n \"ne_attribute_id\": \"urn:uuid:fcf54497-1c41-d4af-9e43-6352d4036382\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"4d2f4ac0-2a83-abbc-a9fb-c8f0466f44fd\",\n \"profile_id\": \"urn:uuid:f0ffa88e-8ddd-d142-d94e-d737bbef0416\",\n \"ne_attribute_id\": \"14096e7b-f0fa-4c4a-74a5-d52e866a2236\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:5febcfc3-9363-4b3c-7133-b4c1f5db7cbf\",\n \"profile_id\": \"urn:uuid:e522159c-14d1-1fae-99e9-d16c20c6de8f\",\n \"ne_attribute_id\": \"4641d489-f015-94f3-d6e5-4431875522cc\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"f445de6d-7522-146a-c989-c0b82b914bac\",\n \"profile_id\": \"4df83060-bb14-be2b-4f51-fe34bc82abd8\",\n \"ne_attribute_id\": \"1316a699-3407-a3dd-417d-5c7c86af69c0\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16900,7 +16900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87b5926f-da05-4435-aeee-ef5a1ef0dbfa", + "id": "8429e627-844c-48a5-aa43-eac059fcecd1", "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\": \"318a1989-789d-3fde-bf45-88e46e30db79\",\n \"profile_id\": \"urn:uuid:2dfcf4d4-40bd-da29-3dce-813d6327182c\",\n \"ne_attribute_id\": \"urn:uuid:fcf54497-1c41-d4af-9e43-6352d4036382\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"4d2f4ac0-2a83-abbc-a9fb-c8f0466f44fd\",\n \"profile_id\": \"urn:uuid:f0ffa88e-8ddd-d142-d94e-d737bbef0416\",\n \"ne_attribute_id\": \"14096e7b-f0fa-4c4a-74a5-d52e866a2236\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:5febcfc3-9363-4b3c-7133-b4c1f5db7cbf\",\n \"profile_id\": \"urn:uuid:e522159c-14d1-1fae-99e9-d16c20c6de8f\",\n \"ne_attribute_id\": \"4641d489-f015-94f3-d6e5-4431875522cc\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"f445de6d-7522-146a-c989-c0b82b914bac\",\n \"profile_id\": \"4df83060-bb14-be2b-4f51-fe34bc82abd8\",\n \"ne_attribute_id\": \"1316a699-3407-a3dd-417d-5c7c86af69c0\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -16962,7 +16962,7 @@ } }, { - "id": "04594b4c-feb2-4f85-8b96-be8373581119", + "id": "874d3832-4f2c-47cc-8b55-df5f84513771", "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:b3541a8d-1916-876d-35d0-2486e11ed81f\",\n \"user_id\": \"urn:uuid:9e4965aa-afc3-f25e-1be2-cbdfdec10be1\",\n \"profile_id\": \"urn:uuid:7acd9d7d-9676-dedf-74f1-9e7e2d63eab9\",\n \"ne_attribute_id\": \"urn:uuid:fc7a3026-903d-30a4-95ea-8dc9f6a8b5f2\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"6a0fd410-bd98-a59e-7479-106ac874ad76\",\n \"user_id\": \"227323e1-0d19-2e66-d05c-24dbbb94006d\",\n \"profile_id\": \"urn:uuid:d5b52cf2-9fee-06d9-a690-978fcecec00a\",\n \"ne_attribute_id\": \"urn:uuid:7687a294-28ff-ea7f-11de-8784bd7774a0\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"0e86c9ac-51d5-6666-5ee3-4151c40c1022\",\n \"user_id\": \"urn:uuid:cd03bc8d-b72e-7355-1d63-21f96897f77a\",\n \"profile_id\": \"15ab6e3e-59b3-5a99-8a51-beeb7ae0c409\",\n \"ne_attribute_id\": \"urn:uuid:42e3d355-1aee-9d5f-b743-7c10311b21b6\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:baae4917-bd47-0913-808f-28398e3e4b9e\",\n \"user_id\": \"b8809d11-3177-4759-ae0c-3458db903c90\",\n \"profile_id\": \"urn:uuid:a773e717-b1da-f9b5-2b79-5eb973509508\",\n \"ne_attribute_id\": \"urn:uuid:74a79876-6f85-315c-caa8-c82083b2b459\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17005,7 +17005,7 @@ }, "response": [ { - "id": "c97a9f35-2472-436a-ada5-497539378f5a", + "id": "033f1cbe-0c5d-4d02-a754-6e47c62321c2", "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:b3541a8d-1916-876d-35d0-2486e11ed81f\",\n \"user_id\": \"urn:uuid:9e4965aa-afc3-f25e-1be2-cbdfdec10be1\",\n \"profile_id\": \"urn:uuid:7acd9d7d-9676-dedf-74f1-9e7e2d63eab9\",\n \"ne_attribute_id\": \"urn:uuid:fc7a3026-903d-30a4-95ea-8dc9f6a8b5f2\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"6a0fd410-bd98-a59e-7479-106ac874ad76\",\n \"user_id\": \"227323e1-0d19-2e66-d05c-24dbbb94006d\",\n \"profile_id\": \"urn:uuid:d5b52cf2-9fee-06d9-a690-978fcecec00a\",\n \"ne_attribute_id\": \"urn:uuid:7687a294-28ff-ea7f-11de-8784bd7774a0\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"0e86c9ac-51d5-6666-5ee3-4151c40c1022\",\n \"user_id\": \"urn:uuid:cd03bc8d-b72e-7355-1d63-21f96897f77a\",\n \"profile_id\": \"15ab6e3e-59b3-5a99-8a51-beeb7ae0c409\",\n \"ne_attribute_id\": \"urn:uuid:42e3d355-1aee-9d5f-b743-7c10311b21b6\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:baae4917-bd47-0913-808f-28398e3e4b9e\",\n \"user_id\": \"b8809d11-3177-4759-ae0c-3458db903c90\",\n \"profile_id\": \"urn:uuid:a773e717-b1da-f9b5-2b79-5eb973509508\",\n \"ne_attribute_id\": \"urn:uuid:74a79876-6f85-315c-caa8-c82083b2b459\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17056,12 +17056,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:cf126686-49c1-80c0-288a-ed9faafdb397\",\n \"uid\": \"enim deserunt doloreLorem non ex\",\n \"user_id\": \"urn:uuid:1c210da4-3514-d4dc-09ed-6db2eb9e549f\",\n \"profile_id\": \"624107d8-10a8-3b12-4352-f95127274519\",\n \"ne_attribute_id\": \"urn:uuid:1368b22e-5838-f526-8077-ac133dafb7b8\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:221c6628-4dca-e4be-b56f-abfce18c2814\",\n \"uid\": \"labore laboris ipsumad minim par\",\n \"user_id\": \"urn:uuid:b147b7e1-84ff-6b8e-5441-0f27fe1fd978\",\n \"profile_id\": \"d27e6894-4917-c829-2d02-785eeed099f1\",\n \"ne_attribute_id\": \"urn:uuid:3320d89c-a8c6-c05b-8ee9-8f8b6a3727da\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"0bf6edae-04f0-7cfa-3624-d9e681aa9294\",\n \"uid\": \"minim occaecat proident consequa\",\n \"user_id\": \"853fde0f-46b7-b2ff-f6f1-28b17c9efd2d\",\n \"profile_id\": \"edb16084-3c64-b4f1-ec2e-745521ae1e69\",\n \"ne_attribute_id\": \"258e7dc9-8a7e-fa74-7f64-3b0830018c59\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:8259d08b-f50f-8e0e-9a15-0b9fa9983cfb\",\n \"uid\": \"tempor mollit laborumUt pariatur\",\n \"user_id\": \"urn:uuid:cdd6a723-946d-b3a1-6c98-821c71924b6b\",\n \"profile_id\": \"urn:uuid:a2176898-12d9-55df-6789-8724aff9f5a4\",\n \"ne_attribute_id\": \"urn:uuid:6dbb5c7b-50ba-bc88-7c28-b463532a833e\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f0709205-4434-4c64-8455-e7b2e1fd616d", + "id": "088f942b-8284-496a-a611-b09b212a5dd1", "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:b3541a8d-1916-876d-35d0-2486e11ed81f\",\n \"user_id\": \"urn:uuid:9e4965aa-afc3-f25e-1be2-cbdfdec10be1\",\n \"profile_id\": \"urn:uuid:7acd9d7d-9676-dedf-74f1-9e7e2d63eab9\",\n \"ne_attribute_id\": \"urn:uuid:fc7a3026-903d-30a4-95ea-8dc9f6a8b5f2\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"6a0fd410-bd98-a59e-7479-106ac874ad76\",\n \"user_id\": \"227323e1-0d19-2e66-d05c-24dbbb94006d\",\n \"profile_id\": \"urn:uuid:d5b52cf2-9fee-06d9-a690-978fcecec00a\",\n \"ne_attribute_id\": \"urn:uuid:7687a294-28ff-ea7f-11de-8784bd7774a0\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"0e86c9ac-51d5-6666-5ee3-4151c40c1022\",\n \"user_id\": \"urn:uuid:cd03bc8d-b72e-7355-1d63-21f96897f77a\",\n \"profile_id\": \"15ab6e3e-59b3-5a99-8a51-beeb7ae0c409\",\n \"ne_attribute_id\": \"urn:uuid:42e3d355-1aee-9d5f-b743-7c10311b21b6\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:baae4917-bd47-0913-808f-28398e3e4b9e\",\n \"user_id\": \"b8809d11-3177-4759-ae0c-3458db903c90\",\n \"profile_id\": \"urn:uuid:a773e717-b1da-f9b5-2b79-5eb973509508\",\n \"ne_attribute_id\": \"urn:uuid:74a79876-6f85-315c-caa8-c82083b2b459\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17117,7 +17117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "086dcc97-3995-477f-8fd2-386476734859", + "id": "e38b3531-8085-456e-8155-c1f777e7c4fc", "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:b3541a8d-1916-876d-35d0-2486e11ed81f\",\n \"user_id\": \"urn:uuid:9e4965aa-afc3-f25e-1be2-cbdfdec10be1\",\n \"profile_id\": \"urn:uuid:7acd9d7d-9676-dedf-74f1-9e7e2d63eab9\",\n \"ne_attribute_id\": \"urn:uuid:fc7a3026-903d-30a4-95ea-8dc9f6a8b5f2\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"6a0fd410-bd98-a59e-7479-106ac874ad76\",\n \"user_id\": \"227323e1-0d19-2e66-d05c-24dbbb94006d\",\n \"profile_id\": \"urn:uuid:d5b52cf2-9fee-06d9-a690-978fcecec00a\",\n \"ne_attribute_id\": \"urn:uuid:7687a294-28ff-ea7f-11de-8784bd7774a0\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"0e86c9ac-51d5-6666-5ee3-4151c40c1022\",\n \"user_id\": \"urn:uuid:cd03bc8d-b72e-7355-1d63-21f96897f77a\",\n \"profile_id\": \"15ab6e3e-59b3-5a99-8a51-beeb7ae0c409\",\n \"ne_attribute_id\": \"urn:uuid:42e3d355-1aee-9d5f-b743-7c10311b21b6\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:baae4917-bd47-0913-808f-28398e3e4b9e\",\n \"user_id\": \"b8809d11-3177-4759-ae0c-3458db903c90\",\n \"profile_id\": \"urn:uuid:a773e717-b1da-f9b5-2b79-5eb973509508\",\n \"ne_attribute_id\": \"urn:uuid:74a79876-6f85-315c-caa8-c82083b2b459\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17179,7 +17179,7 @@ } }, { - "id": "af0465e5-3504-46b6-b623-77cb876ce05d", + "id": "ff5d1f75-4b74-4c93-b658-90de37d7cccc", "name": "Delete multiple user-profile contributor relationships", "request": { "name": "Delete multiple user-profile contributor relationships", @@ -17210,7 +17210,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:9b8c0335-bcfc-5a5a-e05e-088e36d0520e\"\n },\n {\n \"id\": \"urn:uuid:49429a46-58a1-a18c-81b7-e22b4dbe52fb\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:ad06ef35-7911-509f-c138-ca740103065d\"\n },\n {\n \"id\": \"urn:uuid:183390b3-731d-2388-424c-d531b785da51\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17222,7 +17222,7 @@ }, "response": [ { - "id": "b76cb57f-e6f1-4450-8e64-6c111df00c96", + "id": "581df4ca-7ea6-4aa9-aa96-51862a3851a1", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17256,7 +17256,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:9b8c0335-bcfc-5a5a-e05e-088e36d0520e\"\n },\n {\n \"id\": \"urn:uuid:49429a46-58a1-a18c-81b7-e22b4dbe52fb\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:ad06ef35-7911-509f-c138-ca740103065d\"\n },\n {\n \"id\": \"urn:uuid:183390b3-731d-2388-424c-d531b785da51\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17273,12 +17273,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:cf126686-49c1-80c0-288a-ed9faafdb397\",\n \"uid\": \"enim deserunt doloreLorem non ex\",\n \"user_id\": \"urn:uuid:1c210da4-3514-d4dc-09ed-6db2eb9e549f\",\n \"profile_id\": \"624107d8-10a8-3b12-4352-f95127274519\",\n \"ne_attribute_id\": \"urn:uuid:1368b22e-5838-f526-8077-ac133dafb7b8\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:221c6628-4dca-e4be-b56f-abfce18c2814\",\n \"uid\": \"labore laboris ipsumad minim par\",\n \"user_id\": \"urn:uuid:b147b7e1-84ff-6b8e-5441-0f27fe1fd978\",\n \"profile_id\": \"d27e6894-4917-c829-2d02-785eeed099f1\",\n \"ne_attribute_id\": \"urn:uuid:3320d89c-a8c6-c05b-8ee9-8f8b6a3727da\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"0bf6edae-04f0-7cfa-3624-d9e681aa9294\",\n \"uid\": \"minim occaecat proident consequa\",\n \"user_id\": \"853fde0f-46b7-b2ff-f6f1-28b17c9efd2d\",\n \"profile_id\": \"edb16084-3c64-b4f1-ec2e-745521ae1e69\",\n \"ne_attribute_id\": \"258e7dc9-8a7e-fa74-7f64-3b0830018c59\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:8259d08b-f50f-8e0e-9a15-0b9fa9983cfb\",\n \"uid\": \"tempor mollit laborumUt pariatur\",\n \"user_id\": \"urn:uuid:cdd6a723-946d-b3a1-6c98-821c71924b6b\",\n \"profile_id\": \"urn:uuid:a2176898-12d9-55df-6789-8724aff9f5a4\",\n \"ne_attribute_id\": \"urn:uuid:6dbb5c7b-50ba-bc88-7c28-b463532a833e\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2dc29abe-ef69-4637-9d90-a5f4e2864500", + "id": "6345c7d5-facd-486d-ad90-c8ca7ae02684", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17312,7 +17312,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:9b8c0335-bcfc-5a5a-e05e-088e36d0520e\"\n },\n {\n \"id\": \"urn:uuid:49429a46-58a1-a18c-81b7-e22b4dbe52fb\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:ad06ef35-7911-509f-c138-ca740103065d\"\n },\n {\n \"id\": \"urn:uuid:183390b3-731d-2388-424c-d531b785da51\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17334,7 +17334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20908b0a-90a4-4d9b-88cb-13e9a39f34b5", + "id": "af94c558-5bc8-416d-8133-6fb900a9e6cd", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17368,7 +17368,7 @@ "method": "DELETE", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:9b8c0335-bcfc-5a5a-e05e-088e36d0520e\"\n },\n {\n \"id\": \"urn:uuid:49429a46-58a1-a18c-81b7-e22b4dbe52fb\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:ad06ef35-7911-509f-c138-ca740103065d\"\n },\n {\n \"id\": \"urn:uuid:183390b3-731d-2388-424c-d531b785da51\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17396,7 +17396,7 @@ } }, { - "id": "6632e3ea-0bdc-46d7-98ea-1f464cb9786f", + "id": "f37a0057-277f-4b9b-9b33-e665813307dd", "name": "Find user-profile contributor relationship by id", "request": { "name": "Find user-profile contributor relationship by id", @@ -17438,7 +17438,7 @@ }, "response": [ { - "id": "457223d6-c5b5-4a11-9fe9-a604ad0cec64", + "id": "a78f5268-9d31-4754-afed-b7964718e28f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17477,12 +17477,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"89e755f9-0ae1-684f-cf19-61584134959a\",\n \"uid\": \"cupidatat sunteu magna indoconse\",\n \"user_id\": \"urn:uuid:744e54c1-ab69-8e4b-2e0b-5c955299586d\",\n \"profile_id\": \"urn:uuid:512a5269-06c2-146f-b5f9-bdb306cb3505\",\n \"ne_attribute_id\": \"urn:uuid:73d0ec6e-ca76-6344-d604-cf5b57be649a\",\n \"relationship_type\": \"owner\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:4ae445c4-ff46-750a-dcb1-022feacb62df\",\n \"uid\": \"ut velitdeserunt enimnulla aliqu\",\n \"user_id\": \"urn:uuid:e4c4acf2-c35a-67ba-9175-3f6e2d2e262e\",\n \"profile_id\": \"56298f98-4aed-29fe-beee-e1d2fae08682\",\n \"ne_attribute_id\": \"d586b22d-034b-57d6-36bf-470b0075aaf4\",\n \"relationship_type\": \"contributor\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8d84bc67-60ae-49d4-8cb9-ff97969f16c9", + "id": "559fd418-01da-43cd-99d5-ffaf435ec360", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17526,7 +17526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9c6ab96-9831-4f63-b756-e0735a04fc05", + "id": "bf7379c1-5ec3-49a0-912c-d2ff5bd5e765", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17576,7 +17576,7 @@ } }, { - "id": "298615b3-7bef-449b-8aa3-646e77c15e24", + "id": "5c158073-c3b9-465a-ab56-ebb96641b5b3", "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:2c980dfb-519c-dfe9-a027-9f07295a149b\",\n \"profile_id\": \"urn:uuid:1b9af1f4-39fd-f14d-edde-1b6aef63b5af\",\n \"ne_attribute_id\": \"urn:uuid:03777887-a1e5-7407-f20a-a18e1d8aca7f\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"eb434468-bcbe-1ad6-ce20-25fd2f732d14\",\n \"profile_id\": \"357f7951-48b6-de28-9996-8f27f9f52d73\",\n \"ne_attribute_id\": \"f774cb6e-5c95-36fb-54e9-2b902ada28e7\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17631,7 +17631,7 @@ }, "response": [ { - "id": "c22329f3-73e0-4239-a754-9f7dbd694026", + "id": "1543807d-af2a-413e-b911-49179d1be415", "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:2c980dfb-519c-dfe9-a027-9f07295a149b\",\n \"profile_id\": \"urn:uuid:1b9af1f4-39fd-f14d-edde-1b6aef63b5af\",\n \"ne_attribute_id\": \"urn:uuid:03777887-a1e5-7407-f20a-a18e1d8aca7f\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"eb434468-bcbe-1ad6-ce20-25fd2f732d14\",\n \"profile_id\": \"357f7951-48b6-de28-9996-8f27f9f52d73\",\n \"ne_attribute_id\": \"f774cb6e-5c95-36fb-54e9-2b902ada28e7\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17683,12 +17683,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"89e755f9-0ae1-684f-cf19-61584134959a\",\n \"uid\": \"cupidatat sunteu magna indoconse\",\n \"user_id\": \"urn:uuid:744e54c1-ab69-8e4b-2e0b-5c955299586d\",\n \"profile_id\": \"urn:uuid:512a5269-06c2-146f-b5f9-bdb306cb3505\",\n \"ne_attribute_id\": \"urn:uuid:73d0ec6e-ca76-6344-d604-cf5b57be649a\",\n \"relationship_type\": \"owner\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:4ae445c4-ff46-750a-dcb1-022feacb62df\",\n \"uid\": \"ut velitdeserunt enimnulla aliqu\",\n \"user_id\": \"urn:uuid:e4c4acf2-c35a-67ba-9175-3f6e2d2e262e\",\n \"profile_id\": \"56298f98-4aed-29fe-beee-e1d2fae08682\",\n \"ne_attribute_id\": \"d586b22d-034b-57d6-36bf-470b0075aaf4\",\n \"relationship_type\": \"contributor\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e4118fc5-1117-4757-ac3d-d850abfcf137", + "id": "705d7345-48b5-4bfe-93db-ca5b5b8b8be5", "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:2c980dfb-519c-dfe9-a027-9f07295a149b\",\n \"profile_id\": \"urn:uuid:1b9af1f4-39fd-f14d-edde-1b6aef63b5af\",\n \"ne_attribute_id\": \"urn:uuid:03777887-a1e5-7407-f20a-a18e1d8aca7f\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"eb434468-bcbe-1ad6-ce20-25fd2f732d14\",\n \"profile_id\": \"357f7951-48b6-de28-9996-8f27f9f52d73\",\n \"ne_attribute_id\": \"f774cb6e-5c95-36fb-54e9-2b902ada28e7\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17745,7 +17745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8101bdf-3be7-4d22-8014-6df813d2d578", + "id": "47e4fff8-0fbc-4c24-8e30-be4c252ecdf9", "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:2c980dfb-519c-dfe9-a027-9f07295a149b\",\n \"profile_id\": \"urn:uuid:1b9af1f4-39fd-f14d-edde-1b6aef63b5af\",\n \"ne_attribute_id\": \"urn:uuid:03777887-a1e5-7407-f20a-a18e1d8aca7f\",\n \"relationship_type\": \"owner\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"eb434468-bcbe-1ad6-ce20-25fd2f732d14\",\n \"profile_id\": \"357f7951-48b6-de28-9996-8f27f9f52d73\",\n \"ne_attribute_id\": \"f774cb6e-5c95-36fb-54e9-2b902ada28e7\",\n \"relationship_type\": \"contributor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17808,7 +17808,7 @@ } }, { - "id": "2521cc86-d1bb-46c6-80d8-d08844972f2e", + "id": "73310f71-3e78-43d3-8009-88800f46a9a6", "name": "Delete a user profile assignment", "request": { "name": "Delete a user profile assignment", @@ -17850,7 +17850,7 @@ }, "response": [ { - "id": "5f39f003-f898-4a84-b7f7-bf921c382748", + "id": "80543de7-c186-4dbd-9e6f-37c1ac48ec87", "name": "User profile was destroyed", "originalRequest": { "url": { @@ -17894,7 +17894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec4c000c-b303-44be-8340-5f2537f5ca21", + "id": "5c2f5856-7349-4836-9104-24eaabcee56a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17938,7 +17938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9151f8fc-aed9-4860-8df6-db92d93d5768", + "id": "25ea3c8e-3f83-4ca6-891c-2ece222e06c6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17994,7 +17994,7 @@ "description": "", "item": [ { - "id": "b230a190-91e8-4603-b8ce-f22469953c5b", + "id": "9b8665df-d63b-4b59-a4bb-ce2a0ba14d6d", "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\": \"16cfc958-d9ee-fe8a-bbf7-5d6bf728cd38\",\n \"profile_id\": \"urn:uuid:306e72ef-9dfe-6957-cf75-c6a39297f595\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:71a48334-845f-c447-6564-6397afef284d\",\n \"profile_id\": \"urn:uuid:5e1e57d0-fc08-a35e-62b5-12d876707450\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18037,7 +18037,7 @@ }, "response": [ { - "id": "885cb2fa-d17c-4f25-80d2-98426359456a", + "id": "c3afa5ac-0d0a-4c19-bbee-e7fc68a8441f", "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\": \"16cfc958-d9ee-fe8a-bbf7-5d6bf728cd38\",\n \"profile_id\": \"urn:uuid:306e72ef-9dfe-6957-cf75-c6a39297f595\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:71a48334-845f-c447-6564-6397afef284d\",\n \"profile_id\": \"urn:uuid:5e1e57d0-fc08-a35e-62b5-12d876707450\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18088,12 +18088,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"23b81daa-ccdb-e253-889b-5809d352b121\",\n \"uid\": \"ipsum ex aliquipconsecteturest e\",\n \"role_id\": \"urn:uuid:87d5ac32-9e55-e8ee-a858-946d63e2a48e\",\n \"profile_id\": \"urn:uuid:2809ecd1-478b-b4e0-7467-673f2a2bc28e\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"ffabdaa8-1bcf-d611-b4ec-177391f93c6a\",\n \"uid\": \"qui occaecat exercitationcillum \",\n \"role_id\": \"urn:uuid:87a8de32-77c9-776f-1e2b-3c618675a64b\",\n \"profile_id\": \"88101942-e4a6-30a5-2849-9cee4fdf79bc\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "27a5ced7-3e2d-4ee0-8cc1-433bd4d5a81c", + "id": "7c63bd88-1ba5-496b-92ef-f302980a93e8", "name": "Invalid input", "originalRequest": { "url": { @@ -18123,7 +18123,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"16cfc958-d9ee-fe8a-bbf7-5d6bf728cd38\",\n \"profile_id\": \"urn:uuid:306e72ef-9dfe-6957-cf75-c6a39297f595\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:71a48334-845f-c447-6564-6397afef284d\",\n \"profile_id\": \"urn:uuid:5e1e57d0-fc08-a35e-62b5-12d876707450\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18145,7 +18145,7 @@ } }, { - "id": "f2f51979-63d1-4609-8f85-2a66351a8e03", + "id": "404e2e62-0df0-437b-9f0f-ab2e9103bba9", "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:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -18230,7 +18230,7 @@ }, "response": [ { - "id": "ce3049f2-6eb0-451e-8c5e-99630b2fa2bd", + "id": "631a5a30-f219-4b13-854e-845a83786cbb", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18275,7 +18275,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -18323,12 +18323,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:a93afd96-b115-f0a5-c1b9-e1d4db811888\",\n \"uid\": \"dolor quis elitofficia sedadipis\",\n \"role_id\": \"urn:uuid:1bbe3a77-4d7a-ba6f-f288-858854dda843\",\n \"profile_id\": \"urn:uuid:d3815f00-c0d0-aff6-4656-e4aafc7713d8\"\n },\n {\n \"id\": \"urn:uuid:13b9d3a9-bca1-586e-a808-e640d267d33b\",\n \"uid\": \"labore do nostrudoccaecatincidid\",\n \"role_id\": \"8d6cff73-e460-00df-ed26-dbf8c0aa6395\",\n \"profile_id\": \"urn:uuid:07a2ceab-d8cc-862c-5a2d-befb09756200\"\n }\n ],\n \"_metadata\": {\n \"limit\": 58642495,\n \"offset\": 82512001,\n \"total\": -52985887,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"b73c04d7-20f9-f361-49b7-c60efb7b9430\",\n \"uid\": \"ullamco exdolore quinulla exerci\",\n \"role_id\": \"9f4a9d8b-985b-9854-4b77-f962800f7913\",\n \"profile_id\": \"7a8aac3c-fe99-30da-f3e7-abfcd5a0646b\"\n },\n {\n \"id\": \"urn:uuid:1150e222-dd86-25f6-6ffa-05e039a72fd7\",\n \"uid\": \"pariatur labore ut donostrudamet\",\n \"role_id\": \"urn:uuid:752907bd-8c51-982f-c873-a9520e9a63ab\",\n \"profile_id\": \"urn:uuid:a046a6cd-55a6-bcf9-4c2f-6f6b17fc48d8\"\n }\n ],\n \"_metadata\": {\n \"limit\": -23369540,\n \"offset\": 24975397,\n \"total\": -61902266,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3350c184-efa6-4ebb-830c-e121521fa793", + "id": "bf1a0ff0-8480-483b-8ac1-804b973a1f90", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18373,7 +18373,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -18426,7 +18426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6000f138-7a8c-441b-90df-177ebc3825ed", + "id": "5305b492-8f32-4614-b906-2a1d61ce2759", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18471,7 +18471,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -18530,7 +18530,7 @@ } }, { - "id": "6187240e-8255-480f-95ce-9fec2de5a3f6", + "id": "3c649be4-8045-417c-80a2-441bd5bc3173", "name": "Create multiple role-profile contributor relationships", "request": { "name": "Create multiple role-profile contributor relationships", @@ -18561,7 +18561,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:8604b5dc-89f4-ee74-1c19-a98149641b92\",\n \"profile_id\": \"7a847423-f4ab-d29f-2308-ced7d79f4b16\"\n },\n {\n \"role_id\": \"urn:uuid:53b4229c-d87e-95a9-5101-3fcf04275eb0\",\n \"profile_id\": \"urn:uuid:3f1f988d-3282-169b-7d0f-b601781b4a71\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:7d5f3e14-3b77-c4f8-546f-5e1eed52d4ba\",\n \"profile_id\": \"urn:uuid:c2f36152-bc3d-ddec-6d89-9d63538a28d2\"\n },\n {\n \"role_id\": \"4acebe1f-3b95-150d-292e-cd3311f25512\",\n \"profile_id\": \"urn:uuid:18b3f498-3c58-1528-1958-6713516a4116\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18573,7 +18573,7 @@ }, "response": [ { - "id": "9ecc55e5-5dd8-4846-9196-0173d3e6f427", + "id": "e6ce4d93-8276-43e5-af4b-af268f558079", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18607,7 +18607,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:8604b5dc-89f4-ee74-1c19-a98149641b92\",\n \"profile_id\": \"7a847423-f4ab-d29f-2308-ced7d79f4b16\"\n },\n {\n \"role_id\": \"urn:uuid:53b4229c-d87e-95a9-5101-3fcf04275eb0\",\n \"profile_id\": \"urn:uuid:3f1f988d-3282-169b-7d0f-b601781b4a71\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:7d5f3e14-3b77-c4f8-546f-5e1eed52d4ba\",\n \"profile_id\": \"urn:uuid:c2f36152-bc3d-ddec-6d89-9d63538a28d2\"\n },\n {\n \"role_id\": \"4acebe1f-3b95-150d-292e-cd3311f25512\",\n \"profile_id\": \"urn:uuid:18b3f498-3c58-1528-1958-6713516a4116\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18624,12 +18624,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:11097284-747f-18d5-a517-44173b51a7c1\",\n \"uid\": \"ut est nisi consequatdo nisi off\",\n \"role_id\": \"urn:uuid:16416c29-d1f7-20c6-32ab-cd7a61b77b26\",\n \"profile_id\": \"18a42f75-e221-4799-d520-0182d48d791f\"\n },\n {\n \"id\": \"urn:uuid:7947ec87-7c2e-e8c0-f6db-80d028066012\",\n \"uid\": \"dolor sunt labore consequatUt id\",\n \"role_id\": \"b9e403d0-53eb-62af-570b-d7b0b4c83b93\",\n \"profile_id\": \"9fb41158-557e-b77b-355c-69719792607f\"\n }\n ]\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:5a0dab93-8f13-49ec-d465-80b32ea328b5\",\n \"uid\": \"minim tempor Duisqui pariatur in\",\n \"role_id\": \"urn:uuid:aaf1a3ab-e6f3-887a-f42d-25e5b5f65ede\",\n \"profile_id\": \"6f706fec-f7c0-f484-aeba-ec2e269a5d04\"\n },\n {\n \"id\": \"8f519998-db21-84c2-5c4c-864d4cfa3f30\",\n \"uid\": \"veniam Lorem enim idullamco temp\",\n \"role_id\": \"be3b36c9-11db-1c68-d759-197247308e5a\",\n \"profile_id\": \"1ac48ee7-0141-e1e2-4672-b1c3cfd8faeb\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d6b3dcb7-b387-492a-a1d5-87901d15c593", + "id": "6a49b8d0-28a1-4290-a9e2-70a7f2b59099", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18663,7 +18663,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:8604b5dc-89f4-ee74-1c19-a98149641b92\",\n \"profile_id\": \"7a847423-f4ab-d29f-2308-ced7d79f4b16\"\n },\n {\n \"role_id\": \"urn:uuid:53b4229c-d87e-95a9-5101-3fcf04275eb0\",\n \"profile_id\": \"urn:uuid:3f1f988d-3282-169b-7d0f-b601781b4a71\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:7d5f3e14-3b77-c4f8-546f-5e1eed52d4ba\",\n \"profile_id\": \"urn:uuid:c2f36152-bc3d-ddec-6d89-9d63538a28d2\"\n },\n {\n \"role_id\": \"4acebe1f-3b95-150d-292e-cd3311f25512\",\n \"profile_id\": \"urn:uuid:18b3f498-3c58-1528-1958-6713516a4116\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18685,7 +18685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5e89235-67d9-4783-83f7-ed1535e81189", + "id": "ce8cac5d-97ab-4579-8856-b597f27c3e88", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18719,7 +18719,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:8604b5dc-89f4-ee74-1c19-a98149641b92\",\n \"profile_id\": \"7a847423-f4ab-d29f-2308-ced7d79f4b16\"\n },\n {\n \"role_id\": \"urn:uuid:53b4229c-d87e-95a9-5101-3fcf04275eb0\",\n \"profile_id\": \"urn:uuid:3f1f988d-3282-169b-7d0f-b601781b4a71\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:7d5f3e14-3b77-c4f8-546f-5e1eed52d4ba\",\n \"profile_id\": \"urn:uuid:c2f36152-bc3d-ddec-6d89-9d63538a28d2\"\n },\n {\n \"role_id\": \"4acebe1f-3b95-150d-292e-cd3311f25512\",\n \"profile_id\": \"urn:uuid:18b3f498-3c58-1528-1958-6713516a4116\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18747,7 +18747,7 @@ } }, { - "id": "679d1044-9fe4-47b7-be95-7b517b282ac3", + "id": "eb2a899b-e572-4930-b1dd-8cbcacb1e432", "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\": \"77e2b251-4eb2-2882-b9ee-7cb1506ae363\",\n \"role_id\": \"ffdddf17-d0cb-2c5d-47d8-ea2a466df685\",\n \"profile_id\": \"urn:uuid:4ff30c2b-b87b-4735-03cd-941d3a69653a\"\n },\n {\n \"id\": \"urn:uuid:acb9f3ad-5258-1a40-8fa0-3a41fa7f9d13\",\n \"role_id\": \"urn:uuid:b78da439-361f-cdff-5c71-10a7c495b264\",\n \"profile_id\": \"urn:uuid:fda8b840-2178-fb49-3c03-ef40711405e8\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"397d4587-55a8-900b-37b3-734c4670ee14\",\n \"role_id\": \"urn:uuid:5f6a91fe-88b9-24dc-133a-17fe17d76821\",\n \"profile_id\": \"cfe4a655-bb99-0bf8-f8df-c2ddf71be598\"\n },\n {\n \"id\": \"urn:uuid:0c76a129-5d19-e985-28fd-02e0e911d0f1\",\n \"role_id\": \"0e453279-a4be-7f23-d65b-a608f6da243f\",\n \"profile_id\": \"e43377f4-66eb-5484-99d7-eda40487cda2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18790,7 +18790,7 @@ }, "response": [ { - "id": "a0351139-796e-45b8-acf8-f14fe3323246", + "id": "b92a9d34-8c16-4fcc-98aa-39ddc02f78f1", "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\": \"77e2b251-4eb2-2882-b9ee-7cb1506ae363\",\n \"role_id\": \"ffdddf17-d0cb-2c5d-47d8-ea2a466df685\",\n \"profile_id\": \"urn:uuid:4ff30c2b-b87b-4735-03cd-941d3a69653a\"\n },\n {\n \"id\": \"urn:uuid:acb9f3ad-5258-1a40-8fa0-3a41fa7f9d13\",\n \"role_id\": \"urn:uuid:b78da439-361f-cdff-5c71-10a7c495b264\",\n \"profile_id\": \"urn:uuid:fda8b840-2178-fb49-3c03-ef40711405e8\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"397d4587-55a8-900b-37b3-734c4670ee14\",\n \"role_id\": \"urn:uuid:5f6a91fe-88b9-24dc-133a-17fe17d76821\",\n \"profile_id\": \"cfe4a655-bb99-0bf8-f8df-c2ddf71be598\"\n },\n {\n \"id\": \"urn:uuid:0c76a129-5d19-e985-28fd-02e0e911d0f1\",\n \"role_id\": \"0e453279-a4be-7f23-d65b-a608f6da243f\",\n \"profile_id\": \"e43377f4-66eb-5484-99d7-eda40487cda2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18841,12 +18841,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:11097284-747f-18d5-a517-44173b51a7c1\",\n \"uid\": \"ut est nisi consequatdo nisi off\",\n \"role_id\": \"urn:uuid:16416c29-d1f7-20c6-32ab-cd7a61b77b26\",\n \"profile_id\": \"18a42f75-e221-4799-d520-0182d48d791f\"\n },\n {\n \"id\": \"urn:uuid:7947ec87-7c2e-e8c0-f6db-80d028066012\",\n \"uid\": \"dolor sunt labore consequatUt id\",\n \"role_id\": \"b9e403d0-53eb-62af-570b-d7b0b4c83b93\",\n \"profile_id\": \"9fb41158-557e-b77b-355c-69719792607f\"\n }\n ]\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:5a0dab93-8f13-49ec-d465-80b32ea328b5\",\n \"uid\": \"minim tempor Duisqui pariatur in\",\n \"role_id\": \"urn:uuid:aaf1a3ab-e6f3-887a-f42d-25e5b5f65ede\",\n \"profile_id\": \"6f706fec-f7c0-f484-aeba-ec2e269a5d04\"\n },\n {\n \"id\": \"8f519998-db21-84c2-5c4c-864d4cfa3f30\",\n \"uid\": \"veniam Lorem enim idullamco temp\",\n \"role_id\": \"be3b36c9-11db-1c68-d759-197247308e5a\",\n \"profile_id\": \"1ac48ee7-0141-e1e2-4672-b1c3cfd8faeb\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "59611cc5-0305-4248-ae73-56c053cdbf68", + "id": "5f942a5c-5576-4397-874a-02dbf65ffef9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18880,7 +18880,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"77e2b251-4eb2-2882-b9ee-7cb1506ae363\",\n \"role_id\": \"ffdddf17-d0cb-2c5d-47d8-ea2a466df685\",\n \"profile_id\": \"urn:uuid:4ff30c2b-b87b-4735-03cd-941d3a69653a\"\n },\n {\n \"id\": \"urn:uuid:acb9f3ad-5258-1a40-8fa0-3a41fa7f9d13\",\n \"role_id\": \"urn:uuid:b78da439-361f-cdff-5c71-10a7c495b264\",\n \"profile_id\": \"urn:uuid:fda8b840-2178-fb49-3c03-ef40711405e8\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"397d4587-55a8-900b-37b3-734c4670ee14\",\n \"role_id\": \"urn:uuid:5f6a91fe-88b9-24dc-133a-17fe17d76821\",\n \"profile_id\": \"cfe4a655-bb99-0bf8-f8df-c2ddf71be598\"\n },\n {\n \"id\": \"urn:uuid:0c76a129-5d19-e985-28fd-02e0e911d0f1\",\n \"role_id\": \"0e453279-a4be-7f23-d65b-a608f6da243f\",\n \"profile_id\": \"e43377f4-66eb-5484-99d7-eda40487cda2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18902,7 +18902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b61d0095-c3bc-4cca-bafc-11c90290e8e1", + "id": "e633187e-cbe5-4058-b21f-4bb56bb0d0aa", "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\": \"77e2b251-4eb2-2882-b9ee-7cb1506ae363\",\n \"role_id\": \"ffdddf17-d0cb-2c5d-47d8-ea2a466df685\",\n \"profile_id\": \"urn:uuid:4ff30c2b-b87b-4735-03cd-941d3a69653a\"\n },\n {\n \"id\": \"urn:uuid:acb9f3ad-5258-1a40-8fa0-3a41fa7f9d13\",\n \"role_id\": \"urn:uuid:b78da439-361f-cdff-5c71-10a7c495b264\",\n \"profile_id\": \"urn:uuid:fda8b840-2178-fb49-3c03-ef40711405e8\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"397d4587-55a8-900b-37b3-734c4670ee14\",\n \"role_id\": \"urn:uuid:5f6a91fe-88b9-24dc-133a-17fe17d76821\",\n \"profile_id\": \"cfe4a655-bb99-0bf8-f8df-c2ddf71be598\"\n },\n {\n \"id\": \"urn:uuid:0c76a129-5d19-e985-28fd-02e0e911d0f1\",\n \"role_id\": \"0e453279-a4be-7f23-d65b-a608f6da243f\",\n \"profile_id\": \"e43377f4-66eb-5484-99d7-eda40487cda2\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18964,7 +18964,7 @@ } }, { - "id": "95dedf84-f226-4276-a8ea-c5b903223535", + "id": "d56f56d6-7c1f-428e-9ab5-abf43d71ce60", "name": "Find role-profile contributor relationship by id", "request": { "name": "Find role-profile contributor relationship by id", @@ -19006,7 +19006,7 @@ }, "response": [ { - "id": "56ede764-2679-4fee-b6f7-c1cf697a8c95", + "id": "930e6084-b4ee-4b75-9589-61c3ade7c6d8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19045,12 +19045,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"23b81daa-ccdb-e253-889b-5809d352b121\",\n \"uid\": \"ipsum ex aliquipconsecteturest e\",\n \"role_id\": \"urn:uuid:87d5ac32-9e55-e8ee-a858-946d63e2a48e\",\n \"profile_id\": \"urn:uuid:2809ecd1-478b-b4e0-7467-673f2a2bc28e\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"ffabdaa8-1bcf-d611-b4ec-177391f93c6a\",\n \"uid\": \"qui occaecat exercitationcillum \",\n \"role_id\": \"urn:uuid:87a8de32-77c9-776f-1e2b-3c618675a64b\",\n \"profile_id\": \"88101942-e4a6-30a5-2849-9cee4fdf79bc\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e6d980f0-ec15-4e37-bb65-46342686b5b9", + "id": "4a474acf-b66a-4201-8888-ca6ad0f76487", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19094,7 +19094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f9029f5-4aa9-4daf-b244-ad53cfac8ed0", + "id": "91f06b77-00a2-4866-a4c6-e613f8743e83", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19144,7 +19144,7 @@ } }, { - "id": "333fa9de-d4b9-42c9-86c5-f1fbc1599a85", + "id": "41aff2b5-78d6-4d3a-96d6-993b326a7f4e", "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\": \"16cfc958-d9ee-fe8a-bbf7-5d6bf728cd38\",\n \"profile_id\": \"urn:uuid:306e72ef-9dfe-6957-cf75-c6a39297f595\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:71a48334-845f-c447-6564-6397afef284d\",\n \"profile_id\": \"urn:uuid:5e1e57d0-fc08-a35e-62b5-12d876707450\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19199,7 +19199,7 @@ }, "response": [ { - "id": "f18583bd-c1fe-4eb0-8efd-bd6fc9dac490", + "id": "80aac80f-9914-4a9f-bbee-f77fe95abe7a", "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\": \"16cfc958-d9ee-fe8a-bbf7-5d6bf728cd38\",\n \"profile_id\": \"urn:uuid:306e72ef-9dfe-6957-cf75-c6a39297f595\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:71a48334-845f-c447-6564-6397afef284d\",\n \"profile_id\": \"urn:uuid:5e1e57d0-fc08-a35e-62b5-12d876707450\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19251,12 +19251,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"23b81daa-ccdb-e253-889b-5809d352b121\",\n \"uid\": \"ipsum ex aliquipconsecteturest e\",\n \"role_id\": \"urn:uuid:87d5ac32-9e55-e8ee-a858-946d63e2a48e\",\n \"profile_id\": \"urn:uuid:2809ecd1-478b-b4e0-7467-673f2a2bc28e\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"ffabdaa8-1bcf-d611-b4ec-177391f93c6a\",\n \"uid\": \"qui occaecat exercitationcillum \",\n \"role_id\": \"urn:uuid:87a8de32-77c9-776f-1e2b-3c618675a64b\",\n \"profile_id\": \"88101942-e4a6-30a5-2849-9cee4fdf79bc\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7fb1418f-2020-439c-a168-3f81e8805146", + "id": "b5dea0dd-9170-45d3-bccb-b26aa0bb15e4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19291,7 +19291,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"16cfc958-d9ee-fe8a-bbf7-5d6bf728cd38\",\n \"profile_id\": \"urn:uuid:306e72ef-9dfe-6957-cf75-c6a39297f595\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:71a48334-845f-c447-6564-6397afef284d\",\n \"profile_id\": \"urn:uuid:5e1e57d0-fc08-a35e-62b5-12d876707450\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19313,7 +19313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2937dae6-b038-496b-a538-0d74b424e441", + "id": "5225fb6b-3b89-44d5-8ac9-95bb725375f1", "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\": \"16cfc958-d9ee-fe8a-bbf7-5d6bf728cd38\",\n \"profile_id\": \"urn:uuid:306e72ef-9dfe-6957-cf75-c6a39297f595\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:71a48334-845f-c447-6564-6397afef284d\",\n \"profile_id\": \"urn:uuid:5e1e57d0-fc08-a35e-62b5-12d876707450\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19376,7 +19376,7 @@ } }, { - "id": "2157980d-70ea-42dd-bb25-9ff95b87168f", + "id": "cbcd6651-bd7f-4b49-9e79-789e3fa6c5f8", "name": "Delete a role profile assignment", "request": { "name": "Delete a role profile assignment", @@ -19418,7 +19418,7 @@ }, "response": [ { - "id": "db1daee6-7a0f-4ebf-a314-29d66256a1d6", + "id": "f93725c3-3804-44b3-9c4a-6858214bcb98", "name": "Role profile was destroyed", "originalRequest": { "url": { @@ -19462,7 +19462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfbdb614-252d-4183-a6f2-f26cf9912041", + "id": "a695ea14-d9f9-49f0-b035-00a096e8dad7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19506,7 +19506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db0df4d0-ae27-4582-b49a-9ac96b2dbd26", + "id": "1e83f8f6-fb89-4c2b-8291-435b3e311a2c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19562,7 +19562,7 @@ "description": "", "item": [ { - "id": "7e020640-ed0f-4d73-8d44-6d11e05608d1", + "id": "a0ec9a5b-2adf-40a0-aac0-877de269202c", "name": "Create a create workflow", "request": { "name": "Create a create workflow", @@ -19606,7 +19606,7 @@ }, "response": [ { - "id": "df9f3c6a-69f6-47e0-b596-25e397aab22a", + "id": "aab105a5-5152-4af1-939e-e6b93746ecb5", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19658,12 +19658,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:e6531b15-808e-019c-4d07-4a9efe756ba2\",\n \"uid\": \"sint incididuntconsectetur in ci\",\n \"workflow_id\": \"0edda600-3610-2a3a-3569-4d10511bec2c\",\n \"requester_id\": \"30c62c45-acd3-12c0-7c67-e07d93d42751\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"d56c2485-f773-c6ef-7339-f5fc052b34dd\",\n \"profile_ids\": [\n \"urn:uuid:69c4b3b5-89c7-f777-0429-5bc45486f6f8\",\n \"urn:uuid:0e811bab-f713-c8d8-2403-c4e63e61952c\"\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\": \"2764074b-4983-4186-7074-a623aa4650e9\",\n \"uid\": \"nostrud inpariatur labore dolore\",\n \"workflow_id\": \"013e0abf-d3de-2ada-7814-2b37c8dfa788\",\n \"requester_id\": \"urn:uuid:6cc9d860-d2dc-e36f-b574-980e3c9a6592\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:528c6f3d-291f-b96c-ebc2-6ec2a49e04c1\",\n \"profile_ids\": [\n \"6a7014fa-13e6-5427-faab-5a3670019fd2\",\n \"649856b8-95bb-bdd8-9276-79cde00295ea\"\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": "c91f297e-e0c4-49f2-947b-17d00b1225ba", + "id": "9d82d60f-ca13-4da0-8ba2-7766b6b76b51", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19720,7 +19720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a7b8d93-53c4-4098-9265-4ca5b270b954", + "id": "331dfab5-5929-42b5-aaa2-da11d465140e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19783,7 +19783,7 @@ } }, { - "id": "ef7a11f2-6afa-4e35-8ca9-7f9d481dc791", + "id": "0e25391d-b090-4647-8095-5e06b2cb7d83", "name": "Create an update workflow", "request": { "name": "Create an update workflow", @@ -19827,7 +19827,7 @@ }, "response": [ { - "id": "f2af1f12-51c3-439c-9c91-bed89451a34d", + "id": "f20fb977-bac8-4a11-82ee-9cd841ec6460", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19879,12 +19879,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:e6531b15-808e-019c-4d07-4a9efe756ba2\",\n \"uid\": \"sint incididuntconsectetur in ci\",\n \"workflow_id\": \"0edda600-3610-2a3a-3569-4d10511bec2c\",\n \"requester_id\": \"30c62c45-acd3-12c0-7c67-e07d93d42751\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"d56c2485-f773-c6ef-7339-f5fc052b34dd\",\n \"profile_ids\": [\n \"urn:uuid:69c4b3b5-89c7-f777-0429-5bc45486f6f8\",\n \"urn:uuid:0e811bab-f713-c8d8-2403-c4e63e61952c\"\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\": \"2764074b-4983-4186-7074-a623aa4650e9\",\n \"uid\": \"nostrud inpariatur labore dolore\",\n \"workflow_id\": \"013e0abf-d3de-2ada-7814-2b37c8dfa788\",\n \"requester_id\": \"urn:uuid:6cc9d860-d2dc-e36f-b574-980e3c9a6592\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:528c6f3d-291f-b96c-ebc2-6ec2a49e04c1\",\n \"profile_ids\": [\n \"6a7014fa-13e6-5427-faab-5a3670019fd2\",\n \"649856b8-95bb-bdd8-9276-79cde00295ea\"\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": "3e59968e-df55-4b49-b4d4-815eaaa41f06", + "id": "d9e4b5dd-8dbd-4da3-94fa-f68a8841b3c1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19941,7 +19941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97d90265-af74-43a6-b52b-c95f10ea4461", + "id": "f2ca2b4f-933e-41e2-aec7-f11552f1fe1f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20004,7 +20004,7 @@ } }, { - "id": "945f020b-228d-47af-884f-dc02c15fd408", + "id": "8b23b71c-279e-4b22-888d-38a0284f0856", "name": "Create a batch workflow", "request": { "name": "Create a batch workflow", @@ -20048,7 +20048,7 @@ }, "response": [ { - "id": "feb1936c-01b7-439d-871c-4aef50bc8c45", + "id": "b6706f23-53dc-4012-8965-1ca29b5c1204", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20100,12 +20100,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:e6531b15-808e-019c-4d07-4a9efe756ba2\",\n \"uid\": \"sint incididuntconsectetur in ci\",\n \"workflow_id\": \"0edda600-3610-2a3a-3569-4d10511bec2c\",\n \"requester_id\": \"30c62c45-acd3-12c0-7c67-e07d93d42751\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"d56c2485-f773-c6ef-7339-f5fc052b34dd\",\n \"profile_ids\": [\n \"urn:uuid:69c4b3b5-89c7-f777-0429-5bc45486f6f8\",\n \"urn:uuid:0e811bab-f713-c8d8-2403-c4e63e61952c\"\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\": \"2764074b-4983-4186-7074-a623aa4650e9\",\n \"uid\": \"nostrud inpariatur labore dolore\",\n \"workflow_id\": \"013e0abf-d3de-2ada-7814-2b37c8dfa788\",\n \"requester_id\": \"urn:uuid:6cc9d860-d2dc-e36f-b574-980e3c9a6592\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:528c6f3d-291f-b96c-ebc2-6ec2a49e04c1\",\n \"profile_ids\": [\n \"6a7014fa-13e6-5427-faab-5a3670019fd2\",\n \"649856b8-95bb-bdd8-9276-79cde00295ea\"\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": "f8e282f9-75d0-40f5-8a93-0d2d9bb17aa0", + "id": "654ca8b7-cf01-4891-8355-4de476d9fdea", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20162,7 +20162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "505d0a7a-fb9c-417a-bb71-7d53cf8c4fb1", + "id": "177339a1-175d-400b-8f64-5e91797faadb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20225,7 +20225,7 @@ } }, { - "id": "c1c34571-a6ef-4749-888d-4985c9f334b1", + "id": "170d8964-854f-4bb7-8895-5f2a8f65ea0e", "name": "Create an automated workflow", "request": { "name": "Create an automated workflow", @@ -20269,7 +20269,7 @@ }, "response": [ { - "id": "c57f6e63-6808-490a-80d2-7fc17dd42023", + "id": "615c3cef-8e94-43b6-8ca9-d297bd955543", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20321,12 +20321,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:e6531b15-808e-019c-4d07-4a9efe756ba2\",\n \"uid\": \"sint incididuntconsectetur in ci\",\n \"workflow_id\": \"0edda600-3610-2a3a-3569-4d10511bec2c\",\n \"requester_id\": \"30c62c45-acd3-12c0-7c67-e07d93d42751\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"d56c2485-f773-c6ef-7339-f5fc052b34dd\",\n \"profile_ids\": [\n \"urn:uuid:69c4b3b5-89c7-f777-0429-5bc45486f6f8\",\n \"urn:uuid:0e811bab-f713-c8d8-2403-c4e63e61952c\"\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\": \"2764074b-4983-4186-7074-a623aa4650e9\",\n \"uid\": \"nostrud inpariatur labore dolore\",\n \"workflow_id\": \"013e0abf-d3de-2ada-7814-2b37c8dfa788\",\n \"requester_id\": \"urn:uuid:6cc9d860-d2dc-e36f-b574-980e3c9a6592\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:528c6f3d-291f-b96c-ebc2-6ec2a49e04c1\",\n \"profile_ids\": [\n \"6a7014fa-13e6-5427-faab-5a3670019fd2\",\n \"649856b8-95bb-bdd8-9276-79cde00295ea\"\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": "0093f529-d1ad-4733-a548-5718f119f754", + "id": "b9bea404-e020-4f8b-9b3b-1b1e53aa0ae1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20383,7 +20383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5950fbe-8101-487e-840d-44bef6fc05f8", + "id": "782c1283-0b53-4782-9ec9-1118df213872", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20446,7 +20446,7 @@ } }, { - "id": "b59ce3df-f3ce-4103-b852-f31ba6869a83", + "id": "968f27fe-efa6-4c19-a857-3347f2399353", "name": "Create a registration workflow", "request": { "name": "Create a registration workflow", @@ -20490,7 +20490,7 @@ }, "response": [ { - "id": "65daefec-4822-4cec-a1a9-ba1d5acb1d48", + "id": "1b8cf4f2-34b1-494e-9707-cfa44ab6968a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20542,12 +20542,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:e6531b15-808e-019c-4d07-4a9efe756ba2\",\n \"uid\": \"sint incididuntconsectetur in ci\",\n \"workflow_id\": \"0edda600-3610-2a3a-3569-4d10511bec2c\",\n \"requester_id\": \"30c62c45-acd3-12c0-7c67-e07d93d42751\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"d56c2485-f773-c6ef-7339-f5fc052b34dd\",\n \"profile_ids\": [\n \"urn:uuid:69c4b3b5-89c7-f777-0429-5bc45486f6f8\",\n \"urn:uuid:0e811bab-f713-c8d8-2403-c4e63e61952c\"\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\": \"2764074b-4983-4186-7074-a623aa4650e9\",\n \"uid\": \"nostrud inpariatur labore dolore\",\n \"workflow_id\": \"013e0abf-d3de-2ada-7814-2b37c8dfa788\",\n \"requester_id\": \"urn:uuid:6cc9d860-d2dc-e36f-b574-980e3c9a6592\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:528c6f3d-291f-b96c-ebc2-6ec2a49e04c1\",\n \"profile_ids\": [\n \"6a7014fa-13e6-5427-faab-5a3670019fd2\",\n \"649856b8-95bb-bdd8-9276-79cde00295ea\"\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": "af92fa14-d6bd-43cc-984b-5b558be5042a", + "id": "9e31d5f9-9acf-4e75-8508-dd5931a7419d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20604,7 +20604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e82ab703-e369-461a-85d2-36fa3eee3d14", + "id": "4f436965-24c1-4520-94bb-cd4894f594b8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20667,7 +20667,7 @@ } }, { - "id": "31167624-e698-4765-a0b1-6381ee4332a2", + "id": "0c0e877a-6619-4ab4-8f96-4cf9a33ec811", "name": "Create a login workflow", "request": { "name": "Create a login workflow", @@ -20711,7 +20711,7 @@ }, "response": [ { - "id": "84d28423-e725-4c1c-97f6-3ee4236a59ca", + "id": "95ce1e85-abb5-4aef-90b1-5939d1c5bf7d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20763,12 +20763,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:e6531b15-808e-019c-4d07-4a9efe756ba2\",\n \"uid\": \"sint incididuntconsectetur in ci\",\n \"workflow_id\": \"0edda600-3610-2a3a-3569-4d10511bec2c\",\n \"requester_id\": \"30c62c45-acd3-12c0-7c67-e07d93d42751\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"d56c2485-f773-c6ef-7339-f5fc052b34dd\",\n \"profile_ids\": [\n \"urn:uuid:69c4b3b5-89c7-f777-0429-5bc45486f6f8\",\n \"urn:uuid:0e811bab-f713-c8d8-2403-c4e63e61952c\"\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\": \"2764074b-4983-4186-7074-a623aa4650e9\",\n \"uid\": \"nostrud inpariatur labore dolore\",\n \"workflow_id\": \"013e0abf-d3de-2ada-7814-2b37c8dfa788\",\n \"requester_id\": \"urn:uuid:6cc9d860-d2dc-e36f-b574-980e3c9a6592\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:528c6f3d-291f-b96c-ebc2-6ec2a49e04c1\",\n \"profile_ids\": [\n \"6a7014fa-13e6-5427-faab-5a3670019fd2\",\n \"649856b8-95bb-bdd8-9276-79cde00295ea\"\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": "04ba96c8-532a-409e-8fef-f60f010e2c29", + "id": "f2d50f38-fe26-4449-9d87-041564d6b403", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20825,7 +20825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "865f8621-3fa7-4cf2-a06e-652667c6264c", + "id": "5e8bb617-0de5-4072-962a-2e86a279f439", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20888,7 +20888,7 @@ } }, { - "id": "952e3caf-a61b-4001-8121-2a773e214f15", + "id": "f8db0446-05dc-4361-9cdd-19c9a2be3e02", "name": "Create a password reset workflow", "request": { "name": "Create a password reset workflow", @@ -20932,7 +20932,7 @@ }, "response": [ { - "id": "975f5a41-a465-4fcd-b258-e95634e4d03d", + "id": "5fa5ecdf-364a-4e6a-9c6f-686df143cd07", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20984,12 +20984,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow\": {\n \"id\": \"urn:uuid:e6531b15-808e-019c-4d07-4a9efe756ba2\",\n \"uid\": \"sint incididuntconsectetur in ci\",\n \"workflow_id\": \"0edda600-3610-2a3a-3569-4d10511bec2c\",\n \"requester_id\": \"30c62c45-acd3-12c0-7c67-e07d93d42751\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"d56c2485-f773-c6ef-7339-f5fc052b34dd\",\n \"profile_ids\": [\n \"urn:uuid:69c4b3b5-89c7-f777-0429-5bc45486f6f8\",\n \"urn:uuid:0e811bab-f713-c8d8-2403-c4e63e61952c\"\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\": \"2764074b-4983-4186-7074-a623aa4650e9\",\n \"uid\": \"nostrud inpariatur labore dolore\",\n \"workflow_id\": \"013e0abf-d3de-2ada-7814-2b37c8dfa788\",\n \"requester_id\": \"urn:uuid:6cc9d860-d2dc-e36f-b574-980e3c9a6592\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:528c6f3d-291f-b96c-ebc2-6ec2a49e04c1\",\n \"profile_ids\": [\n \"6a7014fa-13e6-5427-faab-5a3670019fd2\",\n \"649856b8-95bb-bdd8-9276-79cde00295ea\"\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": "3a8b1875-97a1-459b-bc67-1f5b78da889e", + "id": "29b2a176-1b47-4859-9174-9d79bd3a233d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21046,7 +21046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13419af6-78d3-4985-89ab-eb67972d1a1d", + "id": "f7598468-a989-492c-94a5-38a73effe36e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21115,7 +21115,7 @@ "description": "", "item": [ { - "id": "42284774-54ef-40fb-afdb-f2c76531894a", + "id": "270571da-a6c4-4578-9422-66d6c554ff4b", "name": "Create an approval action", "request": { "name": "Create an approval action", @@ -21159,7 +21159,7 @@ }, "response": [ { - "id": "d98457a5-1c30-4359-82a0-523c75702a01", + "id": "1adf7f8a-63bc-4925-9871-b37d0d634b10", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21216,7 +21216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08145b9d-813f-466c-a273-3d264afabfd6", + "id": "d7593b6b-57e6-4a83-81a2-2fd2e926d7e3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21273,7 +21273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99c050bb-6625-41a5-a256-c6e89a1a559d", + "id": "a1fe0660-3d73-4d2a-b440-0057a73991a0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21336,7 +21336,7 @@ } }, { - "id": "a0122c03-aa8d-4833-89f2-d896265d74b9", + "id": "b158f970-5d0e-45f0-880d-f84390a90e6e", "name": "Create ask security question action", "request": { "name": "Create ask security question action", @@ -21380,7 +21380,7 @@ }, "response": [ { - "id": "0b3f1956-8f0f-4480-b017-e00b803e903a", + "id": "8a0f695d-e41f-4582-b465-c7a46de15e49", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21437,7 +21437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "710a4e69-149f-44bb-82df-fbcaa27f7adb", + "id": "7a90b353-0849-47ec-993e-3233cbeaf3ed", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21494,7 +21494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2271faa0-3aae-4ecf-9a28-2440fd4c27b9", + "id": "9cd3a7e9-3bff-4d36-8e87-6fdccda851a1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21557,7 +21557,7 @@ } }, { - "id": "772b3486-84ab-494e-876f-0b962a35cc62", + "id": "bfd83042-0642-4ce6-bed5-b2a3747e7998", "name": "Create an auto assign action", "request": { "name": "Create an auto assign action", @@ -21601,7 +21601,7 @@ }, "response": [ { - "id": "c60371b1-07f7-4d84-bc8e-4190a25cd9cf", + "id": "5e392ddb-6426-4ff2-a35f-4d1bd0bd002c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21658,7 +21658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "506787cd-8e3e-47b4-8eae-3e1fa401ed18", + "id": "879342c0-faa8-4ba9-ae58-fee079c7a44c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21715,7 +21715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7f6fdd2-3fbe-48e9-9f71-db71ec9d2a11", + "id": "4ef404e5-7544-4110-bdd3-34da009bd3f1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21778,7 +21778,7 @@ } }, { - "id": "3547a7f6-3806-431a-85c1-330b7b211862", + "id": "43704a14-16ef-4aea-9354-f31294cf6e1f", "name": "Create a batch update action", "request": { "name": "Create a batch update action", @@ -21822,7 +21822,7 @@ }, "response": [ { - "id": "6a4e7ce6-804c-4ea4-8044-f62b5fb42e63", + "id": "d451a254-8b30-41bb-9408-0e59610e236d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -21879,7 +21879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48c470e3-2669-433d-a024-a6729e5951e6", + "id": "e0ea7f47-174b-4c2d-b818-707fc152473f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21936,7 +21936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1105522-7f6b-43c2-87db-b790ba0f56a6", + "id": "a02cbfc9-c4b8-4c8d-8bc2-1e0ddfb1d180", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21999,7 +21999,7 @@ } }, { - "id": "37faf32d-2754-453b-be43-52da934652e3", + "id": "63fcfe99-4a16-451b-93b2-075a4b8ef988", "name": "Create a close session action", "request": { "name": "Create a close session action", @@ -22043,7 +22043,7 @@ }, "response": [ { - "id": "e0227ee1-4205-4ce1-b9e9-b46d91c24fa5", + "id": "a5e93bd7-c1bd-4f39-b80a-507e0ba60d2f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22100,7 +22100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0dc2ac6-0c20-41cd-b5e3-bd6581430492", + "id": "5917a6b7-0263-4ff8-9aec-e028b2482db0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22157,7 +22157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1e22bc6-8523-402d-ac01-4b4aca9923bb", + "id": "9c6031c9-d1c3-48e0-8ee2-5d7b017ba1ae", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22220,7 +22220,7 @@ } }, { - "id": "85fd5e71-21e4-4d1e-b182-273e106f7fe0", + "id": "fef35067-fbec-430b-8ba6-77d0fc3e0651", "name": "Create a contributors action", "request": { "name": "Create a contributors action", @@ -22264,7 +22264,7 @@ }, "response": [ { - "id": "c0af2547-e2f9-4026-ad83-4fbbf1c1eadb", + "id": "52385b02-b59e-4ea8-9cfc-d6d1719aac87", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22321,7 +22321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b28898ab-a9a1-450f-bb2f-a4586ce975f4", + "id": "0ad2bafa-3014-461e-8449-2b6df61213ca", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22378,7 +22378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f9b8ebd-ef3b-4906-be24-a09429079657", + "id": "03c89c68-d4b4-4d19-ace9-0259fcea7842", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22441,7 +22441,7 @@ } }, { - "id": "01208ce3-8ca8-4866-85a8-5db2133f4937", + "id": "eb6f04db-4665-44ed-a788-cb5c7678b8a5", "name": "Create a create profile action", "request": { "name": "Create a create profile action", @@ -22485,7 +22485,7 @@ }, "response": [ { - "id": "dd10cbaa-5715-4112-9d76-c65281df12d3", + "id": "3a1b6734-9aef-4bda-bac2-2449467ecc76", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22542,7 +22542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "682c633d-1c5c-4da7-aab6-acd33a0f8941", + "id": "b6cf5805-cc45-49ca-abea-c9ad933e4693", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22599,7 +22599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efbc520d-7ecb-406c-98c2-32246d20680f", + "id": "2a8f3d3f-bff5-4982-9d6e-2a83d2b351ee", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22662,7 +22662,7 @@ } }, { - "id": "6408bffb-6aab-429c-9c11-4e52c0cb4bcf", + "id": "a9980d3a-d310-48bb-833d-0df58d31adf7", "name": "Create a duplicate prevention action", "request": { "name": "Create a duplicate prevention action", @@ -22706,7 +22706,7 @@ }, "response": [ { - "id": "120ba1be-2dc5-45ae-8875-3fe6dfa16eae", + "id": "41c2c46c-71fa-491f-a518-64b833d69c82", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22763,7 +22763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff4b80fe-6c61-4a19-a92e-e48d89f6aaa6", + "id": "38d05abf-df42-4433-b309-4c5a272a9d87", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22820,7 +22820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4f0988a-c449-4fc4-9fcd-c05fff801dc9", + "id": "3068da87-2ad0-40b6-8ac2-fe47ccbcbe4d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22883,7 +22883,7 @@ } }, { - "id": "f661d165-bfd9-45f8-a2d9-0abb4b2d828b", + "id": "cbbc24d7-d8ea-4a14-8a84-d3b35cca7082", "name": "Create an email verification action", "request": { "name": "Create an email verification action", @@ -22927,7 +22927,7 @@ }, "response": [ { - "id": "c70efa96-d25f-4b1a-a310-9b3091abc1d5", + "id": "4463d6a2-cc4a-409e-8d2c-82938f4a544d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22984,7 +22984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c230d4b3-5caf-4280-806b-d7d3b37df176", + "id": "e3bd03a6-d524-46ea-a7eb-8e541664d18f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23041,7 +23041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cea9592-6a85-4282-bbfb-c78fcdb4ef51", + "id": "f955ccad-1e2a-46b2-8dad-7cc0c0b431da", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23104,7 +23104,7 @@ } }, { - "id": "2a9ed927-067c-4d7c-859a-afc4c8420437", + "id": "0f878e50-5d89-4292-8336-21b0fd2f97d8", "name": "Create a fulfillment action", "request": { "name": "Create a fulfillment action", @@ -23148,7 +23148,7 @@ }, "response": [ { - "id": "0d6c7dde-22fc-4881-b1a0-fbbad6164458", + "id": "2eaec828-a7b9-48d1-b1e9-8b5eb998f498", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23205,7 +23205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a720b12a-1839-4180-89b8-69d77b5d01aa", + "id": "a4ee5098-dca3-4548-8279-7c9ab65542b1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23262,7 +23262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f3215d5-dfd3-40b3-8903-17d5e8c2c1ce", + "id": "99bbb54a-94d2-44cd-91d4-373f892e487b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23325,7 +23325,7 @@ } }, { - "id": "5235058b-a677-4d31-a87e-3ccc2ef99349", + "id": "6d5ef61d-7072-4370-9f6c-fb0d8d457a76", "name": "Create an identity proofing action", "request": { "name": "Create an identity proofing action", @@ -23369,7 +23369,7 @@ }, "response": [ { - "id": "f8fde1f5-db24-4b75-bc3c-0e93184def48", + "id": "c8e9add2-4dae-4e10-a6e1-fd487c60c86c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23426,7 +23426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dae41edb-3319-43a4-9406-b14460ff6d3b", + "id": "8b9ef5aa-d22f-4301-bb6d-471f1c26ee89", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23483,7 +23483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85eeba81-8858-4bb6-9b10-022e065e2128", + "id": "20b60ec4-9f7b-4006-a02e-a41c0eee3a60", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23546,7 +23546,7 @@ } }, { - "id": "0ff40213-3442-495a-9089-5154908c2187", + "id": "0b9b38e0-c022-4cdb-a9dd-7828f1d2b78a", "name": "Create an invitation action", "request": { "name": "Create an invitation action", @@ -23590,7 +23590,7 @@ }, "response": [ { - "id": "de8d5ab7-6bd8-44da-a4b5-52e43c0ff8ab", + "id": "86fc0ed5-10f7-4a7b-9c7f-835ded0d2f13", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23647,7 +23647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7214fd1d-c650-4e93-9535-cafdbb361266", + "id": "144f78ff-7710-4d88-b548-48d41877d48d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23704,7 +23704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36d80d58-b75e-4b1e-a8f7-c3707130afd1", + "id": "b0966dd0-81a4-443e-aebf-8e676215a1d0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23767,7 +23767,7 @@ } }, { - "id": "4ccf4725-dc50-410d-bf06-b26162ef6da1", + "id": "19b7662b-a916-4063-8ae0-df801ca55441", "name": "Create a ldap action", "request": { "name": "Create a ldap action", @@ -23811,7 +23811,7 @@ }, "response": [ { - "id": "c1ae519d-e97f-41d5-b699-16efd389217e", + "id": "a4a7bd83-1e09-4d24-8a99-ed48d7f9beb0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23868,7 +23868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13ffe764-0325-4c2f-b6e9-12f0f8d02880", + "id": "c0af2f28-0e16-4a4f-8efe-eb4ef8506af7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23925,7 +23925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0b5beb1-2b7b-4914-a823-dc28c72e0225", + "id": "a0932d5e-5472-4b69-be1e-ddf777dde553", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23988,7 +23988,7 @@ } }, { - "id": "93a98b55-39ba-4d12-aa1a-4441498ecdb6", + "id": "05076191-087e-428b-bd66-eec238662d91", "name": "Create a notification action", "request": { "name": "Create a notification action", @@ -24032,7 +24032,7 @@ }, "response": [ { - "id": "d2125eb3-c2b2-4ad6-8261-c906ca9c2753", + "id": "8c7cc09d-aada-4e46-8342-1caa2d377a14", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24089,7 +24089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a09e4f78-93f2-4446-9620-b8ab8e1ce6cd", + "id": "306ced5b-8baf-4023-a243-78c7d9cf19da", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24146,7 +24146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a61524b-15ef-4e3d-ad0a-9f4b22d30e32", + "id": "865e4a44-d8f7-4d8e-bb2e-aa4fa00d62ba", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24209,7 +24209,7 @@ } }, { - "id": "109e18b4-56de-4413-b1ad-b46636375280", + "id": "c0ecbc68-93f8-4cfd-8457-b75f89c162d9", "name": "Create a password reset action", "request": { "name": "Create a password reset action", @@ -24253,7 +24253,7 @@ }, "response": [ { - "id": "d0f7da97-dbbb-4dff-8c6a-671da258b04d", + "id": "376cb8ab-bd2e-4a8b-9e5b-626450db77b9", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24310,7 +24310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc8c10b7-5dd2-47be-a47c-56474e021f04", + "id": "e4cf854f-bd7f-4b87-b4b7-726e4a41e92a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24367,7 +24367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d28116f-db9c-41e7-907b-401265472e1f", + "id": "a4e37cc0-c28f-4627-afc0-a80c83d0229a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24430,7 +24430,7 @@ } }, { - "id": "aaa85302-ff14-48b1-bfce-9939112a0104", + "id": "00d59146-c9db-4a06-9fcb-11c61a45a860", "name": "Create a profile check action", "request": { "name": "Create a profile check action", @@ -24474,7 +24474,7 @@ }, "response": [ { - "id": "8497a7b8-f168-40d9-ad55-b73d63574c43", + "id": "fff3aa2f-e79f-4a04-a8ce-e478f55305cd", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24531,7 +24531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee8bf534-47f5-4b21-afb7-51b4e445aad5", + "id": "e9d55b76-4911-4175-aa87-3cd93022d919", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24588,7 +24588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7562761e-e662-4d73-a329-8dd962cf5ed3", + "id": "3beea888-3a03-4fe4-8622-e11d29dcb992", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24651,7 +24651,7 @@ } }, { - "id": "cc2afea0-05c0-48c9-83f2-101ce91818aa", + "id": "e5f5579a-7142-4901-9135-b43a8d1d7b3e", "name": "Create a profile select action", "request": { "name": "Create a profile select action", @@ -24695,7 +24695,7 @@ }, "response": [ { - "id": "c5fe3470-9450-4a20-be1f-1767187add84", + "id": "3b74b0b2-0d93-4d25-b7c6-ee5f5897106b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24752,7 +24752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "945b6070-066f-4e72-addb-7d4ded131137", + "id": "7877828f-f8cc-4129-a9f8-5c869fce3895", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24809,7 +24809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82d78083-6ff7-4107-873e-e58886406e78", + "id": "80743b3f-addb-4f40-bb52-ccb6eae3f32c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24872,7 +24872,7 @@ } }, { - "id": "be9350cd-a784-4495-8577-812e17aff1d4", + "id": "38aeaab2-a092-4d29-80b3-605e8c0edaa3", "name": "Create a request action", "request": { "name": "Create a request action", @@ -24916,7 +24916,7 @@ }, "response": [ { - "id": "70df9a26-3257-4a75-80cd-f172923f47fd", + "id": "dada745d-6080-4380-9bde-6ec4c4383a93", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24973,7 +24973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dd2ce4e-ef37-4e5f-b22d-e1627f95463b", + "id": "2b60c0b5-ad98-4da1-bff8-a5a0fb3a0a61", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25030,7 +25030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7487802-bba4-4c39-8dc4-bb8f8978bd5e", + "id": "0209a221-6b0f-49a6-bc05-811270d4baf3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25093,7 +25093,7 @@ } }, { - "id": "6c90334a-7ac4-421c-a1a3-e95c3d8e3035", + "id": "5b6f1daa-7ff2-4b1b-b0bd-d81a618afa66", "name": "Create a REST API action", "request": { "name": "Create a REST API action", @@ -25137,7 +25137,7 @@ }, "response": [ { - "id": "db30d81b-b040-465d-a3c9-b641a5abcc59", + "id": "8b2e1ef8-9034-450b-bbbf-99581b82883a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25194,7 +25194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e763ede-c9b0-4a2d-8251-674577399617", + "id": "03c16dd1-15ed-4c54-b110-2c4556d558fe", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25251,7 +25251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "521004f9-90a2-455b-a10d-c1b636f1d334", + "id": "30af9035-1b18-465f-a36f-e2b8815d4289", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25314,7 +25314,7 @@ } }, { - "id": "5c9e73a6-4a81-4fa1-a6f8-34b9961a3261", + "id": "88b16081-aa98-40ba-9136-0b7b1269ae4f", "name": "Create a review action", "request": { "name": "Create a review action", @@ -25358,7 +25358,7 @@ }, "response": [ { - "id": "fbb1c6a9-28c6-4656-a20b-d4f4ca9dfa83", + "id": "cb402c46-c2a1-41d2-ae60-ef1abdeb6d51", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25415,7 +25415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4de5d404-d6bd-4c61-a3cf-52c41b1563af", + "id": "fbe4b5a2-92cd-4222-8d5b-ce827af94612", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25472,7 +25472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b738985-104c-4826-83bc-afcfaab52c88", + "id": "7d9cefa9-aeb8-42d2-8918-dddb5a6def24", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25535,7 +25535,7 @@ } }, { - "id": "f69b5a13-7c48-434f-a243-65190f24c063", + "id": "abb4a3ad-ae82-4802-805e-fc6ec47992f0", "name": "Create a run workflow action", "request": { "name": "Create a run workflow action", @@ -25579,7 +25579,7 @@ }, "response": [ { - "id": "83eb9bd0-2083-4e9c-a4f5-e46f2e79df27", + "id": "faa1eac2-b627-44ec-8ed0-50dabcd10f89", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25636,7 +25636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c276e0ad-181d-48b8-9d0c-56042be26a08", + "id": "43b490ae-8060-4e53-97e1-b562febf5c1e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25693,7 +25693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65e653a1-c48b-4bca-b198-31a2471588c2", + "id": "463796f6-aa4f-4d22-8f10-619c7a4dbaf1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25756,7 +25756,7 @@ } }, { - "id": "e56db495-4244-4f85-a11b-26f5d3d870c1", + "id": "5f426832-1505-481e-90f7-e3de73b162dd", "name": "Create a set attributes action", "request": { "name": "Create a set attributes action", @@ -25800,7 +25800,7 @@ }, "response": [ { - "id": "604be600-1f7b-4196-b8a0-20079d9d5ad7", + "id": "4f742b31-cd48-40b0-aac1-35e5bc83ca0f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25857,7 +25857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f79129b0-a9af-45f1-9762-9b0e388f380e", + "id": "9efca9ae-1722-4925-ac49-57856a804baf", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25914,7 +25914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8862446e-e347-40ec-957a-d4902631b1b5", + "id": "b7ca5de8-29b6-4051-ac01-ff50cccbf341", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25977,7 +25977,7 @@ } }, { - "id": "5de58031-54f6-454c-803b-81d285c94183", + "id": "7ad6ceb7-095d-44ab-b750-38fafeeb499c", "name": "Create set security question action", "request": { "name": "Create set security question action", @@ -26021,7 +26021,7 @@ }, "response": [ { - "id": "45b9050a-4cdd-4057-a7e1-b6117cbceb71", + "id": "9acc1e70-52e3-4d2e-bf0f-28ee2ae34907", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26078,7 +26078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bb0cbf4-de37-4301-b8ae-77a1b5770ea4", + "id": "dcf707be-7404-4ec4-b02d-6780ad873db6", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26135,7 +26135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e639ccfb-94da-4b08-8e84-e77463768a27", + "id": "2cc0cda9-bdc1-4d98-b53d-568687efa6f4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26198,7 +26198,7 @@ } }, { - "id": "65e6a198-4a24-4eb7-8cf2-9afe8f67b461", + "id": "0a33cc10-604b-4498-aa2a-f3e4ec500374", "name": "Create a SOAP API action", "request": { "name": "Create a SOAP API action", @@ -26242,7 +26242,7 @@ }, "response": [ { - "id": "856b38d8-a98f-407a-916e-785d0e5eb8d5", + "id": "9db39972-44c5-4d8f-995e-0472af99f1e3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26299,7 +26299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8f67ab1-a371-4557-9224-a4526a4fa88c", + "id": "51a0033f-df05-491d-aa58-fbbb0b2df549", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26356,7 +26356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d51c49bd-a1b7-4747-854d-0cdfed3b2e11", + "id": "7ecd4155-7ddf-4d82-9b37-29d82b85b986", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26419,7 +26419,7 @@ } }, { - "id": "0663e4e1-ae31-4498-aee0-ec1d752ce4e3", + "id": "87685d44-937e-4732-8b73-1b885753b2e8", "name": "Create a status change action", "request": { "name": "Create a status change action", @@ -26463,7 +26463,7 @@ }, "response": [ { - "id": "61ffc8ce-fac8-47dc-a541-b4ceb1a0d95c", + "id": "539b4f5a-26e2-4419-8acc-574e984e20a6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26520,7 +26520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc7e9806-8d50-49c1-af7c-b58d1ff6a4e4", + "id": "c94ff0b2-815b-46d4-8aeb-402d62af5f34", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26577,7 +26577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6920b916-c746-402b-8780-1582810c3e08", + "id": "633ace23-cb33-4377-bcc4-797a9e1fec2b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26640,7 +26640,7 @@ } }, { - "id": "73e42d93-58e1-4d80-91dd-753aa554d43c", + "id": "369b6807-d0e9-4165-a272-63ae1fe7133c", "name": "Create an unassign action", "request": { "name": "Create an unassign action", @@ -26684,7 +26684,7 @@ }, "response": [ { - "id": "caa57c47-e3f2-4f2d-9fbd-96b56260071a", + "id": "02c7e4bf-1622-4d4d-a156-e9199481cf7a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26741,7 +26741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79c2b68b-e083-4101-b457-ad2467af144a", + "id": "d8446076-68c9-4c55-9639-cc9c0fbd853c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26798,7 +26798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f105ceb-33bb-4919-a59d-97779ff02f8d", + "id": "6e970401-ae8e-45bf-bebb-61e29a714504", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26861,7 +26861,7 @@ } }, { - "id": "e8f19328-4574-4abc-8f57-1d4f9ae0c3d1", + "id": "a7f0c58e-5d4d-49a3-8ea6-d9e799bc4b5f", "name": "Create an update profile action", "request": { "name": "Create an update profile action", @@ -26905,7 +26905,7 @@ }, "response": [ { - "id": "8ddace67-4019-473f-8346-b4f311ac56bb", + "id": "f19389ac-b5c8-4cf8-9148-5984dd10c4c8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26962,7 +26962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d9fe8e4-3b41-4bd0-a26a-1805bcda3d94", + "id": "37acc83c-7425-4584-8f66-a204af74ac52", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27019,7 +27019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34873e8e-3578-496f-94eb-9e989ccc91c3", + "id": "d26cad5d-acea-4be8-a8bd-713401889766", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27082,7 +27082,7 @@ } }, { - "id": "27e41a09-8fc7-4347-86b7-b1463567877c", + "id": "fc3a127c-6578-4d4a-a8ee-07fd357ebe63", "name": "Create a username password action", "request": { "name": "Create a username password action", @@ -27126,7 +27126,7 @@ }, "response": [ { - "id": "362972fd-619e-4f83-a62e-f1b06e18e8af", + "id": "98efcfeb-4271-449c-83ce-01a1a9b67e6c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27183,7 +27183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0246803-7489-4cef-b3cf-087dae3ac7a2", + "id": "7b8aba64-b450-47e1-a327-07a0df7930de", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27240,7 +27240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "810693a9-807f-4f71-9fad-734f37f637da", + "id": "605be684-0f8e-42f2-81a2-ed3b4a1b79c6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27303,7 +27303,7 @@ } }, { - "id": "5c03cf07-ee08-4d37-9569-ed4bb62ac1c2", + "id": "97cc3425-f6c8-44c4-afb2-312b093ee87a", "name": "Get Workflow Actions", "request": { "name": "Get Workflow Actions", @@ -27343,7 +27343,7 @@ }, "response": [ { - "id": "0f047f0d-c33a-4c82-8296-604fc1917328", + "id": "4abc3be0-5abd-4010-8fb5-e5aaa8749336", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27396,7 +27396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d996096-8274-4c0f-a45f-82c8152404a6", + "id": "7c1e9ad4-3254-418c-bf57-f77584f51e17", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27449,7 +27449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19a5f5ec-da94-4db9-b076-e344e1237d3d", + "id": "98dab86e-53ff-4e77-bdc0-a81036732197", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27514,7 +27514,7 @@ "description": "", "item": [ { - "id": "7b63b1fd-425f-474d-9af3-3a10d1f3d980", + "id": "fd662e3c-0303-4c67-9b6c-7dfc27e762ba", "name": "Get workflow sessions", "request": { "name": "Get workflow sessions", @@ -27573,7 +27573,7 @@ "type": "text/plain" }, "key": "uid", - "value": "ut Lorem proident deserunt suntU" + "value": "commodo indolor elit magnaqui cu" }, { "disabled": false, @@ -27591,7 +27591,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -27600,7 +27600,7 @@ "type": "text/plain" }, "key": "status", - "value": "notified" + "value": "pending request" }, { "disabled": false, @@ -27626,7 +27626,7 @@ }, "response": [ { - "id": "336d022b-ff39-4c96-afa5-8918fc835c5f", + "id": "f0985016-cd9f-4d2c-a378-1e556e76bf69", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27680,7 +27680,7 @@ "type": "text/plain" }, "key": "uid", - "value": "ut Lorem proident deserunt suntU" + "value": "commodo indolor elit magnaqui cu" }, { "disabled": false, @@ -27698,7 +27698,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -27707,7 +27707,7 @@ "type": "text/plain" }, "key": "status", - "value": "notified" + "value": "pending request" }, { "disabled": false, @@ -27746,12 +27746,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_sessions\": [\n {\n \"id\": \"urn:uuid:22f2f533-17c2-8ada-9275-5d9658a99e0a\",\n \"uid\": \"culpaanim Lorem labore doloreet \",\n \"workflow_id\": \"urn:uuid:7b6cbd14-b944-bc5e-236b-b9db4d3a6771\",\n \"requester_id\": \"urn:uuid:d9e7762e-a384-8048-bf0d-e6b71223c101\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"aa9e38c3-ed8d-0b9a-2818-da2042bf9039\",\n \"profile_ids\": [\n \"57380cb1-e50c-b36d-0a14-c223dc7be7a9\",\n \"3cf5fa7e-e538-bd88-8ded-0ebe996a0b74\"\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:26fae848-f1b9-dccb-9ddc-a80426635385\",\n \"uid\": \"consectetur cupidatatUt occaecat\",\n \"workflow_id\": \"urn:uuid:418b3da8-54f4-d232-fef1-355310cb0e3b\",\n \"requester_id\": \"urn:uuid:42884538-fdd0-4a19-d116-e199ede11d7f\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"urn:uuid:a70cf770-8e85-14b2-095f-39521a12d4b7\",\n \"profile_ids\": [\n \"urn:uuid:6b5cb58b-eebc-417c-1874-b7bcd87fbcb0\",\n \"urn:uuid:8b3051a5-7e3e-f653-87db-750be99d8c3a\"\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\": -66632126,\n \"offset\": 50006587,\n \"total\": -17784040,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"workflow_sessions\": [\n {\n \"id\": \"bd2f81d6-fd28-6e7f-a4f6-531b3b7a4b0b\",\n \"uid\": \"anim enim proident doest ea irur\",\n \"workflow_id\": \"b06ab8dd-bc38-ea02-d55b-5b0a7f3ae23f\",\n \"requester_id\": \"urn:uuid:79363449-f6cb-f818-1ebe-d051e3d88f00\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"fd209c08-4850-3a58-abe3-5bb29e7ff2bc\",\n \"profile_ids\": [\n \"aeedc272-7036-2cdf-398b-8c7b25e48939\",\n \"a8ad18b2-453e-fea6-8062-c540943d8005\"\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:2df37382-8432-ddf0-2153-a1f7d9d07293\",\n \"uid\": \"nostrud sit mollitelit pariatur \",\n \"workflow_id\": \"b9ac4a6e-980d-eac7-17f4-f848d0f4233d\",\n \"requester_id\": \"8decafef-8e48-425c-404a-217ceec44779\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"urn:uuid:fb0751da-7983-3bbb-c172-54180db13d5d\",\n \"profile_ids\": [\n \"bf73717e-ba5e-40da-7e5f-082732d0fcf6\",\n \"urn:uuid:b98a5ee8-f051-77a8-eead-2a40be3259d9\"\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\": -26318292,\n \"offset\": 18438819,\n \"total\": -95960707,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "57161ecc-a935-4b8e-9db2-138267e3326a", + "id": "30c0689b-194a-4b47-ac06-dd69d9c2c63a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27805,7 +27805,7 @@ "type": "text/plain" }, "key": "uid", - "value": "ut Lorem proident deserunt suntU" + "value": "commodo indolor elit magnaqui cu" }, { "disabled": false, @@ -27823,7 +27823,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -27832,7 +27832,7 @@ "type": "text/plain" }, "key": "status", - "value": "notified" + "value": "pending request" }, { "disabled": false, @@ -27876,7 +27876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aad75e6a-265f-422b-8577-d5e1e1a8128e", + "id": "bc381b1e-5b89-4075-adc1-1e53bb233223", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27930,7 +27930,7 @@ "type": "text/plain" }, "key": "uid", - "value": "ut Lorem proident deserunt suntU" + "value": "commodo indolor elit magnaqui cu" }, { "disabled": false, @@ -27948,7 +27948,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -27957,7 +27957,7 @@ "type": "text/plain" }, "key": "status", - "value": "notified" + "value": "pending request" }, { "disabled": false, @@ -28007,7 +28007,7 @@ } }, { - "id": "bd1bc9f9-64d5-471d-8888-09b279b2b10c", + "id": "71f6fa55-72a7-43f9-b674-3aa27ce86671", "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\": \"c6cf97fe-6dbf-d3ba-dce5-10432cc40cf2\",\n \"requester_id\": \"urn:uuid:29d3a083-dd9f-ab26-e31f-8456521ffdcb\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"fe9cca35-cf0f-3f74-7a2a-df4b606413bd\",\n \"profile_ids\": [\n \"urn:uuid:0cfadd40-2093-819f-e932-db7416a16484\",\n \"0ab7d2a3-47cd-5cef-27df-7dc5b2437b79\"\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:c66add3a-f35e-b216-94d5-f631c51cd8c4\",\n \"requester_id\": \"urn:uuid:0df1a256-a2bf-de6c-9ed7-784402f91e22\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"9ba9e261-cada-7967-35b4-ab9a3c6f33f9\",\n \"profile_ids\": [\n \"16a9929b-0b05-11e3-6cb9-45edfea1626f\",\n \"c192de42-206c-32ae-e6fd-caeca90a0043\"\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": "96d84ab3-3e74-4936-a261-d5a4b4ad526b", + "id": "560b35dd-03b4-4f51-95b1-5b3960af6e22", "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\": \"c6cf97fe-6dbf-d3ba-dce5-10432cc40cf2\",\n \"requester_id\": \"urn:uuid:29d3a083-dd9f-ab26-e31f-8456521ffdcb\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"fe9cca35-cf0f-3f74-7a2a-df4b606413bd\",\n \"profile_ids\": [\n \"urn:uuid:0cfadd40-2093-819f-e932-db7416a16484\",\n \"0ab7d2a3-47cd-5cef-27df-7dc5b2437b79\"\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:c66add3a-f35e-b216-94d5-f631c51cd8c4\",\n \"requester_id\": \"urn:uuid:0df1a256-a2bf-de6c-9ed7-784402f91e22\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"9ba9e261-cada-7967-35b4-ab9a3c6f33f9\",\n \"profile_ids\": [\n \"16a9929b-0b05-11e3-6cb9-45edfea1626f\",\n \"c192de42-206c-32ae-e6fd-caeca90a0043\"\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:495c9521-4b4d-9c65-0ee6-6d5421271eaf\",\n \"uid\": \"ut irure amet nonmagna tempor ad\",\n \"workflow_id\": \"urn:uuid:b4481b4e-357c-16bd-c3a7-0cf4fac06825\",\n \"requester_id\": \"bb076fa4-2d86-001c-261f-5adcdaedf2a8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:7354d882-cbe3-7713-6e21-d522bcfb662f\",\n \"profile_ids\": [\n \"5d086634-ad5c-9554-5c9f-c79e64475db7\",\n \"urn:uuid:90f81719-1a01-2afe-22b8-bf11760d7117\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:679b3c42-e6b6-5890-4df0-945c0943be5a\",\n \"uid\": \"officia incididuntLorem nulla am\",\n \"workflow_id\": \"urn:uuid:d2daf2b7-b5f0-6867-f315-1dbe294090c7\",\n \"requester_id\": \"6c49533d-a66c-7400-963c-5ec11fde7e73\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:aa28b859-0d45-5b87-7410-5ad72ae65cbc\",\n \"profile_ids\": [\n \"57f975c1-41f4-c018-f200-e44c651c0b1b\",\n \"urn:uuid:092c260a-10d2-3f89-1ec0-04e0d15d894a\"\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": "b7fa08f6-1bb3-4941-8c55-3d07610ab452", + "id": "1da67152-2f55-4305-a70e-38988be01896", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28170,7 +28170,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"c6cf97fe-6dbf-d3ba-dce5-10432cc40cf2\",\n \"requester_id\": \"urn:uuid:29d3a083-dd9f-ab26-e31f-8456521ffdcb\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"fe9cca35-cf0f-3f74-7a2a-df4b606413bd\",\n \"profile_ids\": [\n \"urn:uuid:0cfadd40-2093-819f-e932-db7416a16484\",\n \"0ab7d2a3-47cd-5cef-27df-7dc5b2437b79\"\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:c66add3a-f35e-b216-94d5-f631c51cd8c4\",\n \"requester_id\": \"urn:uuid:0df1a256-a2bf-de6c-9ed7-784402f91e22\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"9ba9e261-cada-7967-35b4-ab9a3c6f33f9\",\n \"profile_ids\": [\n \"16a9929b-0b05-11e3-6cb9-45edfea1626f\",\n \"c192de42-206c-32ae-e6fd-caeca90a0043\"\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": "d359f5d8-ccd0-4a7c-b359-2261c13c26cc", + "id": "5872b655-bd8b-4996-ab9b-024d246a3c8f", "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\": \"c6cf97fe-6dbf-d3ba-dce5-10432cc40cf2\",\n \"requester_id\": \"urn:uuid:29d3a083-dd9f-ab26-e31f-8456521ffdcb\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"fe9cca35-cf0f-3f74-7a2a-df4b606413bd\",\n \"profile_ids\": [\n \"urn:uuid:0cfadd40-2093-819f-e932-db7416a16484\",\n \"0ab7d2a3-47cd-5cef-27df-7dc5b2437b79\"\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:c66add3a-f35e-b216-94d5-f631c51cd8c4\",\n \"requester_id\": \"urn:uuid:0df1a256-a2bf-de6c-9ed7-784402f91e22\",\n \"requester_type\": \"NeprofileUser\",\n \"profile_id\": \"9ba9e261-cada-7967-35b4-ab9a3c6f33f9\",\n \"profile_ids\": [\n \"16a9929b-0b05-11e3-6cb9-45edfea1626f\",\n \"c192de42-206c-32ae-e6fd-caeca90a0043\"\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": "27221801-84b6-4024-9735-1c9049f912df", + "id": "c2f53b98-45cb-40c7-be62-ac67e2469748", "name": "Find workflow session by id", "request": { "name": "Find workflow session by id", @@ -28306,7 +28306,7 @@ }, "response": [ { - "id": "76d6385e-682f-4619-b4f6-9e587e76b6b6", + "id": "d73ddf28-b90a-4f80-a2f4-74858ae0d114", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28345,12 +28345,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:495c9521-4b4d-9c65-0ee6-6d5421271eaf\",\n \"uid\": \"ut irure amet nonmagna tempor ad\",\n \"workflow_id\": \"urn:uuid:b4481b4e-357c-16bd-c3a7-0cf4fac06825\",\n \"requester_id\": \"bb076fa4-2d86-001c-261f-5adcdaedf2a8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:7354d882-cbe3-7713-6e21-d522bcfb662f\",\n \"profile_ids\": [\n \"5d086634-ad5c-9554-5c9f-c79e64475db7\",\n \"urn:uuid:90f81719-1a01-2afe-22b8-bf11760d7117\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:679b3c42-e6b6-5890-4df0-945c0943be5a\",\n \"uid\": \"officia incididuntLorem nulla am\",\n \"workflow_id\": \"urn:uuid:d2daf2b7-b5f0-6867-f315-1dbe294090c7\",\n \"requester_id\": \"6c49533d-a66c-7400-963c-5ec11fde7e73\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:aa28b859-0d45-5b87-7410-5ad72ae65cbc\",\n \"profile_ids\": [\n \"57f975c1-41f4-c018-f200-e44c651c0b1b\",\n \"urn:uuid:092c260a-10d2-3f89-1ec0-04e0d15d894a\"\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": "a9284938-79c5-4d76-ad78-5ea8a3766216", + "id": "2f80e64a-45ca-4c47-9d32-7c856f11a92d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28394,7 +28394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc193913-fef9-42c5-90a3-f9a85ac05dca", + "id": "faec58eb-aeac-468d-a3f7-a1b6e0ab81a5", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28444,7 +28444,7 @@ } }, { - "id": "474e53f5-0351-47a8-a54a-4cfae09887a6", + "id": "4891ea69-81e3-4ebb-83b5-c6f3c8e85960", "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\": \"3baf5dd4-389d-ab1a-09dd-41cf57c77883\",\n \"requester_id\": \"urn:uuid:4d4f8613-2bfe-c006-6d3d-c5771a26df4b\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"bbbc2ac2-cab6-6ea9-4598-8935b394e5a1\",\n \"profile_ids\": [\n \"aec63614-6ba6-2788-a160-7bbf7b027054\",\n \"urn:uuid:333f7fa5-b88a-9ca3-d563-124771fbea60\"\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\": \"ea923b7b-b0c0-8329-73ae-f92ab42af4a4\",\n \"requester_id\": \"52f44d2e-892c-d757-1819-42a1d9d8e189\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"86a50e19-abba-2689-d1a6-65e5070b7a13\",\n \"profile_ids\": [\n \"cef3d49d-d2d3-23b3-4343-14b9d9c70be1\",\n \"f2a88f41-4382-4d20-7efd-d609f505b805\"\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": "94a28cd8-9327-4ca4-9b50-7b5cfff1a9e2", + "id": "593253f5-b223-469b-bb88-4149fe7c46dd", "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\": \"3baf5dd4-389d-ab1a-09dd-41cf57c77883\",\n \"requester_id\": \"urn:uuid:4d4f8613-2bfe-c006-6d3d-c5771a26df4b\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"bbbc2ac2-cab6-6ea9-4598-8935b394e5a1\",\n \"profile_ids\": [\n \"aec63614-6ba6-2788-a160-7bbf7b027054\",\n \"urn:uuid:333f7fa5-b88a-9ca3-d563-124771fbea60\"\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\": \"ea923b7b-b0c0-8329-73ae-f92ab42af4a4\",\n \"requester_id\": \"52f44d2e-892c-d757-1819-42a1d9d8e189\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"86a50e19-abba-2689-d1a6-65e5070b7a13\",\n \"profile_ids\": [\n \"cef3d49d-d2d3-23b3-4343-14b9d9c70be1\",\n \"f2a88f41-4382-4d20-7efd-d609f505b805\"\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:495c9521-4b4d-9c65-0ee6-6d5421271eaf\",\n \"uid\": \"ut irure amet nonmagna tempor ad\",\n \"workflow_id\": \"urn:uuid:b4481b4e-357c-16bd-c3a7-0cf4fac06825\",\n \"requester_id\": \"bb076fa4-2d86-001c-261f-5adcdaedf2a8\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:7354d882-cbe3-7713-6e21-d522bcfb662f\",\n \"profile_ids\": [\n \"5d086634-ad5c-9554-5c9f-c79e64475db7\",\n \"urn:uuid:90f81719-1a01-2afe-22b8-bf11760d7117\"\n ],\n \"status\": \"completed\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\n \"contributor_select_attribute_uid\": \"User Name\",\n \"multiple_contributor_select_attribute_uid\": \"User Name,Second User Name,Third User Name\"\n }\n }\n}", + "body": "{\n \"workflow_session\": {\n \"id\": \"urn:uuid:679b3c42-e6b6-5890-4df0-945c0943be5a\",\n \"uid\": \"officia incididuntLorem nulla am\",\n \"workflow_id\": \"urn:uuid:d2daf2b7-b5f0-6867-f315-1dbe294090c7\",\n \"requester_id\": \"6c49533d-a66c-7400-963c-5ec11fde7e73\",\n \"requester_type\": \"User\",\n \"profile_id\": \"urn:uuid:aa28b859-0d45-5b87-7410-5ad72ae65cbc\",\n \"profile_ids\": [\n \"57f975c1-41f4-c018-f200-e44c651c0b1b\",\n \"urn:uuid:092c260a-10d2-3f89-1ec0-04e0d15d894a\"\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": "137fbd59-3088-48e5-bdfe-dd51c54e9982", + "id": "3dd54530-e854-48e4-861b-a1010b8e9924", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28621,7 +28621,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"workflow_session\": {\n \"workflow_id\": \"3baf5dd4-389d-ab1a-09dd-41cf57c77883\",\n \"requester_id\": \"urn:uuid:4d4f8613-2bfe-c006-6d3d-c5771a26df4b\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"bbbc2ac2-cab6-6ea9-4598-8935b394e5a1\",\n \"profile_ids\": [\n \"aec63614-6ba6-2788-a160-7bbf7b027054\",\n \"urn:uuid:333f7fa5-b88a-9ca3-d563-124771fbea60\"\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\": \"ea923b7b-b0c0-8329-73ae-f92ab42af4a4\",\n \"requester_id\": \"52f44d2e-892c-d757-1819-42a1d9d8e189\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"86a50e19-abba-2689-d1a6-65e5070b7a13\",\n \"profile_ids\": [\n \"cef3d49d-d2d3-23b3-4343-14b9d9c70be1\",\n \"f2a88f41-4382-4d20-7efd-d609f505b805\"\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": "3ca6ac55-c5b8-4644-99ed-db8a171abbb4", + "id": "8e12e785-c613-4e4f-8170-7d6529c8432d", "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\": \"3baf5dd4-389d-ab1a-09dd-41cf57c77883\",\n \"requester_id\": \"urn:uuid:4d4f8613-2bfe-c006-6d3d-c5771a26df4b\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"bbbc2ac2-cab6-6ea9-4598-8935b394e5a1\",\n \"profile_ids\": [\n \"aec63614-6ba6-2788-a160-7bbf7b027054\",\n \"urn:uuid:333f7fa5-b88a-9ca3-d563-124771fbea60\"\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\": \"ea923b7b-b0c0-8329-73ae-f92ab42af4a4\",\n \"requester_id\": \"52f44d2e-892c-d757-1819-42a1d9d8e189\",\n \"requester_type\": \"NeaccessUser\",\n \"profile_id\": \"86a50e19-abba-2689-d1a6-65e5070b7a13\",\n \"profile_ids\": [\n \"cef3d49d-d2d3-23b3-4343-14b9d9c70be1\",\n \"f2a88f41-4382-4d20-7efd-d609f505b805\"\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": "7dec9cee-4389-4360-afbd-1b8809c47a9d", + "id": "01f89aec-f0b7-4c41-a4ec-65a55cf17c79", "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": "7257133b-1c5e-4432-8dd6-9e7fa430d4e8", + "id": "57720387-b07e-4033-bc19-902821d7634a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28811,12 +28811,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"Excepteur anim\"\n}", + "body": "{\n \"url\": \"veniam esse\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "89010c55-773a-487b-b100-df273f36597c", + "id": "7522ecfc-463d-424e-b5ca-805fb9a1d3c2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28862,7 +28862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cee14d16-f1e0-40ec-b01b-1d4ad4842681", + "id": "c15b9480-93f1-4491-840d-3197a0d7f970", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28914,7 +28914,7 @@ } }, { - "id": "6088b543-58b4-4736-8ccf-31701f1be77c", + "id": "022850f8-ef36-4b7b-b961-151c8feeb507", "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": "ex sunt labore", + "value": "ea Lorem sit cillum proident", "type": "text" } ] @@ -28985,7 +28985,7 @@ }, "response": [ { - "id": "954a2b9b-991f-43ad-b1d0-ec1d63a88f8d", + "id": "23347f41-4c05-4e06-b43e-925e69947e2c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29029,7 +29029,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex sunt labore", + "value": "ea Lorem sit cillum proident", "type": "text" } ] @@ -29043,12 +29043,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"Excepteur anim\"\n}", + "body": "{\n \"url\": \"veniam esse\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fb048395-45c7-4184-ae94-960be0813684", + "id": "a627419a-51ff-4355-a0e9-e7412f3f18d0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -29092,7 +29092,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex sunt labore", + "value": "ea Lorem sit cillum proident", "type": "text" } ] @@ -29111,7 +29111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b476cc2-b31f-4fdd-88a0-7d65336fa500", + "id": "6c282939-b3a9-438c-8640-aa77a024dad8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -29155,7 +29155,7 @@ "type": "text/plain" }, "key": "file", - "value": "ex sunt labore", + "value": "ea Lorem sit cillum proident", "type": "text" } ] @@ -29186,7 +29186,7 @@ "description": "", "item": [ { - "id": "4cf76e07-8971-48d3-b935-ad8cc7b5396c", + "id": "ff2f9318-877e-4f5e-b91c-d7d8356cc11d", "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:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -29254,7 +29254,7 @@ "type": "text/plain" }, "key": "result", - "value": "pass" + "value": "fail" }, { "disabled": false, @@ -29280,7 +29280,7 @@ }, "response": [ { - "id": "5dfe12bc-ce48-47c9-8c02-89fff335d7d5", + "id": "941b4012-ae94-4f87-aff3-8a29b25f056d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29334,7 +29334,7 @@ "type": "text/plain" }, "key": "workflow_session_id", - "value": "urn:uuid:f833e7d9-214a-c176-e4fd-3218d55732d3" + "value": "c4dfdcb3-f880-0b7b-ea86-ce03fa884129" }, { "disabled": false, @@ -29343,7 +29343,7 @@ "type": "text/plain" }, "key": "result", - "value": "pass" + "value": "fail" }, { "disabled": false, @@ -29382,7 +29382,7 @@ "value": "application/json" } ], - "body": "{\n \"identity_proofing_results\": [\n {\n \"id\": \"25193647-3827-e660-dcb8-9522b8781ac0\",\n \"identity_proofing_action_id\": \"67fc6c0a-8cc1-6332-a562-2facc2a8ecbe\",\n \"workflow_session_id\": \"cf7fbb25-e8b6-5b96-c5c9-e265837a3e08\",\n \"profile_id\": \"a0b67dd0-3fa6-14f0-d026-968cd013c51c\",\n \"proofing_workflow\": \"5ddff617-538b-54a0-2b5c-82c656c8e2e4\",\n \"result\": \"pending\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"2007-01-27T02:05:56.263Z\",\n \"updated_at\": \"1999-10-27T17:24:46.925Z\"\n },\n {\n \"id\": \"urn:uuid:93086626-786d-8bb2-6554-35afa01983a5\",\n \"identity_proofing_action_id\": \"urn:uuid:2e85f616-7fe9-ece2-1fbc-461e06d11f93\",\n \"workflow_session_id\": \"urn:uuid:52fab95b-f06e-907b-806b-bc1db4aab87b\",\n \"profile_id\": \"9dfa4514-4141-00c7-33cc-db9c78fb68f2\",\n \"proofing_workflow\": \"52d90892-513b-e943-2a74-9b06814b8ebc\",\n \"result\": \"fail\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"2024-02-21T17:43:54.958Z\",\n \"updated_at\": \"1968-01-07T18:24:38.140Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": 93884802,\n \"offset\": -67373522,\n \"total\": -16097248,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"identity_proofing_results\": [\n {\n \"id\": \"urn:uuid:1bf36856-ed7a-81b8-eeda-b2aaa3f4a647\",\n \"identity_proofing_action_id\": \"55dc6e8b-80d1-4cb9-1ad7-14dd8b47afa2\",\n \"workflow_session_id\": \"urn:uuid:5b64d00a-024c-519f-52a2-d4a1f419357e\",\n \"profile_id\": \"urn:uuid:af486479-4c3e-3f78-29e3-4c8d0aee1e29\",\n \"proofing_workflow\": \"2a226c00-aa3f-daf8-8d0c-b7ea86ef8a62\",\n \"result\": \"pass\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"2000-08-27T23:49:54.163Z\",\n \"updated_at\": \"1993-04-08T23:59:05.264Z\"\n },\n {\n \"id\": \"urn:uuid:7e819eb4-2727-5673-1d52-a6c11f9727c3\",\n \"identity_proofing_action_id\": \"urn:uuid:09d846b1-3c3c-1cd5-2b2c-cb252698020d\",\n \"workflow_session_id\": \"099eebe0-5665-063b-303f-03d968f1e9fc\",\n \"profile_id\": \"urn:uuid:19f60ebf-6f29-6344-5faf-9cc62f3ec3d6\",\n \"proofing_workflow\": \"fd0fe642-40ca-4ef0-a260-d1cc18e6567c\",\n \"result\": \"fail\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1971-10-01T23:26:56.623Z\",\n \"updated_at\": \"1967-05-28T00:50:31.613Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": -17438113,\n \"offset\": 55721683,\n \"total\": -5856852,\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": "a6bade7b-3331-41cb-a5f1-e5869588298f", + "id": "c6f92728-9b9f-45ff-8834-6dfc8c3da0b7", "name": "Get saved advanced search queries", "request": { "name": "Get saved advanced search queries", @@ -29429,7 +29429,7 @@ }, "response": [ { - "id": "3188f3f9-51c7-4f31-b032-930b1e8e8fc6", + "id": "a9ee8e25-6416-4636-bd3d-58d0c677b146", "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:ed9e20df-51d2-1b45-5f9a-976eb994f0c3\",\n \"uid\": \"etullamco cillum labore Duiscomm\",\n \"label\": \"cillum proident tempor\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"fa7e022a-a00f-b77e-6828-b40e24a71d32\",\n \"uid\": \"exercitation id cillum et iruree\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"7c9a050b-6772-4ada-3e68-4fdba267f0c1\"\n },\n {\n \"id\": \"ab453a9b-55b3-f887-6355-99a8b721e853\",\n \"uid\": \"laborisUt sit nisi mollitirure d\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:7062032b-242d-5795-250f-9f11d1d39038\"\n }\n ]\n },\n {\n \"id\": \"urn:uuid:4cd6bd71-22b8-9762-e6d6-b6defd298e46\",\n \"uid\": \"ut dolorelabore ut elitcupidatat\",\n \"label\": \"exercitation amet\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"ce7a8d58-b971-2ec5-4fca-9f2ddc4d20db\",\n \"uid\": \"velitadreprehenderit in in quisf\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"91db4e7e-91fd-332a-521e-018db3276866\"\n },\n {\n \"id\": \"urn:uuid:a88c7798-9ba0-2cdf-3131-2e8e05224405\",\n \"uid\": \"aliqua mollit tempor nisi exerci\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"58aca005-b25a-256f-532b-a313c1064c1e\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"advanced_search\": [\n {\n \"id\": \"a736cc75-e5a6-2604-d479-a6d377a2c212\",\n \"uid\": \"id mollit estest in fugiatin adi\",\n \"label\": \"do dolore velit\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:bf53d041-521b-8ec4-53fe-f313725c1f32\",\n \"uid\": \"occaecatqui ex mollit nonad dolo\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:0c19b90d-0c2b-9fc0-f062-f99f61b5340e\"\n },\n {\n \"id\": \"6ca4fd51-7b5d-b7d0-2448-6d2cc83e035f\",\n \"uid\": \"essealiquip elitdoloreiusmodid c\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"70e0eab8-9c72-c2d9-8909-c3e1efca0e9a\"\n }\n ]\n },\n {\n \"id\": \"fe0373e5-d8ad-1a9d-69a3-5d9a1ed9eea7\",\n \"uid\": \"occaecat proidentmollitquis aliq\",\n \"label\": \"aliquip in\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"6fb43e5f-ee75-9b89-2a52-60090af3ec06\",\n \"uid\": \"in deseruntreprehenderit Ut adsu\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:f80c1eff-d795-d772-233b-e2b6353cce54\"\n },\n {\n \"id\": \"a47da823-7d06-007c-544d-3c229a5ee09a\",\n \"uid\": \"do consecteturlabore adipisicing\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"5aa606d0-e092-7e8f-3e47-987ae54d4cf9\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29478,7 +29478,7 @@ } }, { - "id": "cf4b84d9-b7f9-4c62-bba1-3b98e5a0d043", + "id": "52156496-5fc4-4dd9-9c79-3c30ffb079bb", "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\": \"dolore minim consectetur incididunt\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:b20c53ff-d00e-9da8-a36c-6ceac8091397\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:1b64c198-10ea-cd3f-9c9f-3adbaca68e0b\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"ea pariatur ut\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"850a0c85-8aaa-ce25-76c5-df98d63eaaf5\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:0ed3a564-de41-ed1b-04ed-9d52b5b9ac44\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29521,7 +29521,7 @@ }, "response": [ { - "id": "01067868-1c71-45c2-a324-29c4b1c3ca6e", + "id": "e2691315-0d7c-489c-be36-f68cad4dce96", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29555,7 +29555,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"dolore minim consectetur incididunt\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:b20c53ff-d00e-9da8-a36c-6ceac8091397\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:1b64c198-10ea-cd3f-9c9f-3adbaca68e0b\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"ea pariatur ut\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"850a0c85-8aaa-ce25-76c5-df98d63eaaf5\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:0ed3a564-de41-ed1b-04ed-9d52b5b9ac44\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29572,7 +29572,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:bf9bc641-e94c-64c4-0d89-00a5d1aea56b\",\n \"uid\": \"tempor non id UtDuis Lorem culpa\",\n \"label\": \"commodo adipisicing est\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:2090c407-f1b7-6720-f7a7-b46741c7b21a\",\n \"uid\": \"ipsum minim voluptatefugiat null\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"2076e141-c8a8-1c51-5ecb-344879c93757\"\n },\n {\n \"id\": \"efd11fe1-86d9-c209-12c9-cdc09748280c\",\n \"uid\": \"voluptate et do sitlaboris sed l\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"07e817b6-11fd-8c54-1940-f702c53a3e16\"\n }\n ]\n }\n}", + "body": "{\n \"advanced_search\": {\n \"id\": \"847545a4-711f-b862-272c-18e3a25b3989\",\n \"uid\": \"dolorenim laboris sed utUt labor\",\n \"label\": \"sit in\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:34f46f1a-4367-90bc-a1a1-714f0bc5e803\",\n \"uid\": \"voluptate occaecat enim autesedi\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"5d400689-5be6-6194-0bd4-e43b93f52880\"\n },\n {\n \"id\": \"d3dfb036-3737-34df-52c7-85fa5d7dccbe\",\n \"uid\": \"culpa anim voluptate proident ul\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:8426ae01-09b4-22cb-191c-aa1ff9b05849\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29583,7 +29583,7 @@ } }, { - "id": "192e36e0-fdd1-4454-94e8-6753c529d432", + "id": "d46192b6-6004-4147-9bd9-2ddde24e6747", "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\": \"dolore minim consectetur incididunt\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:b20c53ff-d00e-9da8-a36c-6ceac8091397\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:1b64c198-10ea-cd3f-9c9f-3adbaca68e0b\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"ea pariatur ut\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"850a0c85-8aaa-ce25-76c5-df98d63eaaf5\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:0ed3a564-de41-ed1b-04ed-9d52b5b9ac44\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29655,7 +29655,7 @@ }, "response": [ { - "id": "e84fdf97-7017-4e38-9abb-98a5b1265c5b", + "id": "df50bbdb-4976-4f2b-b647-f7ca5c28585d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29718,7 +29718,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"dolore minim consectetur incididunt\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:b20c53ff-d00e-9da8-a36c-6ceac8091397\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:1b64c198-10ea-cd3f-9c9f-3adbaca68e0b\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"ea pariatur ut\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"850a0c85-8aaa-ce25-76c5-df98d63eaaf5\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:0ed3a564-de41-ed1b-04ed-9d52b5b9ac44\"\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\": \"sitad veniam voluptate deseruntu\",\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\": \"adipisicing minim laboristempor \",\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\": \"consequat minim do ut laboreexer\",\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\": \"sed occaecat in incididuntelit i\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\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": "65eab56c-8380-48f0-a32c-4a37dae38427", + "id": "5d58a54e-c7a3-4caa-a59d-13bcf4a659f5", "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\": \"urn:uuid:b45df822-1f24-2435-974b-5d6e86af0658\",\n \"label\": \"laborum aliquip esse\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:964729cc-f911-ddcf-39ce-b4c74f93db94\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:85277170-d90e-4675-3ea4-6dc55f2870b4\",\n \"_destroy\": false\n },\n {\n \"id\": \"41814ac5-2682-bb1e-f52f-b28153ba382f\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"d48c3223-7385-f9e0-04d0-b56659411579\",\n \"_destroy\": false\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"id\": \"b7413818-cdef-258c-737a-4af17c95a1cd\",\n \"label\": \"in dolor non aliquip\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"7d5efcea-3a6e-efe3-10d9-76cf02dfea88\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"56615c79-dbe6-6412-abb9-a30e961f58fc\",\n \"_destroy\": false\n },\n {\n \"id\": \"3e30e1f2-c390-ea06-c973-6f39012ec5e4\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"ca776a2c-0c33-3f1e-07f4-9708287e89d6\",\n \"_destroy\": false\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -29801,7 +29801,7 @@ }, "response": [ { - "id": "8cb31038-a174-40dd-a2bb-6a3c6b8277f9", + "id": "bd301a67-378f-45c5-b5e1-5b9a3159362e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -29836,7 +29836,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:b45df822-1f24-2435-974b-5d6e86af0658\",\n \"label\": \"laborum aliquip esse\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:964729cc-f911-ddcf-39ce-b4c74f93db94\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:85277170-d90e-4675-3ea4-6dc55f2870b4\",\n \"_destroy\": false\n },\n {\n \"id\": \"41814ac5-2682-bb1e-f52f-b28153ba382f\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"d48c3223-7385-f9e0-04d0-b56659411579\",\n \"_destroy\": false\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"id\": \"b7413818-cdef-258c-737a-4af17c95a1cd\",\n \"label\": \"in dolor non aliquip\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"7d5efcea-3a6e-efe3-10d9-76cf02dfea88\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"56615c79-dbe6-6412-abb9-a30e961f58fc\",\n \"_destroy\": false\n },\n {\n \"id\": \"3e30e1f2-c390-ea06-c973-6f39012ec5e4\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"ca776a2c-0c33-3f1e-07f4-9708287e89d6\",\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:bf9bc641-e94c-64c4-0d89-00a5d1aea56b\",\n \"uid\": \"tempor non id UtDuis Lorem culpa\",\n \"label\": \"commodo adipisicing est\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:2090c407-f1b7-6720-f7a7-b46741c7b21a\",\n \"uid\": \"ipsum minim voluptatefugiat null\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"2076e141-c8a8-1c51-5ecb-344879c93757\"\n },\n {\n \"id\": \"efd11fe1-86d9-c209-12c9-cdc09748280c\",\n \"uid\": \"voluptate et do sitlaboris sed l\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"07e817b6-11fd-8c54-1940-f702c53a3e16\"\n }\n ]\n }\n}", + "body": "{\n \"advanced_search\": {\n \"id\": \"847545a4-711f-b862-272c-18e3a25b3989\",\n \"uid\": \"dolorenim laboris sed utUt labor\",\n \"label\": \"sit in\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:34f46f1a-4367-90bc-a1a1-714f0bc5e803\",\n \"uid\": \"voluptate occaecat enim autesedi\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"5d400689-5be6-6194-0bd4-e43b93f52880\"\n },\n {\n \"id\": \"d3dfb036-3737-34df-52c7-85fa5d7dccbe\",\n \"uid\": \"culpa anim voluptate proident ul\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:8426ae01-09b4-22cb-191c-aa1ff9b05849\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -29864,7 +29864,7 @@ } }, { - "id": "c88364d9-826a-42b2-9563-b6f4fa13b0aa", + "id": "e87f5052-9388-42ae-8c77-f46a639356e5", "name": "Run a saved advanced search query", "request": { "name": "Run a saved advanced search query", @@ -29935,7 +29935,7 @@ }, "response": [ { - "id": "a7dad652-146c-41db-b571-828ed423832e", + "id": "57847a03-6057-4c41-8f72-f6a7585d273b", "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\": \"sitad veniam voluptate deseruntu\",\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\": \"adipisicing minim laboristempor \",\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\": \"consequat minim do ut laboreexer\",\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\": \"sed occaecat in incididuntelit i\",\n \"name\": \"Profile Name\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"status\": \"Active\",\n \"id_proofing_status\": \"pending\",\n \"created_at\": \"2023-11-21T19:23:54.256Z\",\n \"updated_at\": \"2023-11-21T19:23:54.256Z\",\n \"attributes\": {\n \"text_attribute_uid\": \"static text\",\n \"date_attribute_uid\": \"01/15/2020\",\n \"profile_select_attribute_uid\": \"Profile Name\",\n \"multiple_profile_select_attribute_uid\": \"Profile Name,Second Profile Name,Third Profile Name\",\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": "711c97ed-bee2-4f02-bbcb-edc7a647d2cd", + "id": "b5ac8f34-28fb-4a79-8ae8-69ab87205fa9", "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": "nostrud aute incidid" + "value": "mollit ullamco" } ], "variable": [] @@ -30060,7 +30060,7 @@ }, "response": [ { - "id": "490c0fc9-c482-4876-a457-17bd748f777e", + "id": "c1ae8ba6-6bcf-437e-a81a-35f408fc5eeb", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30078,7 +30078,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "nostrud aute incidid" + "value": "mollit ullamco" } ], "variable": [] @@ -30108,12 +30108,12 @@ "value": "application/json" } ], - "body": "{\n \"uid\": \"urn:uuid:27337264-38b8-3dc1-f271-17af67d9f771\",\n \"status\": \"complete\",\n \"job_type\": \"import\",\n \"job_data\": [\n {\n \"user_id\": \"8ae95f03-51b0-80d5-aedf-5ba7a8281049\",\n \"manager_id\": \"fa93c6fc-85ea-1640-bc29-8030d99b05cd\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n },\n {\n \"user_id\": \"urn:uuid:b63c16f4-f459-3ee0-1d00-ce3d0a12779e\",\n \"manager_id\": \"4a3a6ba5-b2b7-b6d6-f835-1aa3d5e31b84\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n }\n ]\n}", + "body": "{\n \"uid\": \"f1155692-1dc2-f00c-edce-44967698727e\",\n \"status\": \"complete\",\n \"job_type\": \"import\",\n \"job_data\": [\n {\n \"user_id\": \"urn:uuid:aa88849d-d640-a8ae-21dd-a5ccd0760f48\",\n \"manager_id\": \"urn:uuid:385c435a-7c27-b363-2be1-97d78ba3a4d6\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n },\n {\n \"user_id\": \"49673a9b-5411-5cdf-ba9c-64a7a684fb51\",\n \"manager_id\": \"e35effc5-e6ed-13bc-8c4f-eb92b52360e0\",\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": "b46f8e0f-b222-4e0b-b930-451d47b48649", + "id": "031a8945-3ede-44b1-8d4e-fb563c6bf853", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30131,7 +30131,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "nostrud aute incidid" + "value": "mollit ullamco" } ], "variable": [] @@ -30166,7 +30166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b1973a6-f83e-449a-a240-6fdab6cd4b18", + "id": "bca0a509-6c2e-4bd6-be9a-c24ce2565bd7", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30184,7 +30184,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "nostrud aute incidid" + "value": "mollit ullamco" } ], "variable": [] @@ -30231,7 +30231,7 @@ "description": "", "item": [ { - "id": "c7adcdb9-861e-488d-9069-19f3cfb8a5e5", + "id": "5978b748-94ed-413a-a13e-57636e01e6bd", "name": "Create a form", "request": { "name": "Create a form", @@ -30274,7 +30274,7 @@ }, "response": [ { - "id": "cfc83c00-fed4-4558-8f0f-8104b67c0580", + "id": "34e1224f-1fb6-47f3-9002-6439f975284c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30330,7 +30330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15c9b8b2-3565-4a2d-a851-d39421611a26", + "id": "73c3d1c4-87b2-45ed-b78c-cee1f5aca892", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30386,7 +30386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4225356-b868-4e8e-af46-fff743c7d646", + "id": "7b583a86-7edf-4993-8259-46b3a608d9a0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30454,7 +30454,7 @@ "description": "", "item": [ { - "id": "760d45a7-8e80-42d4-af84-218969c3aef5", + "id": "6c1de05a-c0a2-4844-89fe-1272d229932e", "name": "Create a form attribute", "request": { "name": "Create a form attribute", @@ -30497,7 +30497,7 @@ }, "response": [ { - "id": "084bb1d8-b152-4e05-b98e-c3c9aeec7248", + "id": "4623a50d-4428-47fc-bd94-2bf266a3d279", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30553,7 +30553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a13dd968-97db-4825-9fa5-0da904220bc6", + "id": "9a58280e-76e3-4223-a3f6-8a10db5fe4d2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30609,7 +30609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7e41870-8457-4227-a93c-44e67d0b89b5", + "id": "922cb3ef-d269-4ab5-9988-c221b4410371", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30695,7 +30695,7 @@ } ], "info": { - "_postman_id": "d19296de-e8dd-412d-82f9-a08b77ececec", + "_postman_id": "a53f5351-472a-4b3d-8f90-455790b60e4d", "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 dd38daf..bc27953 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": "04ff0c41-2f08-4cd1-b87f-cc83dec724cf", + "id": "b71399dd-810a-4ec8-9a5e-74cd5dad6297", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -107,7 +107,7 @@ }, "response": [ { - "id": "6307df01-1db2-4b8f-8863-263decd04f7f", + "id": "70a66ebb-a2af-4099-9b72-efec4a0dcfa6", "name": "List of Access Profiles", "originalRequest": { "url": { @@ -223,7 +223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47ad0255-7650-4a5e-a287-6114074482eb", + "id": "f6838435-12e1-4245-acf3-b27f68c8de19", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -339,7 +339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4988c546-af23-40cc-89fd-a8013555b528", + "id": "9961b063-b454-4f54-905a-d18e45912320", "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": "f7354689-4772-4ce9-8f13-5ff286422ae2", + "id": "3ebbbd7a-18af-43f5-9595-1bf33b68284f", "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": "e8cf7711-1c05-4553-a5f0-3f4853b0d0c9", + "id": "e29077ea-4433-46ae-af92-2b28ddc744d7", "name": "Too Many Requests - Returned in response to too many requests in 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": "09649db8-2ea5-4faf-8d8d-90bf37324bf2", + "id": "16eaa0d7-8bde-463a-aa7a-a0fe36dfd90b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -809,7 +809,7 @@ } }, { - "id": "7e5e8490-928d-449b-ad67-24355f875eea", + "id": "1a78433a-1fb3-4ddd-bc51-acf077326947", "name": "Create an Access Profile", "request": { "name": "Create an Access Profile", @@ -851,7 +851,7 @@ }, "response": [ { - "id": "5207b60e-cd50-47be-b040-d1691104ee0f", + "id": "8e998305-5bbd-4436-b28f-fe29c0df29c9", "name": "Access Profile created", "originalRequest": { "url": { @@ -907,7 +907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75765321-2f3d-47e0-b35d-79245b1a562e", + "id": "293346f2-0f01-473d-bdd4-69718d94e3c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -963,7 +963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d8067b9-e023-4f99-8397-729f26f8d760", + "id": "587fd1df-682c-44a1-99fe-aaee413a552d", "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": "f6925e70-696a-4d93-8130-40374a2c6ccf", + "id": "200aebc2-6c7b-4608-97ee-92da427d04b6", "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": "7c897daa-6d45-4fc4-9bb6-bc19912f6fa6", + "id": "2897ba59-25b5-44f9-b72e-6cebc13da6a1", "name": "Too Many Requests - Returned in response to too many requests in 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": "2eadc1d0-f8cf-41c1-9b2f-74c3d9059b61", + "id": "275d9453-c4b1-4b21-8e52-9f8f0ba6874b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1193,7 +1193,7 @@ } }, { - "id": "2eb0adf1-2831-4310-b223-c7eda9b959f4", + "id": "348c1c19-0130-4fa8-86b1-da112f9a781e", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -1234,7 +1234,7 @@ }, "response": [ { - "id": "a85a2be9-7ec1-47c8-8632-5f36fc98e554", + "id": "be33f5f2-17c4-4c81-9360-d15c5fbb4123", "name": "An AccessProfile", "originalRequest": { "url": { @@ -1278,7 +1278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e1999f6-b503-4048-b91d-27fd12d94142", + "id": "2ae74243-4a83-4097-843a-ca507c495ed7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1322,7 +1322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a8884da-1a31-42ec-adea-0ec70dde8dcd", + "id": "ae604091-bf62-4290-93dc-0610305c8006", "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": "0184d159-39f3-47d3-8bc4-7ad0225abfb6", + "id": "cc99c9f4-e908-494d-b32c-4e3ba6860ba4", "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": "45988939-af81-4fed-ac99-1b9c362c690a", + "id": "566b57bf-f8a5-4676-b146-4173266c3bc4", "name": "Too Many Requests - Returned in response to too many requests in 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": "5c4bd785-5fae-4f59-a8e7-f19bf2e68c98", + "id": "1c318d22-2912-49dd-b6ca-3a6c441a3418", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1504,7 +1504,7 @@ } }, { - "id": "fc3af2f7-2dd7-4e97-901f-79b36cd85b71", + "id": "27578236-737d-42a7-86ff-6f5288c45743", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -1558,7 +1558,7 @@ }, "response": [ { - "id": "fece51b4-2f0d-4bc9-8078-ded471209944", + "id": "c69113f4-c454-47ee-92d7-b0485ba05397", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1615,7 +1615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfeefaf9-6fde-4752-b063-6f35259cd480", + "id": "02deb046-3992-4abb-88fc-19f3af3b55e0", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1672,7 +1672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe067bbe-7e91-4f6a-bf01-a00a240adfcf", + "id": "36db3951-9e4b-43ed-9f0c-692763b38563", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1729,7 +1729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9788089-3e73-4696-aa0e-cb71d0c71b1c", + "id": "182bd33b-4894-4e69-bbaa-51b17df34724", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1786,7 +1786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "829c62a3-8783-4798-a721-ad89ddf3dbd8", + "id": "fbd48ba0-e54f-4a19-987c-f9db287b2d95", "name": "Replace Source", "originalRequest": { "url": { @@ -1843,7 +1843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddf18299-aba4-4c01-b4b5-bfb14967b046", + "id": "825e391e-a050-4803-99b5-278c40084684", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1900,7 +1900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "520040fd-c6cd-410b-8299-d4bb58e11e86", + "id": "a1c1d269-a116-4589-bdea-820a92686f33", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1957,7 +1957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d90cdcd-b127-412d-aba9-a27d3d4c8d8b", + "id": "fdac0d91-e421-4188-86be-31a16e07042b", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2014,7 +2014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23d6d259-2142-42d6-af65-df2c418d7067", + "id": "c93c698f-37c3-4881-b8bb-aad2a84674dd", "name": "Replace Source", "originalRequest": { "url": { @@ -2071,7 +2071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b2c89c7-9e00-4839-9b54-480524655a23", + "id": "f74fa0bf-a069-4b06-af3f-a90dee8919ff", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2128,7 +2128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d67f4a7-c19f-41c5-9578-677a099f7ad8", + "id": "49da4679-99be-44c3-bad0-ec1ce8c36c68", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2185,7 +2185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb1a9a0d-1f49-4e22-83a0-7a1f27bd23f6", + "id": "63941724-462e-47c1-b54e-4f0d06851076", "name": "Replace Source", "originalRequest": { "url": { @@ -2242,7 +2242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3454dec9-2611-460a-801d-aa19f3a94a7f", + "id": "ff014784-08cf-4302-8100-b26a9a5f03a0", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -2299,7 +2299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4073e1de-3996-4e04-958b-92098ecb9b6c", + "id": "3e69e1e1-26c7-4860-9485-c681fd9dcaef", "name": "Replace Source", "originalRequest": { "url": { @@ -2356,7 +2356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be8b6ac3-e445-4b54-8123-ee73d3046d24", + "id": "31ef689e-72b8-499c-8e5f-648fc591ea80", "name": "Replace Source", "originalRequest": { "url": { @@ -2413,7 +2413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1d5abe5-7ad5-4809-8af7-e782f83833ba", + "id": "d865e9ef-b504-4ae8-9e02-071c6b0007ef", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -2476,7 +2476,7 @@ } }, { - "id": "bfe0d7dd-9e89-4fab-95b2-27b8d0f472cb", + "id": "551943ba-2b72-4f90-9082-370694a13f92", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -2517,7 +2517,7 @@ }, "response": [ { - "id": "776e1c07-117a-4014-81f0-a6a6dd32b603", + "id": "8c2437be-cfeb-4350-a00a-66d7697fbb68", "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": "8f1a37d6-9be9-4e07-aa69-cb2024bd2621", + "id": "63cfe58a-9450-4c63-a405-dbd1c632367e", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -2595,7 +2595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4349e208-0db0-4d37-88d5-c35283d8f77d", + "id": "dc665709-7a7e-4a85-a2da-09077e0cc255", "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": "81bca064-28a1-42cf-a239-2d7c6c996129", + "id": "28992eec-6ad5-4b1e-90c4-690110455ba4", "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": "6bd4538c-db40-45ba-bdb8-aa1bceddc74f", + "id": "4a155e65-06cc-461e-b019-70c39fc9c731", "name": "Too Many Requests - Returned in response to too many requests in 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": "391d5c00-2a87-46e8-b99c-d407ce31b28a", + "id": "e2615c30-7038-4d84-863a-21be58fb95c7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2777,7 +2777,7 @@ } }, { - "id": "a5531616-56bc-4573-a8b0-f40287829449", + "id": "2c704e59-ba5c-4e0c-ba1f-f2b2870ccc43", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -2820,7 +2820,7 @@ }, "response": [ { - "id": "023195dc-0275-43b5-99ed-1dc69b0aeb85", + "id": "991ffda4-55c9-4c45-aeca-d149022b5388", "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": "51bd50e5-0f4a-44bb-af57-e8fd1db5f9bd", + "id": "1cdc6cd4-714a-4527-9382-dd9229cbde86", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -2934,7 +2934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3803690-0acb-41b7-8a09-dbf904c7ffbd", + "id": "881b988e-ae2b-4739-9171-f249fbf2a5f6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2991,7 +2991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9970a58-fc5b-4ec8-b38d-f8ea3cee0e59", + "id": "e547088a-bc1a-4413-8814-4b46aafe6ba6", "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": "cf576180-9d17-47ab-9e3a-aafc309edd49", + "id": "79bb1833-0fe4-4645-a590-5f572ed5d721", "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": "9f5f5fdc-4f6f-45d7-be78-fc685cb8a5f4", + "id": "9e2ee2cb-c5da-4747-8e3e-260f4eb6923c", "name": "Too Many Requests - Returned in response to too many requests in 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": "e986ab81-5bb9-4dff-afb4-8f7ec0cae034", + "id": "ff532d2c-9dba-4793-b6f9-124cd37b2dd6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3225,7 +3225,7 @@ } }, { - "id": "9f6e71f5-3e53-49d8-af83-e3fde0c04552", + "id": "a0fdfc65-f7cb-4770-b7e2-928a93464a64", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -3313,7 +3313,7 @@ }, "response": [ { - "id": "aa1c4b11-ff7c-4acf-b577-c4c349a63289", + "id": "52a44b12-9f50-4d05-9039-f5d53c1933e2", "name": "List of Entitlements", "originalRequest": { "url": { @@ -3404,7 +3404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d5daee8-3908-4c3e-a93c-be4d1beeff50", + "id": "43b768af-728f-4dae-b732-a9e8df46f5c9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3495,7 +3495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa11b178-96c3-4004-ae13-24f7eb5f377b", + "id": "db8e9f53-1045-4cb7-9dfa-0fbb46dd52ec", "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": "c9266463-b147-4045-b8a7-15722623c2df", + "id": "c12c977b-2990-4911-8e51-32d647549f35", "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": "465c3899-3f17-4afe-b408-00bd54b61d54", + "id": "e10d172b-b6e9-4e43-9f5e-3cbfc28f5e9e", "name": "Too Many Requests - Returned in response to too many requests in 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": "c8ac1a4a-3453-4c68-95bf-548a294e015c", + "id": "5c0f4065-17de-4ed4-a1fc-594ae77268de", "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": "2689b9c4-f598-4d62-9773-d87c5dae7509", + "id": "9cebba35-81f1-479b-bda3-9e6a241c268f", "name": "Submit an Access Request", "request": { "name": "Submit an Access Request", @@ -3913,7 +3913,7 @@ }, "response": [ { - "id": "0f8eac34-fa23-436d-a653-6564bb7ee7eb", + "id": "0646ac74-d73d-4c95-a046-9b47903d77c0", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -3969,7 +3969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "366087b7-348f-4c45-abb2-d9836383c384", + "id": "83f80ecc-67c3-47d8-985a-b55d9ac06723", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4025,7 +4025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7ac80a2-bcb2-479d-8615-e3786e7b9b91", + "id": "a19a4292-ae9c-4f9d-a12c-fe3aa094fe3e", "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": "51448519-fee2-4b57-804b-d18429f6bda4", + "id": "f1772e70-c5cc-47d2-ac12-5c4bdaec6271", "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": "4d445de1-4a14-48d2-8148-ea3a8201dbf2", + "id": "f4455fae-c2be-4d20-ab58-c3b3e2eb4ea9", "name": "Too Many Requests - Returned in response to too many requests in 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": "a88c4d90-9899-48db-b589-f229026690e1", + "id": "47366190-af7d-4d66-8e73-ec603dd10f28", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4255,7 +4255,7 @@ } }, { - "id": "401a4c24-29c1-41af-bfb8-5ac6650819f8", + "id": "8fc91ef5-5869-4fb5-bc3f-132923931363", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -4298,7 +4298,7 @@ }, "response": [ { - "id": "e5931a6b-fbbe-4464-8e5a-7fc143800cb3", + "id": "7d88de52-8150-46c1-a456-fe9b95aec2df", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -4355,7 +4355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3bc2c11-3cce-48f7-ad94-66e3e4fa87ee", + "id": "fdbe1b4f-29b0-4ee3-919d-daea00054805", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4412,7 +4412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3043c6ff-eedd-46bb-af6b-dda78c2c08d3", + "id": "d8532bd4-e8a0-487d-8bb5-d600e44ff59d", "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": "016b0f5d-2b46-4b16-b0bb-4eb029a132ef", + "id": "dbff07b7-5801-42bc-90fd-00b32da0be84", "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": "60228794-3096-408d-a74b-9618c83ad6ec", + "id": "bfc1d336-dca3-494e-9126-3d246a5be035", "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": "36799310-ed8f-43cc-807d-081932b81e3f", + "id": "4a6eb845-3071-473b-93d6-341c7e5e5cb0", "name": "Too Many Requests - Returned in response to too many requests in 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": "1a000ea0-7ed6-40af-8096-620f53ca1733", + "id": "f51b67de-a8c0-4783-a2bb-3e0fc40f858f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4703,7 +4703,7 @@ } }, { - "id": "ce740e0f-89cc-487a-ae68-bb7637c9ecbb", + "id": "054d243d-f7ef-406c-b8f8-be241e3cbc41", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -4732,7 +4732,7 @@ }, "response": [ { - "id": "7837a240-8609-496c-a918-ebf27e0e6f73", + "id": "232507e6-f414-4e39-80c2-2c8c9eabc4ef", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -4775,7 +4775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "890df236-06b2-4972-9149-88ad17ac4b52", + "id": "8dea019c-feab-40c5-9b1b-1c206c581226", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4818,7 +4818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99771f67-4717-4674-ab7b-b744e133ec1b", + "id": "182fc2c3-1440-4102-9583-168a86f6b54c", "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": "4102ddf8-13b1-4878-950e-372e75de9cdc", + "id": "9f771f3e-fca7-44a3-8c2e-881f1fa0d307", "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": "866ac87b-2623-48f8-8334-8a1bd1c5e15d", + "id": "8fba58da-6ef0-4731-8fe4-f39dc77ccea3", "name": "Too Many Requests - Returned in response to too many requests in 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": "7a7fe5ad-ba6a-4893-9f0e-ec309a9d47de", + "id": "83cc8e35-c0fd-4563-915b-a695ae52fce0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4996,7 +4996,7 @@ } }, { - "id": "1738464b-8427-4f40-a48c-d871e448465e", + "id": "e050d512-a9d8-4007-b0d9-975f151eb435", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -5038,7 +5038,7 @@ }, "response": [ { - "id": "82b64118-a49c-45ef-a779-82543cd16c76", + "id": "3b8ddd05-200f-4152-8eeb-af60a7b54758", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -5094,7 +5094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "311f5f68-1489-4dd9-b9e2-6d01b0a5426c", + "id": "d4878acc-68eb-4e36-b69d-a3729dd86e05", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5150,7 +5150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3bfb829-ae06-442b-a7e8-fdcddb35e2ed", + "id": "75e5ea4b-9754-454b-b8f9-87feb32a2fd3", "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": "78983e82-1de8-479b-84f9-0f737abe7f89", + "id": "8039183d-c622-4ba7-9913-548830a38c5a", "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": "753b6843-4d47-4343-8b15-841bf41f5e92", + "id": "94497c00-f9e4-4c43-ada9-26ddd5a781e9", "name": "Too Many Requests - Returned in response to too many requests in 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": "91de7867-9370-455d-bbd2-571c59167749", + "id": "7d3213be-aed0-4379-b3fc-c626767abca0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5380,7 +5380,7 @@ } }, { - "id": "b1ab1dcf-142e-4e45-836a-3fd42e79efa5", + "id": "d86c2114-6782-4b5f-82a0-04d8208aebc8", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -5491,7 +5491,7 @@ }, "response": [ { - "id": "dbd4a8c9-7941-4e74-b12f-c21dbda1b734", + "id": "94e32518-8977-4540-a6fe-b24da211ed82", "name": "List of requested item status.", "originalRequest": { "url": { @@ -5616,7 +5616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bde96e8a-abc8-4065-8cae-77ec34cc412a", + "id": "d3dc1924-2302-414e-b493-23cf37505b97", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5741,7 +5741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb08fd22-a614-419a-8d4c-b8f99263cb3f", + "id": "aa2e5902-dfc5-4c47-82d2-4be85895766a", "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": "6bb7cc24-4d8f-4a3b-abfb-fcb85a7f91dd", + "id": "e7155401-e58c-4c08-8d32-5efbb0f7a495", "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": "6e315e45-8fb2-46e3-aaf8-e26fccadd34d", + "id": "3cd0ad9e-e308-4637-bb07-0e40b49a1588", "name": "Too Many Requests - Returned in response to too many requests in 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": "72b355e2-8660-4e40-a20d-d3f715f314ca", + "id": "4f44c4f5-0006-485d-9ce0-796cf9eff5db", "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": "c845766d-b7ed-4898-9627-7500f9dc91b8", + "id": "ff4e573a-5fa4-4fed-97c8-b0f9c2619bb0", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -6338,7 +6338,7 @@ }, "response": [ { - "id": "d35785d1-0d67-4f03-a75e-d8e70abc94ec", + "id": "8df7daea-5021-487a-9edb-64ddd909e810", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -6437,7 +6437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "869b12dd-1fb9-4482-8782-48d87a10be41", + "id": "6e022e89-dd93-4665-af87-d4664151fb97", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6536,7 +6536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eb3bd4f-4df3-4af4-8324-96d367be616c", + "id": "aa7d9633-ec14-415d-a113-d2c98417abb3", "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": "66c46651-30c4-422b-8d0c-72d21689aecc", + "id": "a644a5c7-5eb6-4a1b-b503-724a4b255a2b", "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": "34d4c740-8cfa-49d2-aae8-6153fa002a79", + "id": "6f74f1cf-06eb-45e7-8aab-4d87c6042f7d", "name": "Too Many Requests - Returned in response to too many requests in 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": "169557a7-08ff-4890-b2e1-792c327abd1c", + "id": "fdabceb5-1262-41d9-b3cd-a0f39a891358", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6938,7 +6938,7 @@ } }, { - "id": "bd927529-8bb7-4167-94e1-d4cb7212c920", + "id": "02ed23b5-8261-4e06-b574-2420a889a376", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -7023,7 +7023,7 @@ }, "response": [ { - "id": "5728bb1c-7895-41d7-bf27-84b3212333bc", + "id": "0f42db3b-2af4-40fc-b078-066da518b7c2", "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\": \"do nostrud eu deserunt\"\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\": \"Duis nisi fugiat\"\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\": \"ex velit est\"\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\": \"aute aliqua minim proident\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d1c72d28-11f7-4be8-b66b-655d42669dbd", + "id": "ad5591ab-e72b-4d32-b2db-30f27580ec75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7221,7 +7221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4194de86-a2ff-4e2e-b68b-01b10905609c", + "id": "adb3e171-fe1e-4136-bf0d-ac7aa02792d5", "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": "35dd9c25-4510-4260-bbf9-5527cdd441b6", + "id": "1f78a9f8-5205-4b03-bbc7-4566d417bc4f", "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": "6ec6e475-343a-441c-806a-1b84e93861c7", + "id": "09f9b4c9-894e-4b08-b2f0-331cb5a49d93", "name": "Too Many Requests - Returned in response to too many requests in 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": "511181a9-ff6d-48d4-9377-577cbdf3d1b4", + "id": "973e77b9-d678-429e-81b2-dfbe080578e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7623,7 +7623,7 @@ } }, { - "id": "033aa7d5-d9df-45c5-938c-4243c4e2f503", + "id": "ee5bb32a-67b7-4fd0-9900-69dd4548d6b4", "name": "Approves an access request approval.", "request": { "name": "Approves an access request approval.", @@ -7678,7 +7678,7 @@ }, "response": [ { - "id": "32414c20-c52d-44b5-8cde-a40355bfc31b", + "id": "a599d7e4-68d2-4117-bede-94158bc8270b", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7736,7 +7736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0daca928-e164-45a6-a1e7-96f900addbb9", + "id": "3fa5ed70-fbfa-418e-b6af-494d00a8661a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7794,7 +7794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "035d0b75-6b32-49eb-af92-dcabc115cc96", + "id": "5555793f-7cb6-4d6f-a7c4-4d931cd94cf1", "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": "4498ac74-1ffc-4a72-8fe5-6c732e899a00", + "id": "1ef5e55c-d093-4722-9ce2-fffe7718ff25", "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": "ae2e1e33-98cf-4b26-ae65-c88b8ed95b15", + "id": "a31ac9df-9fa6-4ab2-a58d-22b0228a788c", "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": "6f8d5829-baa7-4854-aae8-b81f977b5840", + "id": "5364735d-4c37-433f-870e-56fc68e38cf9", "name": "Too Many Requests - Returned in response to too many requests in 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": "9e6daec4-6340-4a61-b66d-b5dfbb3f705b", + "id": "bdaec4bb-3211-45bc-98b7-7c8df9f53cd0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8090,7 +8090,7 @@ } }, { - "id": "0ab9f797-dad9-4fa9-bd73-447acf10bd0a", + "id": "5c643e6b-b49b-4b6c-801f-6bb36437fe28", "name": "Rejects an access request approval.", "request": { "name": "Rejects an access request approval.", @@ -8145,7 +8145,7 @@ }, "response": [ { - "id": "8ac95c67-2fc5-44ef-995b-612bff9cd205", + "id": "e981d704-bf14-4e47-ac09-6318b9d7278d", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8203,7 +8203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be3b6073-43a9-42a3-a8fa-03122b607025", + "id": "9948aa80-b433-4941-a04f-497406b95ce9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8261,7 +8261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e39263f-aa79-4da7-bb4b-408bdcae5ca3", + "id": "949d2c8d-f408-4156-9019-5fe503d945c1", "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": "66934eba-4278-4c54-aa42-7f1d49aa107b", + "id": "93cdef61-473b-4de5-93d4-deddfaeb9152", "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": "0afd7aa1-57ec-4844-bcfb-a3427abbefca", + "id": "57e68d4f-8a44-4cfa-b715-2c3b5e7ecfa9", "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": "a5a05dd6-d656-4c4c-bc01-b8fdd323f4cc", + "id": "563f8253-d39a-4152-a813-9e3a8d2eb45e", "name": "Too Many Requests - Returned in response to too many requests in 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": "ea044ad4-c06b-430c-9af4-0883066a822f", + "id": "48f7f135-11ee-4c4b-ac05-d071a2e83447", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8557,7 +8557,7 @@ } }, { - "id": "3738962b-6c81-4fbc-a54d-a19a9647154e", + "id": "e4d196d5-22cd-4a53-b3b4-6b55ebdfdc53", "name": "Forwards an access request approval.", "request": { "name": "Forwards an access request approval.", @@ -8612,7 +8612,7 @@ }, "response": [ { - "id": "1a805d88-9e5b-4112-84a6-4c3c6411506b", + "id": "675db37f-89a2-4621-872c-3a1f0ea85218", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8670,7 +8670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f8357c9-068a-4c65-ba24-e0ddcf7f9cfe", + "id": "33a3ca0e-1c56-410b-a702-a58f46d3808a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8728,7 +8728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e097923-a9b8-475b-bc2b-1d36cee4e4f7", + "id": "dc628d00-7de6-4f01-9749-811441e0287c", "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": "99655dcc-f675-4086-b1b3-791a37c507ce", + "id": "cc5c8ffc-98a0-4d3a-b998-c01fa50c6872", "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": "4df41e30-cbd3-4e8b-be3f-ebeb69e9abe5", + "id": "3fde2676-85b6-49bd-bcee-839a04d834ed", "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": "7b4379f8-e027-4671-85a5-47c61aaa7618", + "id": "51a8ee38-627a-4e8b-9a95-7fbc0adee44e", "name": "Too Many Requests - Returned in response to too many requests in 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": "a0a4f2b9-4836-4f65-9176-cc5deefdb607", + "id": "9660f89b-faa2-4cbd-bbd7-4740c8334e25", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9024,7 +9024,7 @@ } }, { - "id": "8e36583f-b9d8-43f7-a747-635a83b7e857", + "id": "b9b1532a-77b4-4ec4-9319-81338073fd04", "name": "Get the number of access-requests-approvals", "request": { "name": "Get the number of access-requests-approvals", @@ -9073,7 +9073,7 @@ }, "response": [ { - "id": "8c91bb99-d67f-4db7-b835-1fe761898bae", + "id": "9fb43636-cdff-43c1-8948-dbdeeff6519e", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -9136,7 +9136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c0ecaad-c35b-47ad-8feb-e62ce582eb95", + "id": "401a7eca-b5b7-4f63-af9a-b9aacbf73bbe", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -9199,7 +9199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ce51734-f446-453c-a16f-6321843050d5", + "id": "a14a8dfc-6c5f-4915-9fe2-3ebf7da08d74", "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": "1e1c2b64-94a5-4e5a-9f1a-c2db9f42ec0e", + "id": "ad28cc12-a5da-4f49-8b16-e5bdaaab4a5c", "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": "894329a9-df7d-4bf5-8b1c-4832d7154d96", + "id": "efd5af30-3f9c-4fd9-a0a9-383001040630", "name": "Too Many Requests - Returned in response to too many requests in 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": "0286221d-eafc-4100-9b81-0c30124dc77b", + "id": "03b6af76-2579-4284-9af1-b7e7bebc2fb1", "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": "7b79c7b5-b3bf-43bd-b618-71525c1393ec", + "id": "1192cbf7-c672-494d-b246-4fad590d05b1", "name": "Accounts List", "request": { "name": "Accounts List", @@ -9538,7 +9538,7 @@ }, "response": [ { - "id": "263d15be-08ec-4162-9798-47181bbffc48", + "id": "b537b379-3d8a-4e2f-a7f7-713a459b7526", "name": "List of account objects", "originalRequest": { "url": { @@ -9627,7 +9627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a16d4116-d88d-49aa-8b8e-6b476a7f56b2", + "id": "e202973b-1d03-4399-826b-9ef1fc87bbcb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9716,7 +9716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24f7ed9c-c94e-4e33-8765-e9cd981d327b", + "id": "7f6fe5d7-695a-436d-be2d-f2cc9ab5a7e4", "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": "44e47aad-5986-463a-a56c-3fc86d07c325", + "id": "ce910fcf-e9cb-47bd-9172-b1e00c7a038a", "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": "850a76c1-3dd2-4167-a00f-6c459598187e", + "id": "0344ca5c-d009-45f5-9ff5-7c7e81e9734d", "name": "Too Many Requests - Returned in response to too many requests in 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": "d2a762f0-86a6-47c6-8c97-2ffe82c1b620", + "id": "7c26bb44-8060-4696-af49-3bd6f353ec79", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10078,7 +10078,7 @@ } }, { - "id": "5bd02aef-1773-40e3-a29c-d598707588f4", + "id": "38fcaf84-faa9-455b-ad2f-e37c6eb73745", "name": "Create Account", "request": { "name": "Create Account", @@ -10120,7 +10120,7 @@ }, "response": [ { - "id": "952be6e7-43c8-41e6-bc9a-9225fc6c5d50", + "id": "c0430d52-4faf-45f3-bcb5-4b79e541a772", "name": "Async task details", "originalRequest": { "url": { @@ -10176,7 +10176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f341a806-e11c-4703-8e08-8bf992e5d615", + "id": "10f65993-cd07-413b-a65c-b3682066afa3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10232,7 +10232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14cbffb0-f0c0-4c97-94f4-b79c852ff976", + "id": "55bd08e5-41d7-45cb-a50c-04d494a61404", "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": "f0ae58dc-0205-4931-b4bb-9059c0283b92", + "id": "a40630ca-b42d-4932-9ac4-f170902fc0a2", "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": "0299c2d2-370a-4765-a9a0-324eba8a13c7", + "id": "75f0612d-e1ba-4c3d-bfc0-a4f581d058fe", "name": "Too Many Requests - Returned in response to too many requests in 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": "dfc8be82-fd70-409e-92b2-5f7998b30a4e", + "id": "cd51a53c-afcf-47fb-9524-fee6e24f2422", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10462,7 +10462,7 @@ } }, { - "id": "c4d9bb6a-990d-42e4-9f2f-8d296a2dd042", + "id": "f43532db-a673-4437-a4aa-f22e01677f03", "name": "Account Details", "request": { "name": "Account Details", @@ -10503,7 +10503,7 @@ }, "response": [ { - "id": "c89d35d7-4cf8-4821-a842-64a0ac5dbc61", + "id": "6cfaada4-f36a-489e-9c88-90fd4ce68029", "name": "Account object.", "originalRequest": { "url": { @@ -10547,7 +10547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f9134ff-033c-458f-866f-b3f8571a95d0", + "id": "70081e5a-7775-49e3-82e9-46023cafdbbb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10591,7 +10591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c53247f-d7a1-42bd-b929-8afc7735a005", + "id": "9b3ef939-e7a1-44ff-aab6-9f94a4bba51d", "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": "e56b02aa-2fc7-4ef7-bc09-5c5b41c10efc", + "id": "a62280c5-0675-45a9-ac22-c37f4876feff", "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": "e865b0b1-beaf-4812-8d85-aa5796cd909d", + "id": "7c8a35e5-dbd3-4d84-b212-a9ac508dead5", "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": "1094d967-a518-4be9-863f-2d2b350ea692", + "id": "c812e7cf-a51d-45b4-a11f-8248512bcc97", "name": "Too Many Requests - Returned in response to too many requests in 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": "4762733e-0b7e-4c72-baea-1d403ff1bb44", + "id": "a8f1f501-bd59-4978-97bf-a7f4a833ad3e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10817,7 +10817,7 @@ } }, { - "id": "d9c290d4-52fb-4722-ba3d-4270ca14081f", + "id": "41fc5935-854b-469e-84f8-cc8b8c9fb3e8", "name": "Update Account", "request": { "name": "Update Account", @@ -10871,7 +10871,7 @@ }, "response": [ { - "id": "7d812d17-5078-4da8-af30-4e2d9df2423b", + "id": "78beff38-10eb-423e-8e69-01b417a8981f", "name": "Accepted. Update request accepted and is in progress.", "originalRequest": { "url": { @@ -10928,7 +10928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b119df7b-8257-4f4d-98bf-b726451cc242", + "id": "226e8a30-0a39-45a3-bbdf-d1ea683c93ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10985,7 +10985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52937b79-c3fe-4e27-9739-34a926350ac3", + "id": "3d5e669a-5349-4580-ad20-449b81c0eaf6", "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": "a4eb3cce-88a6-4f9f-9012-8b87f4c99d5d", + "id": "7ef73433-0177-462c-aa4b-91f5251b76e9", "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": "9aafa16b-ad0d-4395-b4b7-480ee1f0c208", + "id": "876bb179-70e2-4b2e-8ff0-2ee17d2f0063", "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": "bb6f9c32-bb2d-4c9b-b091-9b3eb53b54cd", + "id": "5d19bf08-a153-4186-af1b-63b730efc877", "name": "Too Many Requests - Returned in response to too many requests in 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": "47d5e685-4cf7-44e0-b34b-b98cfae1734d", + "id": "d180a25b-fd74-46b4-9fb9-7806032dbc05", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11276,7 +11276,7 @@ } }, { - "id": "a2805c0a-0776-4b5c-a3ed-4c0dbd309c32", + "id": "f096080a-c92c-4a54-b61e-93317103de81", "name": "Update Account", "request": { "name": "Update Account", @@ -11330,7 +11330,7 @@ }, "response": [ { - "id": "299b151d-dbaf-437d-b98f-814fb900c5f2", + "id": "f0932f67-9506-4407-8d3a-174e8419f07f", "name": "Async task details.", "originalRequest": { "url": { @@ -11387,7 +11387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bcb937e-a39d-429c-9a7d-8efb1bd7a16e", + "id": "048f05fe-e4f2-4bc7-8e27-e1522ee5086c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11444,7 +11444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b72a8c1f-1ec9-41ec-b173-82ad0a7e3621", + "id": "7592cf69-fc8b-43fe-a9ce-0f0b20472b14", "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": "248e65b9-fd53-4c3f-ab7f-016dae261f9c", + "id": "b0c2e742-74c9-44c3-9f21-2ed996327717", "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": "e59e5fed-bcaa-4ed7-8094-e59fba9cbd28", + "id": "4eb1e780-fbdd-480b-bd00-9ac336f95296", "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": "bb1c35e8-8ba7-44e9-979a-24e9283826b0", + "id": "e18e8b39-e8e0-46a1-9ddb-30cbb8aec4a1", "name": "Too Many Requests - Returned in response to too many requests in 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": "f20038d2-e1ab-4c3d-ace0-130177e5c6c3", + "id": "98e4f981-e1da-44b4-bbdf-370bbb24adf3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11735,7 +11735,7 @@ } }, { - "id": "01bcb165-b3c8-4e1f-a9d3-272e6e17c196", + "id": "540a74e3-55a6-4b4b-ab0b-b3725fb38f4e", "name": "Delete Account", "request": { "name": "Delete Account", @@ -11776,7 +11776,7 @@ }, "response": [ { - "id": "d525bed0-8405-4477-a333-41934e3bbd42", + "id": "7dfe86c2-fa0e-4e0c-a42d-36fa831c345b", "name": "Async task details.", "originalRequest": { "url": { @@ -11820,7 +11820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f649896-dd93-494e-b5aa-b0e27364f0d3", + "id": "2cb898db-74d0-4030-b57a-81f9a18693b2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11864,7 +11864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8edfe1d6-7749-471c-9c34-f19b61b24535", + "id": "b28d9c83-8b45-4de9-8724-f0ec02e820bf", "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": "bebf0e92-60b8-41c6-85c5-d15b90d96fce", + "id": "9f171d26-9536-4516-adc2-3d09e28218d1", "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": "ff5018a5-a8d2-4ebd-b54f-403c6aa5cadb", + "id": "e9712ca0-491d-422b-9135-04e14648bb21", "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": "2fba1dce-c2df-4764-80fe-49fb9d87bd02", + "id": "964a48dd-6547-48dd-bde9-3ec71686e24e", "name": "Too Many Requests - Returned in response to too many requests in 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": "b3858a94-2062-4b1d-8efc-89dce5c27fde", + "id": "bfc54285-8905-4028-8f0b-d189cf03d521", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12090,7 +12090,7 @@ } }, { - "id": "f65cc8ba-d3c4-40d9-a46d-6a673692266c", + "id": "945c7e2e-1a77-49ec-870e-cdc3a02fef08", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -12160,7 +12160,7 @@ }, "response": [ { - "id": "b1e3c124-f058-4034-b897-9cdf0918932f", + "id": "9a49a3bc-6319-40a1-a491-5fb63fbc8ac7", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -12233,7 +12233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56e0e3d2-da09-4acc-a027-c2364d6a0a28", + "id": "011ca468-50ca-4732-9ebc-33bd22f22441", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12306,7 +12306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89ce51e4-2357-4384-af0f-3177e57df1df", + "id": "c579f23c-df38-4cb0-b7e1-658ebea953d0", "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": "bbb862b6-987b-42ea-9858-a9139d90bcf0", + "id": "98323c9b-f758-43d6-a9ee-9c37c3445b5e", "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": "e1ae025b-0f90-4196-ba0a-4ab7cfa984da", + "id": "d7f9bf29-df4b-4324-92e0-7f2531931527", "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": "718614e9-2553-4b2f-874d-65731f6eac40", + "id": "48dd04ab-26dd-424c-9d68-1462cb1cb57a", "name": "Too Many Requests - Returned in response to too many requests in 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": "f7a2ca53-3c18-40d0-b393-5abdb974f99f", + "id": "134c20c0-64b4-40f4-9573-f3b8c0c345c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12677,7 +12677,7 @@ } }, { - "id": "84663369-a6d2-4958-86fb-fc034f9be976", + "id": "abae37ed-765c-4c28-b11b-1ec3276c525a", "name": "Reload Account", "request": { "name": "Reload Account", @@ -12719,7 +12719,7 @@ }, "response": [ { - "id": "c2e8fe1a-c959-4e98-bcc4-4bd22ee5cf28", + "id": "33a88116-9caf-492a-9bd8-66ec82740823", "name": "Async task details", "originalRequest": { "url": { @@ -12764,7 +12764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fc4ace3-0bf8-46f7-a972-feef6a9b5b3a", + "id": "cac67e9c-2c56-4bca-8f37-ccab158c35b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12809,7 +12809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "863a78a7-3c20-4128-a815-072cce9111ab", + "id": "ec473dd4-b3f4-4647-b646-fee2b7662292", "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": "86ba328e-412a-4b4f-b760-98f7e8466528", + "id": "9908c5d3-3ea4-4242-8a54-1ba1fa39eb1a", "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": "b24af4c9-9431-4448-8f94-e78391ef486c", + "id": "d81c0083-69be-46ac-8fc4-33e0ca30383e", "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": "f66fdd8a-c493-4b16-af2e-1ac07915ac2c", + "id": "6b3b7890-e5e2-40b8-83ba-63269781da48", "name": "Too Many Requests - Returned in response to too many requests in 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": "abdcaba0-0e96-490e-a208-a7e2c28bbedd", + "id": "3ba67ab8-b5de-4331-a689-e699821ec1ac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13040,7 +13040,7 @@ } }, { - "id": "5710f40e-6107-4331-aa84-9c57da22dcbf", + "id": "7f630aed-164d-49d0-8fd3-ab1a102109d3", "name": "Enable Account", "request": { "name": "Enable Account", @@ -13095,7 +13095,7 @@ }, "response": [ { - "id": "bddad213-58d6-4c02-9139-9788c2ed1c5a", + "id": "429dfa22-257a-4ab4-998a-4f0dd5e3f0c0", "name": "Async task details", "originalRequest": { "url": { @@ -13153,7 +13153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f63760f-2e09-434d-b13c-4ed3d8e818d4", + "id": "34fcbb94-f5ad-407a-a310-c73db20cb6d6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13211,7 +13211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11610d08-2a81-42b1-b32e-971448d9952c", + "id": "0ef79f67-df8d-4349-8d36-2ea0d9c188a5", "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": "c1ac3955-f7d7-48c3-b9bc-326e557a9dfe", + "id": "86db7b7f-32ff-4315-9a30-c73abd2fbb0b", "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": "0efa4373-abb4-4433-8622-3e06a068251c", + "id": "7193cf7d-b2ae-4b65-b487-2b20de305031", "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": "a32726a4-3ae8-43d0-a60e-8bfd7cbcc964", + "id": "32f59fce-8ca6-4227-ac8f-33232fd0b059", "name": "Too Many Requests - Returned in response to too many requests in 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": "19da9b4d-496a-4115-a1ed-be76fd5f8a37", + "id": "e932d16e-e5d6-4a31-9542-f671b845677f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13507,7 +13507,7 @@ } }, { - "id": "2d2a9079-c26b-449e-91f3-cbb9d1caf3fb", + "id": "d86d8dd3-1f3f-4788-ae57-f363749edc09", "name": "Disable Account", "request": { "name": "Disable Account", @@ -13562,7 +13562,7 @@ }, "response": [ { - "id": "3fbfef61-b7d8-4134-bddf-6d807aca13e9", + "id": "a392ef4c-f511-4e3d-babb-139224cfac86", "name": "Async task details", "originalRequest": { "url": { @@ -13620,7 +13620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6ac42cc-2671-4af2-b985-52ae28e0f049", + "id": "149c202c-dc19-4137-92ff-7053a0638a28", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13678,7 +13678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57b377c6-eaca-4c2d-9237-2a14a234861f", + "id": "46c86a3c-5bb7-42fb-b28f-5bdbad5d0f95", "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": "57cb0fed-f6b9-4d6a-80e8-0c79f5528c20", + "id": "bf40077a-619a-4fb4-baff-65a5163a8158", "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": "e84b8374-0eb8-4a3a-909a-2b3ee640e7ec", + "id": "70e889fc-87ed-42f1-82e9-5b88f5f5f907", "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": "e17595d5-95ef-4527-b60b-285cf16a5988", + "id": "7b990387-ba25-4c85-8aca-dbe830416f0d", "name": "Too Many Requests - Returned in response to too many requests in 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": "d60222e0-0450-4ebc-a387-f016f0c45b6c", + "id": "8b745d12-ee82-4fc2-b87f-50fa21bc1cd0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13974,7 +13974,7 @@ } }, { - "id": "18211b7d-29c8-4493-90c3-50f4d1746661", + "id": "65720824-11de-4916-8620-9071b870f7f9", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -14029,7 +14029,7 @@ }, "response": [ { - "id": "d2345273-c2d0-4e0c-a62a-7a95f1cf7910", + "id": "d99608e4-a4bd-4650-a61d-ee8c83d3ea6d", "name": "Async task details", "originalRequest": { "url": { @@ -14087,7 +14087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaa3a8e6-271f-4afa-bc23-362553d495ba", + "id": "6f7e8349-4768-4031-9dee-585237d691c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14145,7 +14145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d920db8f-2b18-4360-b21d-4ba68b1896f9", + "id": "fd39fe62-0b5a-40c9-9d42-8bbdeb3e8a56", "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": "d7db9bc4-04b3-4e38-951c-7d9bc983f3bd", + "id": "b93c41df-2a50-44d5-84ff-4c9cdb54afb7", "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": "16f1eaa3-677c-4a0b-944e-a9b81ea0ed4c", + "id": "9784d852-2b4d-429c-b1b1-312cba7ef5e0", "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": "abc93064-041e-4eb8-8e41-d28a51f34a6d", + "id": "54b07e0d-3e3f-40f0-bdb0-e6ab56f1e1c4", "name": "Too Many Requests - Returned in response to too many requests in 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": "e47eb539-ac0c-40eb-951f-c19d8feb8b1b", + "id": "546e5c81-64ec-4eec-89db-9d4babf9b0b5", "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": "a725a2b8-eda6-461c-ab33-b8d57385f230", + "id": "f1ffe6e7-a2c3-4e2b-8c80-ee99d7546fb5", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -14549,7 +14549,7 @@ }, "response": [ { - "id": "0b0c1b93-1481-4dc4-b88b-e7398ad3c14d", + "id": "2bd33d0e-9708-462f-9c6a-a72c30603164", "name": "List of account activities", "originalRequest": { "url": { @@ -14665,7 +14665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6094255f-595a-432e-8f0d-192ab1a79654", + "id": "73cba897-0a79-4792-9eb1-586a23b58f2a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14781,7 +14781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7294b35-69c4-4d86-b0b7-fc0e2d495e85", + "id": "c20bdd6e-0a1a-4a2f-a4e1-26895df68f01", "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": "e1a83b76-ac4f-4936-9c48-29a4d13f9651", + "id": "fa6d0f23-8101-4567-a1ed-2cc5e15d5fa3", "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": "12022a83-3713-4c0b-b8e7-01cb2158bc20", + "id": "96cc0416-e6a2-4d66-8b80-311c0edb742a", "name": "Too Many Requests - Returned in response to too many requests in 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": "163d5ceb-355f-41bc-941c-e0d776583674", + "id": "30ae1dff-503b-4dc3-ba34-03d44a3fb742", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15251,7 +15251,7 @@ } }, { - "id": "8c211d3d-8113-49bd-91c2-a1d7c6e6f167", + "id": "0f3caea5-9ad2-4a6c-83bb-fc203d4fc759", "name": "Get an Account Activity", "request": { "name": "Get an Account Activity", @@ -15292,7 +15292,7 @@ }, "response": [ { - "id": "ae411af2-ad94-4cb6-8086-f656f575459f", + "id": "f8df67df-81ef-4ab9-9507-6877bf693061", "name": "An account activity object", "originalRequest": { "url": { @@ -15336,7 +15336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38977665-6d77-4851-928f-bf1cebe42694", + "id": "0eef2fb7-81c4-4f86-823e-ac8551ac25cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15380,7 +15380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8e5a646-7343-4b8b-81bc-050ef704a9b2", + "id": "97c15c21-b23f-48c1-b82d-2438cb30206b", "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": "0ffb6c2b-b27c-42de-832a-5b3a99837a6a", + "id": "5a2229c6-cffd-4693-91a2-d91ce6ead7af", "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": "afdfcf57-a7e1-4a54-938a-0036c2ebf765", + "id": "9890542f-e704-45ef-829f-44732a446835", "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": "6f67c6d7-ecb0-49e0-afcf-98e997362535", + "id": "586ca3fd-3307-4323-8dd9-4c8d8b24366c", "name": "Too Many Requests - Returned in response to too many requests in 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": "416cf178-de0d-4110-9058-db156db8332f", + "id": "a0cee0f3-165d-4f62-8219-4d44e8f6f661", "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": "654462ee-17c9-48be-9368-ec7e1e9ce11d", + "id": "a779fd21-d266-4dc0-9a01-aa490d319661", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -15691,7 +15691,7 @@ }, "response": [ { - "id": "a78faf8c-6bdc-4598-9516-b9ca4303530d", + "id": "550be816-f344-46f6-843e-a92ee5709e72", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -15773,7 +15773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9247c47-3221-4776-9a61-45c5428de897", + "id": "0c7bb299-1e77-4fd5-a05a-7a7217aec8ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15855,7 +15855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fad9838-3121-4017-9d8f-6c456085feba", + "id": "f96bd05f-aca7-41d1-b342-056a0836ed6c", "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": "54682d93-3010-407b-917d-802d2ffe8756", + "id": "c5fd678e-56a2-4778-acfe-4fbcd6789d3b", "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": "85cdd506-cc2a-4efb-92f5-2a8197d5df60", + "id": "d0ba7991-420c-4908-9408-47f5785283b2", "name": "Too Many Requests - Returned in response to too many requests in 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": "ddf99b00-aeaa-4e65-99f8-12dfcbbce5aa", + "id": "1174481e-d3c6-4aa6-913e-60c272802004", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16195,7 +16195,7 @@ "description": "Use this API to implement user authentication system functionality. \nWith this functionality in place, users can get a user's authentication system details, including their capabilities, and modify those capabilities. \nThe user's capabilities refer to their access to different systems, or authorization, within the tenant, like access to certifications (CERT_ADMIN) or reports (REPORT_ADMIN). \nThese capabilities also determine a user's access to the different APIs. \nThis API provides users with a way to determine a user's access and make quick and easy changes to that access. \n", "item": [ { - "id": "2eaf510e-c0ca-4311-bdee-1c6545f6b7d8", + "id": "1c9c1559-6b63-4895-9b63-8cf2cf882098", "name": "Auth User Details", "request": { "name": "Auth User Details", @@ -16236,7 +16236,7 @@ }, "response": [ { - "id": "c01060ee-768b-4a33-9a69-489cf298cef9", + "id": "4a7a0c2a-8237-4206-9539-f15f456857d5", "name": "The specified user's authentication system details.", "originalRequest": { "url": { @@ -16280,7 +16280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2de306f-8a12-4cac-b767-0260925a8720", + "id": "85a3c847-5d8a-4aa7-813a-6b4414781e5e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16324,7 +16324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cce62f9b-5886-49dd-98b9-e415108565bc", + "id": "2d156d40-2deb-4751-8f07-ca117d995e0c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16368,7 +16368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83e3be40-59cd-4244-9a3d-c3470f749998", + "id": "46248805-3d1c-45dd-81dd-0d1d34546c05", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16412,7 +16412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9227298-c549-402e-8c05-ef5573849fe2", + "id": "48098f9a-0271-408d-a95f-075c95fb7a38", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16456,7 +16456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3c0f2e2-2732-4906-8d07-d61341184deb", + "id": "9efbf2a6-5e89-4f4c-a31d-df32c9086980", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16500,7 +16500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b211c5d-cd01-402e-a45a-6bcdb2f801e0", + "id": "2ca7a6e6-0cf8-48a1-a13f-8e105f15ec14", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16550,7 +16550,7 @@ } }, { - "id": "0f471a39-c2c3-4b78-93c9-811f92f04b51", + "id": "d217b95f-87a3-4d80-9b17-a14bd331186b", "name": "Auth User Update", "request": { "name": "Auth User Update", @@ -16604,7 +16604,7 @@ }, "response": [ { - "id": "c81ae126-b2e4-475e-8622-fc18fc90a16d", + "id": "5cfeed6b-c6ce-4146-a69a-c338178562ac", "name": "Auth user updated.", "originalRequest": { "url": { @@ -16661,7 +16661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84cb7a07-fa6e-487e-857b-2ac9498de182", + "id": "7e111c4d-d11b-4cd1-9e9e-1267de7f534a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16718,7 +16718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f808a45-a5db-4f0a-bb9a-de02fa1aa34f", + "id": "1310f032-b87c-415b-b519-820305a7f61c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16775,7 +16775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ced4a344-2ebe-42e8-964e-37a5bb6e239c", + "id": "7ff3a20a-a2c0-41db-a10e-f92a673c06b1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16832,7 +16832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18afde96-faa8-49ec-9ce4-da9bd4ac6b07", + "id": "edecce68-93ef-40a9-8b8f-3938e4e88e39", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16889,7 +16889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d91cae3-c0c0-4523-96f7-e308cf0a27af", + "id": "bbdadc91-1894-48ef-8554-696820df29b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16946,7 +16946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9f163a1-2def-4e35-9ce4-8c800d7799ad", + "id": "ca6c5208-e03c-435e-af80-6355c8d9aeae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17015,7 +17015,7 @@ "description": "Use this API to implement and customize branding functionality. \nWith this functionality in place, administrators can get 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": "c86674d5-b1f3-43a5-bd0b-aa779035291f", + "id": "191abb48-bc03-4768-965f-c537b312383d", "name": "List of branding items", "request": { "name": "List of branding items", @@ -17044,7 +17044,7 @@ }, "response": [ { - "id": "e1bdaff0-1463-4381-b1bc-e1b69f027f96", + "id": "b4b40a4b-f9fc-44e9-9c2f-df70103ff130", "name": "A list of branding items.", "originalRequest": { "url": { @@ -17082,12 +17082,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"aliqua esse\",\n \"navigationColor\": \"anim\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"nulla\",\n \"navigationColor\": \"proident\",\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\": \"in\",\n \"navigationColor\": \"Excepteur in Ut Duis ut\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"fugiat magna exercitation anim quis\",\n \"navigationColor\": \"do ullamco in\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a2369dd0-2fbc-4554-af6c-a3ceec524874", + "id": "dceb9604-d46b-441d-ad98-49041dd89bec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17130,7 +17130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "793575f9-a6ea-46fc-9c82-fc79df6229d1", + "id": "b2c780af-9e42-4f38-8d46-2eb403257452", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17173,7 +17173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "583e105f-b038-4010-92d5-dbefa8a722b5", + "id": "c82fc592-100e-4663-9b5d-99cf7bf6a74b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17216,7 +17216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09d84613-23d6-4bb9-b85d-ab34f3dcf447", + "id": "64419bd3-12c9-4e8a-8d00-12ff5b80c8f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17259,7 +17259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cf7f680-5281-4948-9d90-62f1f2314f5f", + "id": "35c14a77-703b-4a8d-b2c6-bfb61dd9a6ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17308,7 +17308,7 @@ } }, { - "id": "b37fcaf2-45a3-4e91-9cb4-cc387c7356d4", + "id": "3395fa25-4f90-4c3a-906e-2982c0adc05e", "name": "Create a branding item", "request": { "name": "Create a branding item", @@ -17373,7 +17373,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "nulla", + "value": "ea aute", "type": "text" }, { @@ -17382,7 +17382,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "do in laborum", + "value": "fugiat dolor tempor", "type": "text" }, { @@ -17417,7 +17417,7 @@ }, "response": [ { - "id": "9656fd7c-f04a-4b7d-bd22-762c7241f00b", + "id": "fbd2efcd-8610-41c0-a844-948025f945db", "name": "Branding item created", "originalRequest": { "url": { @@ -17485,7 +17485,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "nulla", + "value": "ea aute", "type": "text" }, { @@ -17494,7 +17494,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "do in laborum", + "value": "fugiat dolor tempor", "type": "text" }, { @@ -17535,12 +17535,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"mollit officia\",\n \"navigationColor\": \"mollit ullamco\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"exercitation aute \",\n \"navigationColor\": \"et est\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5b38bc0e-eac7-47f5-a761-53e827426142", + "id": "fa22e388-c57c-49bd-8b79-4de7358440bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17608,7 +17608,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "nulla", + "value": "ea aute", "type": "text" }, { @@ -17617,7 +17617,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "do in laborum", + "value": "fugiat dolor tempor", "type": "text" }, { @@ -17663,7 +17663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05dafe77-bfc7-4f7a-827d-d1320dc1a3cb", + "id": "6d71b881-1f6d-413b-8dd5-19004d2f89fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17731,7 +17731,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "nulla", + "value": "ea aute", "type": "text" }, { @@ -17740,7 +17740,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "do in laborum", + "value": "fugiat dolor tempor", "type": "text" }, { @@ -17786,7 +17786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a673359b-91b0-4263-84d6-96b5a2754d4a", + "id": "06aa3800-0365-4fe2-8111-3363e52fb9b6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17854,7 +17854,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "nulla", + "value": "ea aute", "type": "text" }, { @@ -17863,7 +17863,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "do in laborum", + "value": "fugiat dolor tempor", "type": "text" }, { @@ -17909,7 +17909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4cc6fee-899b-4e90-8245-a545451fb480", + "id": "11b6ea43-8fb3-45dd-90f9-3d43c472b910", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17977,7 +17977,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "nulla", + "value": "ea aute", "type": "text" }, { @@ -17986,7 +17986,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "do in laborum", + "value": "fugiat dolor tempor", "type": "text" }, { @@ -18032,7 +18032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4914cc7c-61ce-4d3b-92b5-4e4e44248a5b", + "id": "a2429bd4-b765-4f3a-a411-878cb5b93729", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18100,7 +18100,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "nulla", + "value": "ea aute", "type": "text" }, { @@ -18109,7 +18109,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "do in laborum", + "value": "fugiat dolor tempor", "type": "text" }, { @@ -18161,7 +18161,7 @@ } }, { - "id": "9740e86d-35b9-40ff-8414-bc2938848fc0", + "id": "8e3a017c-14f8-4bcc-911c-e4eb75516b07", "name": "Get a branding item", "request": { "name": "Get a branding item", @@ -18202,7 +18202,7 @@ }, "response": [ { - "id": "1270002a-5392-481d-a991-a94b05810e41", + "id": "7c07f597-45c6-4b37-a06e-e486ab63b629", "name": "A branding item object", "originalRequest": { "url": { @@ -18241,12 +18241,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"mollit officia\",\n \"navigationColor\": \"mollit ullamco\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"exercitation aute \",\n \"navigationColor\": \"et est\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8c0ad82b-eb07-4aa8-a0cb-4cec3ea03706", + "id": "7b347879-3918-4bf6-bb55-050846cf8cd8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18290,7 +18290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c78111f8-81be-4bc8-b354-72783c79863a", + "id": "5ae80632-9351-4b8b-8709-c4c4f536de1d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18334,7 +18334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4314914b-c7a6-4131-be15-e55e0414826d", + "id": "813c54c0-dafe-4fed-acbb-98913170e4a4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18378,7 +18378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ec34f46-5eb4-42b5-960e-601c68ad55e7", + "id": "23cfbf0d-d13f-4959-97fb-7e3d90595c2c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18422,7 +18422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee280840-6d9d-4273-89a1-9f8b3f9250b7", + "id": "558030dc-c581-44d1-a0d5-c624f434f7de", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18466,7 +18466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b88f3dc5-1dda-42b2-8565-1893a9646b16", + "id": "7bac5fe6-a839-4933-9dab-353a49d1bbad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18516,7 +18516,7 @@ } }, { - "id": "af9c8c54-1030-4402-ae37-a3006dee9d05", + "id": "9dfe350d-1c2d-4578-a1ac-a211eae6815c", "name": "Update a branding item", "request": { "name": "Update a branding item", @@ -18593,7 +18593,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "nulla", + "value": "ea aute", "type": "text" }, { @@ -18602,7 +18602,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "do in laborum", + "value": "fugiat dolor tempor", "type": "text" }, { @@ -18637,7 +18637,7 @@ }, "response": [ { - "id": "fa3e2984-f34c-4d69-aa85-a4f49a67d660", + "id": "ff3c0885-3a74-4e4d-9391-f08f2844986f", "name": "Branding item updated", "originalRequest": { "url": { @@ -18706,7 +18706,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "nulla", + "value": "ea aute", "type": "text" }, { @@ -18715,7 +18715,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "do in laborum", + "value": "fugiat dolor tempor", "type": "text" }, { @@ -18756,12 +18756,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"mollit officia\",\n \"navigationColor\": \"mollit ullamco\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"exercitation aute \",\n \"navigationColor\": \"et est\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "99486e39-2291-4b5d-b409-f4eddf974632", + "id": "d45d229b-dd33-4f68-b95c-5f0d133c01ad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18830,7 +18830,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "nulla", + "value": "ea aute", "type": "text" }, { @@ -18839,7 +18839,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "do in laborum", + "value": "fugiat dolor tempor", "type": "text" }, { @@ -18885,7 +18885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eb3f8b0-fb5f-4b04-943d-7598eec90aa1", + "id": "dee916b6-5d66-4a45-acf8-3ffdce3bfcb2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18954,7 +18954,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "nulla", + "value": "ea aute", "type": "text" }, { @@ -18963,7 +18963,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "do in laborum", + "value": "fugiat dolor tempor", "type": "text" }, { @@ -19009,7 +19009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "112443de-2148-4b16-a8ec-902a613c9ef9", + "id": "fd866b71-601c-4d55-b951-681f6c575291", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19078,7 +19078,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "nulla", + "value": "ea aute", "type": "text" }, { @@ -19087,7 +19087,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "do in laborum", + "value": "fugiat dolor tempor", "type": "text" }, { @@ -19133,7 +19133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "339d80a2-42d2-4275-a174-c68174ca15fa", + "id": "65863f95-371d-4e4f-92e6-95c1857f54d2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19202,7 +19202,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "nulla", + "value": "ea aute", "type": "text" }, { @@ -19211,7 +19211,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "do in laborum", + "value": "fugiat dolor tempor", "type": "text" }, { @@ -19257,7 +19257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84703952-b9f0-414f-be5f-1bc6d16e9eca", + "id": "7944f84c-ee86-43cb-b04c-cb7ef7024b82", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19326,7 +19326,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "nulla", + "value": "ea aute", "type": "text" }, { @@ -19335,7 +19335,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "do in laborum", + "value": "fugiat dolor tempor", "type": "text" }, { @@ -19381,7 +19381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "800c08ce-f59c-4b77-ab4d-16714654c1a2", + "id": "b4945cd9-196f-455d-9134-d550b7870ad8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19450,7 +19450,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "nulla", + "value": "ea aute", "type": "text" }, { @@ -19459,7 +19459,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "do in laborum", + "value": "fugiat dolor tempor", "type": "text" }, { @@ -19511,7 +19511,7 @@ } }, { - "id": "a4a83f6a-e8eb-4c18-b52d-855c0086ecbf", + "id": "1d295699-230a-4895-bdf4-8776a58a78cb", "name": "Delete a branding item", "request": { "name": "Delete a branding item", @@ -19552,7 +19552,7 @@ }, "response": [ { - "id": "c802cbde-db57-46b2-83b9-96b563ddc74b", + "id": "2ed3ab50-7ee2-4e01-89aa-97cf9a7428a7", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -19586,7 +19586,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4c7f34a1-109f-40dc-8343-ba234be8c0ba", + "id": "26810e29-3d8c-49a1-93f9-2c5ad8b0b835", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19630,7 +19630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83c6c7af-39ca-4fa5-a4cd-ccdfb0c939b8", + "id": "45249c27-14ff-4433-8b24-40a2c879685d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19674,7 +19674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf30a077-c24a-437e-82be-dc25be4edbb9", + "id": "46577bf8-8ef3-4e5a-8582-2477253cb8e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19718,7 +19718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cc41500-23a0-4abb-90c6-3c3c30728129", + "id": "0a7ad573-006b-4fa3-b57b-4fbf1c9e6f07", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19762,7 +19762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6b10be3-30a8-43b9-8c92-a4d33082bdee", + "id": "8db0077c-e814-4ab6-9f60-882d09919c1a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19806,7 +19806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be326540-4875-4da4-b329-5d34491d438d", + "id": "8926e163-f8d3-4c12-bb44-4d18ffce76b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19862,7 +19862,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": "380b2829-a12b-484d-867f-b1ba44c4cf29", + "id": "c23297a1-b613-44cd-b469-fced5799bd52", "name": "Identity Campaign Certifications by IDs", "request": { "name": "Identity Campaign Certifications by IDs", @@ -19946,7 +19946,7 @@ }, "response": [ { - "id": "1797282b-72ae-4884-917e-259b858240ae", + "id": "ae169035-c073-489b-ac24-d81399d1b298", "name": "List of identity campaign certifications", "originalRequest": { "url": { @@ -20044,7 +20044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1204f4d9-bd98-446a-a5a6-b6093d1ad775", + "id": "84038e6d-42b8-4078-85c0-e1c0aabfe847", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20142,7 +20142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c22f95e6-fcae-429f-852a-3bd33a121840", + "id": "281f5d1a-84ea-4653-9fad-07c53356f9f5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20240,7 +20240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e61cfb80-c330-4c83-952c-bb6491a7b455", + "id": "bb804444-685b-4620-8808-c82220ee5c89", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20338,7 +20338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bd38987-d057-41bd-8b07-0caecbe37a54", + "id": "0f953300-c728-4dbd-b09a-050f59c0a0f0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20436,7 +20436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb1f7a3c-7dc5-4a7a-b4de-500559d319d7", + "id": "2455c9f7-0ffe-4d6e-9b2f-eb2eea24f42d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20540,7 +20540,7 @@ } }, { - "id": "81ed716f-c423-448c-9676-124e9e3f37dd", + "id": "9d73333d-8ead-4832-9c02-eca6748cfd30", "name": "Identity Certification by ID", "request": { "name": "Identity Certification by ID", @@ -20581,7 +20581,7 @@ }, "response": [ { - "id": "3cef34cb-1168-4648-a7d9-5ebeab3a8e29", + "id": "01c908f6-6ee7-4c51-ae7a-c2e2a6947f41", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -20625,7 +20625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "604dc17d-a964-4a10-9d8c-a0190fc2e114", + "id": "71c6b2eb-5408-4fcc-97b5-a3da8ab05f87", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20669,7 +20669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1768c239-5567-432d-9b29-9869e29104fe", + "id": "4ea33b81-a426-4463-a29e-a898282de4e0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20713,7 +20713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79df8260-8fb5-4d8c-a67f-1de4311d94cf", + "id": "e9ca8c06-cb35-47bb-be34-03fb46759708", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20757,7 +20757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9af5bfd-a206-4ac5-ad4f-9fc3508b3b5d", + "id": "17e26c5c-6de9-4dd3-b610-d6c280d1e039", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20801,7 +20801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdbf71a1-eb3e-4027-b47d-0f6c19ff6b89", + "id": "7522a30a-966b-4d54-bdc9-666a6305c37d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20845,7 +20845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4619812-450a-465c-b27e-76a2bd8b799a", + "id": "99c3f5ed-fa8f-4624-b70c-b3a546675eed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20895,7 +20895,7 @@ } }, { - "id": "bdb9bb74-63a5-44ac-9ef1-06c1f2809982", + "id": "634b799b-009e-458b-8a25-50b18a591315", "name": "List of Access Review Items", "request": { "name": "List of Access Review Items", @@ -21010,7 +21010,7 @@ }, "response": [ { - "id": "4691ed3f-3e9e-44fa-86fd-bbf1ca0c4492", + "id": "bbe177cd-1721-4e03-b716-de19bf12575e", "name": "A list of access review items", "originalRequest": { "url": { @@ -21128,7 +21128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0134a9a6-5ac4-4d8f-ba06-5dad15c59d4e", + "id": "6d852f02-fe79-4bf7-844a-9e3789fed54f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21246,7 +21246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "218dec89-fcf0-40ba-96e7-284624dcbd1f", + "id": "5dcf98ed-043c-45f6-b8ef-ab2a96dd3d33", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21364,7 +21364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3edbfa5f-64ec-4540-a648-adbf2d922d30", + "id": "675e94c6-3df5-4a11-ad0a-4bead1543800", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21482,7 +21482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "266a65c1-14ba-4aa4-b608-cd0efe67b01d", + "id": "e7e2a8a4-0a33-4a84-88e8-742d78b581ab", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21600,7 +21600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12bbedc6-1328-49f6-bafc-fc38e3fefb0c", + "id": "4c746c94-039f-440b-9d2b-689be2d11864", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21718,7 +21718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbef2ac4-2fbd-42de-a88d-e8101eefa463", + "id": "8a76e8c7-0cad-4fde-8c21-13b69cf24867", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21842,7 +21842,7 @@ } }, { - "id": "bbdd7c27-b03b-4279-8d54-26ceab8e991e", + "id": "b7a824ba-1298-47ec-b25f-d9490bfa846b", "name": "Decide on a Certification Item", "request": { "name": "Decide on a Certification Item", @@ -21897,7 +21897,7 @@ }, "response": [ { - "id": "49082d74-2673-4d9d-b951-f4d50347fa0e", + "id": "57b4f106-b2e8-4524-9ac4-03301b4674cc", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -21955,7 +21955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eebe933e-9db6-457d-a750-56bd8716306f", + "id": "53d24878-c5c3-4cee-95df-e977bde623fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22013,7 +22013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "128134fc-6455-421f-bf9c-d46b3688f02e", + "id": "ea17c36b-e2bf-4259-9721-4d020afecaf5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22071,7 +22071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cca80e81-0915-43ab-a059-df270dd261f4", + "id": "86ece266-9739-40ac-a41b-458398142317", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22129,7 +22129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24f87cd1-2404-41c1-96f5-d38c8fb8fde0", + "id": "c8a92f6e-6b70-4248-88f6-90e46678f048", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22187,7 +22187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3c90ad7-bdee-44b4-9d09-fe46f7da284c", + "id": "d31c3013-24ff-4766-9e28-b1ebdc6d9c74", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22245,7 +22245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d341dd4b-42f9-40c2-a34b-ee07a99f4c7c", + "id": "ddfb8ea5-892c-49e5-90b1-07cc8540b691", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22309,7 +22309,7 @@ } }, { - "id": "d64bf87e-773f-41a1-a4c6-eced1be71269", + "id": "f5a67dd3-be91-461e-a31c-d3a3c80c4937", "name": "Reassign Identities or Items", "request": { "name": "Reassign Identities or Items", @@ -22364,7 +22364,7 @@ }, "response": [ { - "id": "59a4787d-84a8-41c6-842b-c7d923f914ba", + "id": "432ba515-934f-4ad2-8ca4-d016c7e99a32", "name": "An identity campaign certification details after completing the reassignment.", "originalRequest": { "url": { @@ -22422,7 +22422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceff7ea6-4bc9-4ab7-992e-81dba1a6c12e", + "id": "1fb38d3b-ff2c-41f7-b19e-462d1fcd5736", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22480,7 +22480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62c6fc88-9980-4c2d-8426-f8dc4e099157", + "id": "f4b7fcf4-6183-4e1a-ad52-743742a7fc57", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22538,7 +22538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48cb1778-9ab2-4ba8-9a22-cb62190af2e1", + "id": "13a52933-730a-4011-80a7-1ddd26bb5d18", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22596,7 +22596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e912a9a6-7ab5-4a76-8070-83fd432b97b7", + "id": "c8570e66-9255-492c-b57b-7ba5806510fa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22654,7 +22654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35e3ed0f-5bd4-4a64-992b-ec241170d8e3", + "id": "3c1367ad-8d31-4073-acba-41a20875919b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22712,7 +22712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c1673a9-4b92-4554-9e0d-8a78528bd9fa", + "id": "e10ae603-311f-4a8e-9a54-18e661d7bd56", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22776,7 +22776,7 @@ } }, { - "id": "7e95af57-7ec3-4f80-8d88-3d35bc53a598", + "id": "c23c57ae-357d-438a-b37b-9b93b6219557", "name": "Finalize Identity Certification Decisions", "request": { "name": "Finalize Identity Certification Decisions", @@ -22818,7 +22818,7 @@ }, "response": [ { - "id": "ba16db00-c015-4890-9ed4-eaebadc0e830", + "id": "1dcb0a19-579b-4bcf-8a3f-38e582e53879", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -22863,7 +22863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0697b18a-72ae-4ecd-b29c-ab2686674083", + "id": "5b1af8f5-b442-40d2-b76e-71776715c530", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22908,7 +22908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e81ff351-6a0c-425b-92e4-4a631ab51912", + "id": "c6ce8d16-b6f9-46a5-882c-cc9fc0782944", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22953,7 +22953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4e9cc59-8c3f-4d79-8112-af4dff3c52f3", + "id": "342f5548-c222-4871-8de5-96ca62cedfc0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22998,7 +22998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b78439c4-17e1-448d-af54-f24bf2b8be9c", + "id": "568b4b40-c2fe-41b8-8c31-1ae3a4afc84f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23043,7 +23043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa3baacf-6393-4cd3-a772-c9cfeed1d03d", + "id": "e26497f5-d253-43dd-8957-5add7b0d47c6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23088,7 +23088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3b6c4cc-ce9a-4c1b-ad2c-b3141a9972b4", + "id": "369c6b44-4ce2-4394-b9db-a3f16c8e5109", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23139,7 +23139,7 @@ } }, { - "id": "bdd95af8-6a26-4680-bd4e-2ecaea501031", + "id": "99b3cd36-cf6b-454e-ba1c-c3c46989ac11", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -23230,7 +23230,7 @@ }, "response": [ { - "id": "67422a40-9df4-4ecc-bdaa-284fcaf5563f", + "id": "c7312775-2254-48b1-b43a-1a41fc377aa7", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -23314,7 +23314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a52d9211-b842-44a8-8a8f-0521b6ce5124", + "id": "fee91802-78c3-4df5-b339-6e2ec5e3cf7d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23398,7 +23398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "609492f8-cc7f-4333-a641-f766f71307c5", + "id": "b31fd0e4-0984-4286-81bd-9cf4c9170348", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23482,7 +23482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b9ad0e1-32df-4a0a-8f3c-ba49fd70a38a", + "id": "310be989-1b87-47f9-8700-41df1ce184e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23566,7 +23566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4805dda6-c1ba-4395-a910-d882f66a4667", + "id": "f3b0d069-cbf2-4b71-bf4f-7069bf533287", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23650,7 +23650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8214caa8-622a-45fd-a73c-0c210f2c851b", + "id": "38c00fc1-c69a-4cd0-843d-cc09cae79625", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23734,7 +23734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08ad4d1d-2fc7-4ed6-b863-783455232a63", + "id": "73bffd48-d4f6-448b-aafa-0574ad2fc4fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23824,7 +23824,7 @@ } }, { - "id": "5f251d0b-5928-4567-9387-b4e7d97f56c6", + "id": "56eb8230-cfb9-4bd0-9bfd-9f32d6d1868a", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -23912,7 +23912,7 @@ }, "response": [ { - "id": "5fce8ca0-e504-46d2-beda-98c2acde3319", + "id": "4a7d8727-9d31-4f90-a4cf-189aada034e2", "name": "A list of reviewers", "originalRequest": { "url": { @@ -24003,7 +24003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73c3fcd1-aa9e-4c6c-a532-3160ffd189ba", + "id": "40c05d12-316c-4364-a1f4-6f29b771aef3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24094,7 +24094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81fc44c7-deb2-4446-9629-455ccd0f4f5f", + "id": "624d3ff6-0258-46d6-863b-8a5191f83532", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24185,7 +24185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e35dab1d-f76d-4127-8fb6-e97624add0be", + "id": "7f6343ce-3ebb-407c-919c-46da4089b644", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24276,7 +24276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e7295ac-67fa-44ae-9c56-717a92c45a0d", + "id": "aac4487b-5eea-41d1-be36-30a2a36709f5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24367,7 +24367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af164bee-0a70-4512-b3ad-737e45d6b18a", + "id": "245c7d99-484d-4937-84eb-b9e594700371", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24458,7 +24458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f375737-71b1-4698-8dce-9afcf8de8422", + "id": "efab830f-a4ce-4b30-87fa-0452adb9f811", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24555,7 +24555,7 @@ } }, { - "id": "fa360615-61ca-4d64-b39e-f2f8fe557489", + "id": "4e01a24c-fc36-4e15-99ae-ad051e0c805a", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -24610,7 +24610,7 @@ }, "response": [ { - "id": "5eb13324-34f0-4d15-a862-73c8ad688b66", + "id": "80cd16d7-8c2f-448a-bd42-6b5424fd937d", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -24668,7 +24668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ca5736d-862f-4e08-a632-933c5df0243b", + "id": "ccf53c03-33d8-4d21-a764-d4b9ceac264d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24726,7 +24726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f37474a7-9530-467f-9beb-693fd6cd9087", + "id": "9582eab7-bf2f-420a-be11-ba8b14044f0e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24784,7 +24784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a779a0b5-7349-4ac9-bbba-560fd14e996b", + "id": "1b562c6c-8cd5-47e3-954e-1ed19aee8cf8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24842,7 +24842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee682eed-1355-4ddf-a140-5053e06f471d", + "id": "dfdde643-2b23-40a1-bb98-87bc3c7e7285", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24900,7 +24900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cfca209-f983-43da-b099-c5482b27d1f5", + "id": "309601a1-2a64-47bb-9059-7683a91e7a2f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24958,7 +24958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd4c1e7a-f443-45d5-9fee-807c55e89b24", + "id": "c6eb3fe6-5370-4b83-a3dd-7a630ae971c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25022,7 +25022,7 @@ } }, { - "id": "0b336482-05b9-44bb-a60f-b2a1dfa701fe", + "id": "e74a7fae-5733-42a4-bcb2-257227e43f1f", "name": "Certification Task by ID", "request": { "name": "Certification Task by ID", @@ -25063,7 +25063,7 @@ }, "response": [ { - "id": "08cf72c1-2aff-495a-b289-b87f2641cfdb", + "id": "73bf250d-a94d-4772-a5ed-166130dc765b", "name": "A certification task", "originalRequest": { "url": { @@ -25107,7 +25107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c0d939b-5629-4786-90f4-315fdd950385", + "id": "2ce94e84-eae9-43a7-af90-ddc81efe856a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25151,7 +25151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f76c4e17-b0bf-46a0-b483-fdb52fb6d6af", + "id": "08b3960f-2603-4ffe-92dc-544d4b705572", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25195,7 +25195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6b602f3-7cf8-4449-9746-75ba3a257d3c", + "id": "8552f932-e393-48a0-ac28-670e1cc34527", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25239,7 +25239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "730075f7-4fde-4973-90e7-c8eb27b31b54", + "id": "2c034bd3-f859-41dd-ac98-4eb26e7f8624", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -25283,7 +25283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "370db051-a4a6-4bc7-a77b-df6f2b8f7b4e", + "id": "7b301dd8-a6b4-476d-9239-d5cb52087f13", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25327,7 +25327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f4395bd-22e6-4a8b-bf11-78c7fec9d825", + "id": "db2504b4-daf8-40bd-93ed-ab1e68164009", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25377,7 +25377,7 @@ } }, { - "id": "5a55e83e-1d90-4147-9f5d-996a9c395f77", + "id": "69a52ac5-83c0-4ad5-a6f2-8d3e5e5bb1a5", "name": "List of Pending Certification Tasks", "request": { "name": "List of Pending Certification Tasks", @@ -25452,7 +25452,7 @@ }, "response": [ { - "id": "8cc0e613-140b-463b-bb5b-ed3a888ac126", + "id": "13cafb00-1e14-455f-bcbb-9d7c7847a17b", "name": "A list of pending certification tasks", "originalRequest": { "url": { @@ -25541,7 +25541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c37f1b8-6a37-4e5f-8dec-465fd96377a9", + "id": "e3026be9-7cd0-497d-8af6-4140f6fc28b0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25630,7 +25630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "639839de-02d7-41ec-a9b5-dcac84d5e10c", + "id": "04a0fa7e-cb93-4872-a4e8-057b49ffa0c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25719,7 +25719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc599b3c-61a0-43e7-bc02-750c43817129", + "id": "3861f69c-365c-4539-9a6a-8a68e84fa466", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25808,7 +25808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5b622cf-1821-4938-98a8-84231d9012bc", + "id": "7c9e5982-f845-4cbe-b9fe-cfbd998c8011", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -25897,7 +25897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8020490-3769-4cab-8a24-a7009d1cc5fc", + "id": "fa3ca796-1ed4-43dc-8df4-6f76be6f054d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25986,7 +25986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55cdeb04-bd31-4c3a-a8c4-0ff45753ff12", + "id": "ad734ed6-943e-4588-b77d-39f9ed2a64f1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26087,7 +26087,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": "c8ffd549-1d51-4803-b324-75d6de13c052", + "id": "c101aed3-2ad4-4db0-a41d-dd44e1cee73f", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -26171,7 +26171,7 @@ }, "response": [ { - "id": "306e2f68-dc88-4911-b83a-2c4e6c72c130", + "id": "b824fc30-bd0b-4b0a-9490-25ddbb747844", "name": "Slim Campaign", "originalRequest": { "url": { @@ -26269,7 +26269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d8d2f30-2989-4139-810f-ef9485e69cd2", + "id": "5e7c1559-7471-4208-987e-636304b9c017", "name": "Full Campaign", "originalRequest": { "url": { @@ -26367,7 +26367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7de46f2e-0caa-4045-8e7e-7844f968e889", + "id": "fee65a51-90a6-4b1f-a8b9-41d7e07d3780", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26465,7 +26465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfb81b3e-6a94-47aa-a332-f695b6051dbe", + "id": "8eb45efc-71ab-4d81-927e-457f326b48aa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26563,7 +26563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1630da6-fe22-452f-9d2d-15250c8d1884", + "id": "ad380e66-3eec-40c9-9cce-c8e4ddb0a383", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26661,7 +26661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d603adb-0469-4a7d-a2ba-413cf0291fa8", + "id": "7347ad6d-d339-4e24-849a-62a1a5b8b272", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26759,7 +26759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebb9d97c-e211-49f2-90ed-e7a9ac88c61c", + "id": "28eccb35-5126-4a22-82e9-8cb4347e26f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26863,7 +26863,7 @@ } }, { - "id": "9fb95eb7-4c12-43a5-a301-7d3b6a0026e8", + "id": "d77dabff-49f2-421c-aa0d-7863c598968b", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -26905,7 +26905,7 @@ }, "response": [ { - "id": "9d618b57-6566-4811-a0bc-b57f595d13a5", + "id": "4e7384ea-7661-437d-a865-986efb15a61d", "name": "Manager", "originalRequest": { "url": { @@ -26961,7 +26961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "714ec54c-a251-42f1-8eb6-4e9e49001033", + "id": "7fa25df2-7880-4498-a9b0-7634c5707b41", "name": "Search", "originalRequest": { "url": { @@ -27017,7 +27017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a385f073-5494-4948-a11c-dc431144c189", + "id": "1f7be871-f2d6-48f6-ab7b-67be557f8ee1", "name": "Source Owner", "originalRequest": { "url": { @@ -27073,7 +27073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfbc4a3f-2c6d-4329-89e8-e16d09571216", + "id": "6bb627db-1499-4747-ae1a-52665d61cef2", "name": "Role Composition", "originalRequest": { "url": { @@ -27129,7 +27129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61e153f5-d7b8-4a88-b8c1-de5cba7dc5ff", + "id": "73e47b79-60f6-42c0-97ce-c03289bbf0f7", "name": "Manager", "originalRequest": { "url": { @@ -27185,7 +27185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cc6a610-497d-4326-9c75-6b5a60992f1c", + "id": "ea9ee7d8-0c69-48de-bfcf-b04f271b31a2", "name": "Manager", "originalRequest": { "url": { @@ -27241,7 +27241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e38bb2af-a5f1-4ada-81c2-7ff90cad9701", + "id": "472ae974-aa82-4a60-93dc-33f3ede52912", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -27297,7 +27297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6894b5a-dd4d-4036-bd98-bfa47017134e", + "id": "f2607d77-3e3e-4ede-8219-14ed55aa6504", "name": "Manager", "originalRequest": { "url": { @@ -27353,7 +27353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0f1c252-b958-4d4e-b3f5-4642d340385c", + "id": "4e31d7ee-76cc-4aae-a469-30f4afe0f7f9", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -27415,7 +27415,7 @@ } }, { - "id": "d24c76af-ee67-43c7-8e9d-16f1551781e3", + "id": "fc8659ed-6f2a-4566-b4ce-41046f544a15", "name": "Get a campaign", "request": { "name": "Get a campaign", @@ -27456,7 +27456,7 @@ }, "response": [ { - "id": "80b93e98-8a48-4883-b8e6-206f1a1cb281", + "id": "f639a8f3-e770-437f-b40b-385f7eb94ec6", "name": "Manager", "originalRequest": { "url": { @@ -27500,7 +27500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e54144de-8d1e-4e90-a180-fe7b96519062", + "id": "ad951776-3113-4839-9491-d016951b60f8", "name": "Search", "originalRequest": { "url": { @@ -27544,7 +27544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8550cc3e-bcac-4156-a982-a4305521602b", + "id": "3e58ea4c-cbbc-4236-b36b-392701c6de25", "name": "Source Owner", "originalRequest": { "url": { @@ -27588,7 +27588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f627f9ae-3aa3-443f-af32-d227ba9d5938", + "id": "16c8db67-eeca-4a35-8af0-8d1243d6d0ec", "name": "RoleComposition", "originalRequest": { "url": { @@ -27632,7 +27632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cedb0f17-78fc-4e4b-b2d9-0fdc90e35d20", + "id": "5f81be32-886e-49e4-8dae-0a726a67f456", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27676,7 +27676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a718d3f-2aa9-44e9-8321-8a8c1b0f189c", + "id": "d56a20d3-bad3-43ba-b8e2-e83c4a520106", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27720,7 +27720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "614315c4-223d-4d0e-8403-aab61f7d5283", + "id": "562dd37a-0aef-4975-a8ae-ec72885f24a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27764,7 +27764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52140306-fcb7-4168-bb90-4a511e32d359", + "id": "6efc3522-4bbd-4939-b3bb-a811a1be27df", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -27808,7 +27808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e7abdb8-4b16-4272-abd8-1453eb722fe1", + "id": "7a8855c8-830c-4d39-be0a-28e7492c3da7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27852,7 +27852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2934f6b6-f4a2-415d-a050-9696b14ed1f7", + "id": "d5d2d993-b5df-45e8-b9f7-669be7c53c08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27902,7 +27902,7 @@ } }, { - "id": "b81e9f32-9b1d-4771-80d2-98db29979100", + "id": "bdba560a-eebd-47d9-9fe5-7e0846ebeae8", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -27956,7 +27956,7 @@ }, "response": [ { - "id": "255b89b8-eec8-4568-936e-ecdadcf296c4", + "id": "8faf6f62-9c5c-47fb-80f2-ac738b981521", "name": "Manager", "originalRequest": { "url": { @@ -28013,7 +28013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b522bece-a7f5-4f0e-a296-ef67076aac0a", + "id": "ab4ce5aa-ed3e-4cb5-b91d-cebcf85024d3", "name": "Search", "originalRequest": { "url": { @@ -28070,7 +28070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7950de64-9cfd-400d-94b2-6f282002dba1", + "id": "bc1a360e-6383-4cf4-8329-f08e1ce49d4a", "name": "Source Owner", "originalRequest": { "url": { @@ -28127,7 +28127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e77507a-7980-4edc-b1bd-3d920a6ab652", + "id": "1aef1a7d-c010-40e2-ae51-35eed22b299a", "name": "RoleComposition", "originalRequest": { "url": { @@ -28184,7 +28184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "effa15a3-6f87-41a5-b766-79c6bf215e6b", + "id": "e5e081a2-8526-449f-b12a-7c1a0ff8d0dc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28241,7 +28241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34dbe171-0fa4-4820-8fa8-0433d23444cf", + "id": "1523f0e5-e6a4-4e38-a0e4-0683f83385a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28298,7 +28298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0740152-3587-4330-b517-44369c15993c", + "id": "c44d0bd9-4df3-4781-97e4-5549a5654679", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28355,7 +28355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cab48206-f240-47a5-93cc-7433abedd9f2", + "id": "fa27c97c-4132-4275-bd33-a44eaa4f590a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28412,7 +28412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c910bd3d-eb8d-4354-b298-8588c94d427a", + "id": "8cf0c8ab-b32c-41f1-9972-119a34093765", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28469,7 +28469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6682c166-dffb-4d08-84fe-635989426170", + "id": "7f5170b8-428a-4889-a9d1-c6ec38f3d840", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28532,7 +28532,7 @@ } }, { - "id": "e117b9bf-fab2-4b06-bf0c-e9fda9653ed7", + "id": "58139bf9-8cfe-4216-bd51-74d2e4def27c", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -28587,7 +28587,7 @@ }, "response": [ { - "id": "5687059d-ab8d-4bbd-9708-365a60a1156a", + "id": "dba4943f-d03b-4496-9c82-a4540c5a53e6", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -28645,7 +28645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88e066e1-178f-4bd6-8d59-c7627df46d36", + "id": "7b37063b-a435-490e-b04f-74956757956b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28703,7 +28703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aac77a5-a04b-424c-a534-09f07e58c742", + "id": "fe6c4e17-1293-4a71-bf5b-741994e2910f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28761,7 +28761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96ed95cc-1fdc-462e-94e5-01668fb4fa04", + "id": "8ba2c752-1dfb-4c90-8228-08a1530285dc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28819,7 +28819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42d3b096-0a30-4761-8aa2-63066de0ee67", + "id": "6dfd5205-b892-46e2-bb32-e39f8abd3992", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28877,7 +28877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d75a74fa-9121-4492-bd69-ad1bdf7d73ab", + "id": "cac05e2b-58fd-4953-afc1-f41313ca2b48", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28935,7 +28935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5703140-0da8-4c9f-a1c1-95530d242bda", + "id": "7f5a2fc4-788c-4207-a617-8e22d686e7ac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28999,7 +28999,7 @@ } }, { - "id": "16d80808-ef2c-484a-933a-59e7cb805f4d", + "id": "800c66dc-c617-4742-88bd-3a68fd9dc0e7", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -29054,7 +29054,7 @@ }, "response": [ { - "id": "cbd3d7a5-e6d2-4982-a424-a882533e6ec6", + "id": "f9731f0d-d16d-4df6-8f0f-8d9f3e89c9d1", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -29112,7 +29112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "add75afc-6fef-4ba0-966d-721b12904659", + "id": "0baf4b71-806e-4aff-a7f6-51a6042256b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29170,7 +29170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e1fc48f-ca7f-4ebd-8478-d4575f3cbd7d", + "id": "4f875498-25ff-4767-8f9e-c27b2e3715ee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29228,7 +29228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6639aa2-813c-4b1b-8e77-86cef12121dd", + "id": "1406dded-4440-4766-a166-1698c5536912", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29286,7 +29286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bd4bc72-e129-48bc-b300-410d4bcdf90e", + "id": "15b23e68-6be7-4a02-9793-82e5500adf62", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -29344,7 +29344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "218e1734-5ef3-444d-b33a-5ccdd3fb18ec", + "id": "d21f0bc7-a6fc-47a9-bcdd-9e0b0525a384", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29402,7 +29402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d982de43-99c6-4d3f-a944-b7c8525d19b3", + "id": "7bc3ec46-d0fd-4844-9389-9788f7aefb4f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29466,7 +29466,7 @@ } }, { - "id": "c3b0d255-9d0f-42af-b1ac-47dfa07d3eb9", + "id": "0fbe9e77-7697-4738-b34d-fe395c92173c", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -29521,7 +29521,7 @@ }, "response": [ { - "id": "5ef0a6f8-0a14-42cd-96a6-8e31d2d6d79b", + "id": "49466ae1-6cc8-4308-a192-d7ad3be9f3a6", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -29579,7 +29579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "add0feeb-b157-4e47-bb18-d9780209fdea", + "id": "cce33e30-f26f-4288-a814-07ccb518615d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29637,7 +29637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18bcc530-9d8d-4519-927f-81b190c29066", + "id": "2ad2b7c5-cb13-4c15-9c1d-994cdb6bb005", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29695,7 +29695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f73aa79-ffbb-4dc1-9243-98fe5225a082", + "id": "6bc7b65f-5239-4e2f-b406-ec8d12ca6dc2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29753,7 +29753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f30818f6-0c25-4ef8-a642-95992fbe483f", + "id": "de85aa92-6239-45fd-bce0-c946c1347ba5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -29811,7 +29811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0ea31fe-0499-408f-abc1-86e8fb7320b5", + "id": "fcf6abba-2002-45f6-904a-77cdc08eb9de", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29869,7 +29869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bec932c-fa62-44b9-a024-8caed0c39037", + "id": "704867b4-0ea4-4565-8671-04cec3a6d137", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29933,7 +29933,7 @@ } }, { - "id": "54615d9a-5174-41bf-9523-ef1c213761bd", + "id": "28e17823-0fb6-480b-8b85-ab29331ae900", "name": "Deletes Campaigns", "request": { "name": "Deletes Campaigns", @@ -29976,7 +29976,7 @@ }, "response": [ { - "id": "3ee09245-bfd3-4f2e-8016-ca005e991c21", + "id": "7c164144-60c6-464c-955a-92c084cbe68b", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -30033,7 +30033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc455189-98d1-4f7d-ac3b-0d616b5f5deb", + "id": "94776965-9886-4ece-8cdf-393c29d70b50", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30090,7 +30090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef48b19d-96e4-4ed9-b1e9-fd9a75177d9f", + "id": "a63d5ed6-3841-48e1-9f58-6c42786818f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30147,7 +30147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25e4753e-2b91-4e7e-b899-27b1ec53e370", + "id": "97c75a00-849e-42b1-a064-b35333417554", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30204,7 +30204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "784b11ee-8bc3-4e64-9333-8233ccfc853d", + "id": "4c755d28-15ea-4ff5-a3a7-189add2cc8bf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30261,7 +30261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca950ebb-0e1d-4fa4-b89e-de763c5c33f2", + "id": "df06c744-7986-4209-803f-e3c8c56ff6d1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30318,7 +30318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd373733-b1c6-467f-9498-7331db30e20b", + "id": "f14b3f2e-53c0-4df0-8d27-a94efba58231", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30381,7 +30381,7 @@ } }, { - "id": "7aeea233-3a41-4853-b49c-40fc1e42c7e8", + "id": "68e6c84f-1e86-4a80-b880-0054e41e9c86", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -30423,7 +30423,7 @@ }, "response": [ { - "id": "3b211d35-6a0f-46cf-a0f9-6601c88f042b", + "id": "a26c3c22-d8da-4803-8809-f72068e89652", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -30468,7 +30468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb3a9892-d74e-400c-982b-e8d15a92aa5e", + "id": "9c4c5f4a-6386-4aae-b102-dfceccf118f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30513,7 +30513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c48cf5d1-ad93-4339-a138-10980a724456", + "id": "e2e45bae-7249-41b3-86d7-5a40d4c153ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30558,7 +30558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29221dc2-022c-475c-a22f-89f133e325fa", + "id": "0285aa58-dcd4-41e0-86a3-81ffa7cca5df", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30603,7 +30603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5930cc23-a6e6-4b99-9ed4-e307e872ba70", + "id": "13206fd9-27c3-4139-807d-9658d5d6684e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30648,7 +30648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f54eebc9-ed7a-423b-9091-8803bf21967a", + "id": "21ef0b6a-500a-4e9c-becd-bac3a38e5c73", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30693,7 +30693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2b5f6e2-30cc-4e7f-aaa5-3d62dfdc3a15", + "id": "488db19f-61cd-4890-992e-67bbb50cfffa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30744,7 +30744,7 @@ } }, { - "id": "6888b1ef-468b-4614-9d41-6c1f3d51f49a", + "id": "0a7980a7-fb07-4130-83b0-3dca8b6ed1fe", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -30786,7 +30786,7 @@ }, "response": [ { - "id": "1e34b05a-1b39-463e-b93d-4a02a456ac7f", + "id": "9f392c8b-e39d-4d1d-a20d-e0ea14639f6a", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -30831,7 +30831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd6b896a-881d-4fb4-89f0-af3764fae69d", + "id": "9f1dd5b6-38c9-47e0-a790-f69ad084f0c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30876,7 +30876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6044a62f-eb11-4d22-8961-90d933c7d3c9", + "id": "9a982dff-78f9-4e60-9373-977bd401d458", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30921,7 +30921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35826ffc-681c-4163-8f3a-70c135891d46", + "id": "c43a5c51-bfba-4aa7-8205-bb1417d1e36e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30966,7 +30966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34ab170a-11b5-4cf6-8635-f4d6248f2bff", + "id": "6acafb7d-cde6-4253-883d-60edfe41f09a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31011,7 +31011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ba14674-806a-489b-9822-cf5a2a17bc74", + "id": "c00b7eeb-200e-4910-8ea2-517d09933e43", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31056,7 +31056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff9e35f0-f35e-4de8-9468-11ae3d8e9728", + "id": "985b0aff-3a22-4b8d-9147-6af98e9655a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31107,7 +31107,7 @@ } }, { - "id": "8a7df7df-af7d-4a1c-9f51-79ca05a34cfc", + "id": "f393b8ad-dde8-4747-89da-f840c1d92819", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -31160,7 +31160,7 @@ }, "response": [ { - "id": "20862bef-1a66-431d-a76a-9603c8bacb9a", + "id": "591b1a38-2fdd-4336-b567-02a4fbefaf9b", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -31206,7 +31206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2ac2d1e-d588-493c-9642-abf575f784cc", + "id": "ff33e87f-eb90-4946-a12d-3d8288387f5b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31252,7 +31252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4b3caaa-942b-4079-99f4-6841dd421d89", + "id": "460a05cf-d13a-40db-9148-de75b57592c4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31298,7 +31298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "859e203e-78a1-4f74-ad56-0c960e216f31", + "id": "faf3b193-eb19-4b53-adf2-7da1e37108b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31344,7 +31344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b44cd40b-ba5f-4d75-9415-77fc498cd639", + "id": "60ae01a3-2d0c-4a60-af53-8e5e65a2b73d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31390,7 +31390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d704326-e675-42ef-8e20-18bd2b2a3c94", + "id": "e12f005b-d381-4265-ba45-f66d711c5e97", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31436,7 +31436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08431d78-b5e1-4f32-a1bf-ff7cb8204ddf", + "id": "c7a33513-40a6-4f36-beae-ca5e27fe514f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31488,7 +31488,7 @@ } }, { - "id": "4b5a359b-028f-43a8-a579-5522f5a38ac6", + "id": "92e2610e-52ae-4d80-8ba5-b24d4a436c70", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -31518,7 +31518,7 @@ }, "response": [ { - "id": "c419bc6d-e16f-47bb-b823-7e0d19e16d0b", + "id": "221735a8-1e65-4bfa-adac-4716a3a1ad2a", "name": "Campaign Report Configuration", "originalRequest": { "url": { @@ -31562,7 +31562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f882e362-eb51-4460-a20d-e1143a4b178f", + "id": "047a3b97-a543-4972-a6c5-cd2dfb82ced4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31606,7 +31606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c965e5bd-8597-495b-a4a3-ca1c74f814b2", + "id": "dc3f8313-7eb8-4df4-895f-d09178403054", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31650,7 +31650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9fedb34-38a5-4df7-acd6-7c5ec9eb7c5b", + "id": "82de2a6e-488f-48b1-aedc-f70dd21e9ef8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31694,7 +31694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a75dc6e9-d466-47df-b311-87181bc8b029", + "id": "2b8fdcb4-d0e5-4661-a7e8-55a37988472a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31738,7 +31738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de3724bc-7aca-4c0e-a208-70782c28b95f", + "id": "60a8cc88-2865-4c19-aaa5-7439ab092b7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31788,7 +31788,7 @@ } }, { - "id": "d55b2d9e-2c75-4468-9794-cd0974adaeea", + "id": "b2fb38af-eb53-466c-b7cf-e02d74ea8e68", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -31831,7 +31831,7 @@ }, "response": [ { - "id": "079c782b-5ea8-455b-be28-9339026026c5", + "id": "a5b3c970-6543-4309-9e06-c96d7e050614", "name": "The persisted Campaign Report Configuration", "originalRequest": { "url": { @@ -31888,7 +31888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cab8662-793a-494c-914b-6434e46a2c75", + "id": "e7a57fc3-09ea-49e4-95af-5ab23a3df458", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31945,7 +31945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b76eb5a-46af-4369-8950-54349cf6b4eb", + "id": "8843471b-37fb-4474-95cf-9b537088b630", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32002,7 +32002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0261ba1c-befb-4342-a114-362a4eaf596a", + "id": "ac42bf37-43a8-4a71-9ca4-5478a1c3e8ca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32059,7 +32059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53bf9b76-95f2-4e7c-bcc1-f06b5ad1455b", + "id": "5e0024f7-bb0e-4181-8b87-cb1d4ab08ad0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32116,7 +32116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54bd1ac2-aa11-4bc6-aaa9-8ecb4c9f1a3f", + "id": "ef7d0be4-a3b9-4ee7-9e7e-ee5aa18e6a26", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32179,7 +32179,7 @@ } }, { - "id": "c63b4336-31e5-4532-a622-b40da17fecf9", + "id": "be203e30-3e3f-4512-aacb-f49402e1d2bf", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -32221,7 +32221,7 @@ }, "response": [ { - "id": "52828d63-7d6e-42ef-a534-4b580b9e7ae7", + "id": "bf2873b7-9fdf-4d2c-99bd-140bf1bfc644", "name": "Manager", "originalRequest": { "url": { @@ -32277,7 +32277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ae64e84-c23f-482b-9066-25e7e60f2ffa", + "id": "2ad65e99-f251-4887-a313-ca84159993a5", "name": "Search", "originalRequest": { "url": { @@ -32333,7 +32333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f1fb126-1e99-44b0-be50-6d3d4592d5dc", + "id": "9c71868f-4513-44f9-afd8-acb5327211df", "name": "Source Owner", "originalRequest": { "url": { @@ -32389,7 +32389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c9224c7-8363-48dc-9f6f-a91448bed571", + "id": "0fee40db-fb5e-409f-9e85-9895f54f7f85", "name": "RoleComposition", "originalRequest": { "url": { @@ -32445,7 +32445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f33bc7a-a41b-49bf-9862-7472b506f87b", + "id": "eeacdb73-d8b0-4f3b-a360-df368cb10ef5", "name": "Manager", "originalRequest": { "url": { @@ -32501,7 +32501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60d2e9c8-856a-4693-af4f-8aa1d489b00a", + "id": "672ed29f-8bf9-4ae8-8bdf-fbf832575d8c", "name": "Manager", "originalRequest": { "url": { @@ -32557,7 +32557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63b41fdb-63c8-479c-a53d-dfb4c33979f5", + "id": "9b92ee67-6a4b-48f0-936c-7cfa68525cb4", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -32613,7 +32613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1a92602-46eb-43e1-88bf-cd6f862ce4c4", + "id": "2daa2add-881b-4f4d-b78d-586bc91d277e", "name": "Manager", "originalRequest": { "url": { @@ -32669,7 +32669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68bf26fa-6f9c-4f16-8ffd-3efce421dd3f", + "id": "54479c5b-3c83-4a23-92f4-9b6bc970e396", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -32731,7 +32731,7 @@ } }, { - "id": "3e006393-7641-48cd-8f90-70674563d443", + "id": "f3d67be7-aa0b-48e1-9741-6dc1482a52ab", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -32806,7 +32806,7 @@ }, "response": [ { - "id": "c6242047-7f99-4ec0-9213-8055662d2b46", + "id": "f5c75b51-5f66-4b1e-83d2-44ed115fb051", "name": "List of campaign template objects", "originalRequest": { "url": { @@ -32895,7 +32895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09917a0a-e868-45fb-9f95-6085ed682e11", + "id": "8179a892-9018-4a8c-96dd-c19f226ea2c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32984,7 +32984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7195857-7b9b-43fc-84ed-e94759ca2edf", + "id": "e4823a00-f3a0-411c-8405-82b5613fbdcb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33073,7 +33073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42edf157-f2e3-4a75-91bf-77752af948d9", + "id": "8e5c4287-7796-42ea-9b70-195a2eb43d0a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33162,7 +33162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a96c0aa9-c3ae-43c8-919c-0653d7289023", + "id": "fd16d15e-b993-4bca-ab89-0e0a9353a87e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33251,7 +33251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c057ec2-831b-4641-807f-c22f54d50989", + "id": "4712fd71-5650-4608-ad9a-a230bfb4661e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33346,7 +33346,7 @@ } }, { - "id": "f5a78439-d297-4a44-862d-17c4e1531452", + "id": "0346eb67-ed95-4f7f-bd03-a1ff52934767", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -33400,7 +33400,7 @@ }, "response": [ { - "id": "31aac8ee-a436-457e-a887-82ea3deb6b20", + "id": "0aadafbe-d95a-439b-9b60-c5b96bc02a4f", "name": "Manager", "originalRequest": { "url": { @@ -33457,7 +33457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92178328-d60e-4bb6-8c0d-951a6267be41", + "id": "93dae0ff-29be-4c70-8e46-17615f529a3d", "name": "Search", "originalRequest": { "url": { @@ -33514,7 +33514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c66b6a1e-45cd-435a-8dcf-6f97fb4d4cad", + "id": "bea22d98-a18d-4eac-aba2-b4c57719593e", "name": "Source Owner", "originalRequest": { "url": { @@ -33571,7 +33571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c03fe39-01e7-41ac-8589-5d1d1bcf4c17", + "id": "efc4b0fc-7063-43ff-ab4a-0f1f99cf4cf6", "name": "RoleComposition", "originalRequest": { "url": { @@ -33628,7 +33628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "739a4fb7-2cab-4867-8b5a-ebbb15e86d24", + "id": "b4306291-cb63-41e3-939e-bdaba298c0f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33685,7 +33685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d795d72-b645-4ed8-88b0-e007d3ea6c9e", + "id": "18ff7b8f-1955-429a-a519-ac6a73c53b8f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33742,7 +33742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c946676-e537-4c0b-a75d-88ceeed014f7", + "id": "6c1217f5-6bc9-4c6a-8773-037f97984f79", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33799,7 +33799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbef5c2f-3821-42fc-9417-120a2cd4e9af", + "id": "219e712f-423f-4457-a7b4-36a4c991bc89", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -33856,7 +33856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cca48ae-481f-483b-b5dc-c0adddcbec02", + "id": "09f37af2-d32e-4495-90de-348c48a6c58f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33913,7 +33913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42ffa6d7-0398-46b7-87f4-16cd05f2a822", + "id": "1ff3639b-0303-425b-b37f-72a1ebf7e47b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33976,7 +33976,7 @@ } }, { - "id": "c4dd47bb-8fc1-43af-86c3-eb723de684e1", + "id": "be607e41-d826-4a01-b08b-236bdc3b98ea", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -34017,7 +34017,7 @@ }, "response": [ { - "id": "f405cb75-9c2d-4bac-86e0-20db1dd53941", + "id": "5a2126b7-efed-4726-9933-cae8669b5b95", "name": "Manager", "originalRequest": { "url": { @@ -34061,7 +34061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dcfe04d-606f-461f-8d21-80e998bc1be6", + "id": "8f9eae10-dcbf-4f5b-94b8-24691f696c4e", "name": "Search", "originalRequest": { "url": { @@ -34105,7 +34105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f5dbb8c-00d9-4c85-9e20-926ea9588b7f", + "id": "69a38e3b-dd32-4acb-896d-b60374a3c908", "name": "Source Owner", "originalRequest": { "url": { @@ -34149,7 +34149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1facf752-06a8-464f-9480-8f4a4b1a0c1d", + "id": "8bc65c9b-812b-4a30-bb8c-0dd25b9d2a5f", "name": "RoleComposition", "originalRequest": { "url": { @@ -34193,7 +34193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cde1b9af-b9d3-4564-8594-8190196249cf", + "id": "20908983-a07f-41b6-a0cc-8a10f3e612d2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34237,7 +34237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7844dfe8-624d-4bf4-a3d1-2fd8bb46eaae", + "id": "a3761165-df78-4cf5-baf7-7817c3e2aa10", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34281,7 +34281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6f14c8e-06fe-4c24-b9fd-ef287dfddc66", + "id": "44f9b6b9-07f3-4113-9e68-3857097da9ee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34325,7 +34325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27315dd5-a89d-455c-b48f-5933df3a504e", + "id": "a70981fd-b2dd-43d7-8377-2d23d1341920", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -34369,7 +34369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c858239-6623-469a-9866-fc780ea31ece", + "id": "f2a5594f-0f44-4cb0-8ee8-d3ff05f46655", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34413,7 +34413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7746372a-b200-4a04-a469-d1118a3d6190", + "id": "5ebcff46-a20d-4170-803f-24101b2eec3e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34463,7 +34463,7 @@ } }, { - "id": "b5105545-3cfb-45af-8f76-9a152c475260", + "id": "3186e194-1d20-441d-b34a-f48c158e9cfe", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -34504,7 +34504,7 @@ }, "response": [ { - "id": "2e18a6d5-151b-45d8-92af-f1783bed9e5d", + "id": "dfd7bc44-2987-434d-996a-3a5d26f52ead", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -34538,7 +34538,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f18e7dc8-e1c3-4e90-ac82-c5ce56a5c64e", + "id": "63c46e27-6149-4e11-9331-fbd924eef17e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34582,7 +34582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff3a1746-4a87-4c32-944e-e405b052f680", + "id": "344d7525-8aa0-42ea-93a8-276b42bacb5a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34626,7 +34626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e6cc67b-f4f1-4894-beb6-17a53127bf3f", + "id": "64c0be99-2c45-455a-ac8f-08605e6796e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34670,7 +34670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7316f67f-2540-4abe-9822-74f82977751b", + "id": "72e96830-07cd-46f9-a39e-e665d3db4418", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -34714,7 +34714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0e90f77-759f-42d3-b520-10940e3ce27e", + "id": "8c77826a-303d-40b0-bccd-c45ae9169140", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34758,7 +34758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be67facc-0be4-41f8-b9f9-3512b38c6b58", + "id": "724b8b55-84db-4346-8c8c-cd3116b948d2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34808,7 +34808,7 @@ } }, { - "id": "94d34cf8-d007-43de-a81c-1629a8d41c1d", + "id": "e838f3f9-106b-46a7-8409-19cce9f4b585", "name": "Gets a Campaign Template's Schedule", "request": { "name": "Gets a Campaign Template's Schedule", @@ -34850,7 +34850,7 @@ }, "response": [ { - "id": "72d1b139-69fe-438b-a8da-3d3d3eda7118", + "id": "6c2f4208-f1a9-4d7a-9356-d136922f0374", "name": "The current schedule for the campaign template. See the PUT endpoint documentation for more examples.", "originalRequest": { "url": { @@ -34895,7 +34895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea796a24-9701-45cb-9328-3134fd2373d1", + "id": "b4c0406f-dd7b-4fd8-96d5-99ebd603feb0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34940,7 +34940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26a950f3-32fa-43f8-b0a1-fe5a2c5227f2", + "id": "917a274a-4eb3-4345-b200-8b5c93451426", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34985,7 +34985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3102ad7f-02fa-4bd7-b8fe-f933b77a15ee", + "id": "22b0c4f5-ac54-4f53-bb68-d6ad16957978", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35030,7 +35030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c817ee75-c1e2-4b83-9575-24d6e59ad7da", + "id": "697e7429-8fc3-4ed6-8779-89a9a7e63944", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -35075,7 +35075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddab2adf-9e06-4efd-ae7a-d5b4fe549d42", + "id": "5a4d35fa-51f5-4391-aa56-36a3c6efd160", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35120,7 +35120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bbeec6e-0e43-4b69-80e0-d7f3afea853a", + "id": "5d20031a-f6e3-496a-ba27-8abaf691291e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35171,7 +35171,7 @@ } }, { - "id": "81e52f4c-b952-4386-986a-8428c0091ac0", + "id": "2fb6eeee-e4fb-4aa0-986a-4f7d8a437e68", "name": "Sets a Campaign Template's Schedule", "request": { "name": "Sets a Campaign Template's Schedule", @@ -35226,7 +35226,7 @@ }, "response": [ { - "id": "c375baac-cdaa-41fb-b5d1-c549311860e6", + "id": "f89fda16-0c1a-4179-abf2-9bbbebd9a2ca", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -35274,7 +35274,7 @@ "_postman_previewlanguage": "text" }, { - "id": "49796f3f-3137-4c31-b263-baab48b6ea14", + "id": "10bd69aa-bde9-4166-b4f5-7413ed0695ba", "name": "Monthly", "originalRequest": { "url": { @@ -35332,7 +35332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e2a7404-517b-4829-add8-40d4154f0977", + "id": "21bba2c8-4a46-479e-9c24-8a31b29cc404", "name": "Once a year", "originalRequest": { "url": { @@ -35390,7 +35390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e16f9203-291d-40d7-8d8d-fabd69ae86f5", + "id": "1e46ae68-5364-496a-ad36-595c483ef5e8", "name": "Quarterly", "originalRequest": { "url": { @@ -35448,7 +35448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be33ca82-81c4-4029-9fde-c85fad6dad6e", + "id": "abbf1872-188d-4efd-b733-05b40d9e5f53", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -35506,7 +35506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecdfd7de-a0ef-47bc-9cca-aff921dd4e60", + "id": "177c9143-c21e-4428-ad7e-e452757b0fa6", "name": "On a Specific Date", "originalRequest": { "url": { @@ -35564,7 +35564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a42cbfa3-ae7d-4afc-ba00-347159517904", + "id": "a0e60dfa-b31f-49e7-8fe9-9c1e3c0171c1", "name": "Once a year", "originalRequest": { "url": { @@ -35622,7 +35622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c4343f9-afd1-45c3-a3d4-21241a6410ff", + "id": "ae26e81b-4854-4085-a1b8-9e4391de005b", "name": "Quarterly", "originalRequest": { "url": { @@ -35680,7 +35680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cb584f3-7bc9-4554-aa85-29172c0d8c60", + "id": "65b82cd4-c3ab-4533-86d1-561351a7bd3a", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -35738,7 +35738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "980586ec-ac5c-44ce-b82f-b5ff06572481", + "id": "0fdfe5b2-90de-4376-9396-08eb7658f462", "name": "On a Specific Date", "originalRequest": { "url": { @@ -35796,7 +35796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e6b3c8e-d4c8-4757-a1c5-a63c8d182899", + "id": "6168c6cd-d0e5-42f3-9258-6f8b06ab238e", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -35854,7 +35854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10d34622-a83d-443d-aabb-d8bc70102601", + "id": "56e1cbe2-05c2-44b3-87be-b57d168d9cc1", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -35912,7 +35912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "feb419e2-a419-4c3e-a750-fc85aa70e81e", + "id": "52a8446a-8892-4b99-8e41-f690789daeea", "name": "On a Specific Date", "originalRequest": { "url": { @@ -35970,7 +35970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d55f16da-efd7-43ea-80e4-f2fa31f6a0ff", + "id": "938d274c-7e2e-4e53-8341-9d1137dfc0e3", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -36028,7 +36028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "386bd5bf-1a10-4b32-988f-d3339f1e9324", + "id": "7cdf802f-38f2-4ea3-9b22-7a99f210b43d", "name": "On a Specific Date", "originalRequest": { "url": { @@ -36086,7 +36086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dc06c75-dad9-479d-85eb-bbd99faaa330", + "id": "c633dd30-c7a3-41f1-81bf-99e14ecf5303", "name": "On a Specific Date", "originalRequest": { "url": { @@ -36144,7 +36144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d7126f4-b920-4c21-8257-1bcb6c93aa5a", + "id": "c98cac0b-7bd0-4573-b2f0-b4905facbb55", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -36208,7 +36208,7 @@ } }, { - "id": "6582e437-1a2e-4f85-9d5f-d2581868011f", + "id": "0c5ca13a-1f11-4aff-b394-e0d32a8ecfe9", "name": "Deletes a Campaign Template's Schedule", "request": { "name": "Deletes a Campaign Template's Schedule", @@ -36250,7 +36250,7 @@ }, "response": [ { - "id": "b3cd754f-bfd6-40af-bc12-ec7d62979f8d", + "id": "3857f6c1-fa8c-4544-95bd-5de6bc276552", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -36285,7 +36285,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d7c0e01a-915d-4240-aca5-d3f0fd33f414", + "id": "1768b213-d516-4007-a323-7c6684a8484c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36330,7 +36330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc1739ef-25be-4579-8dde-6a995a5ca2de", + "id": "052ab7a9-7581-461e-a613-19b7e526bf26", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36375,7 +36375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48b51f2a-6334-4155-912f-e6fb1c3e5d00", + "id": "1e552bc0-4b05-4ed0-ab11-60613b73172a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36420,7 +36420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2186baba-83dc-45b7-951c-b136feb5ae83", + "id": "1fba9e38-3b94-4555-a17f-af7927e2d29c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36465,7 +36465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3943e9d-ff06-40f6-8217-fe044eda7462", + "id": "07a8fe14-4e54-44ac-9eff-91def157bb7d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36510,7 +36510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d04dad2-c6e7-4489-bb67-05d7e4995583", + "id": "34e48757-b350-437d-b1a5-cf78c1fbccaa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36561,7 +36561,7 @@ } }, { - "id": "b175f245-bda4-4913-bdf5-3e532f784ece", + "id": "6a68dda3-3ae8-4c49-92aa-fcc3d74b4c9b", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -36603,7 +36603,7 @@ }, "response": [ { - "id": "0722b0f0-de18-4659-bdc2-431440a2fd67", + "id": "37a0b149-bad2-46a6-988d-f57e43786275", "name": "Indicates a campaign was successfully generated from this template, and returns a reference to the new campaign.", "originalRequest": { "url": { @@ -36648,7 +36648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a17af653-6a20-46a7-a278-64ae97ba8bd9", + "id": "bdd8e407-8a25-4eb3-8aab-954c3c0c187e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36693,7 +36693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc9f369a-0f56-4e5c-af8a-656225b2a56b", + "id": "cf0c767c-73bf-46f0-848a-3b46593139bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36738,7 +36738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f95a025-c503-44f2-bb00-2183f5b1c386", + "id": "d384ff06-945e-4de3-aae6-5ef839400f7e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36783,7 +36783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf605fb5-847f-4c2b-bb55-88469a3ca96a", + "id": "cd49cfec-302f-4493-989d-ce6c1446e6e8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36828,7 +36828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d606d41-a243-42b3-bc12-f77d592aeaf2", + "id": "9dddb32b-bdfc-49aa-b910-1dd60aa04ff2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36885,7 +36885,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": "12ecbef7-478e-4783-a208-69b0a4494f1e", + "id": "fdbdcdda-28ce-4f0c-b4a2-4f89e819ae2f", "name": "Create a Campaign Filter", "request": { "name": "Create a Campaign Filter", @@ -36927,7 +36927,7 @@ }, "response": [ { - "id": "80f6104e-4b7f-49a7-b526-afeb282440d0", + "id": "2d1e9224-a148-48b6-9b83-e54e2788b9a3", "name": "Created successfully.", "originalRequest": { "url": { @@ -36983,7 +36983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "070760be-581b-409c-87f3-ac6d3b252611", + "id": "7730e751-1c30-4351-858e-734b89704f8f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37039,7 +37039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9834e38-38bf-40a3-ae04-ab948437b64b", + "id": "7ed66aa6-ac02-4fcf-bf9f-2ee739f8d0ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37095,7 +37095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2e176d6-0f5f-4660-8983-d3d0d7776e72", + "id": "0a4614f1-0b82-4501-972c-6bc9a28389bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37151,7 +37151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "398eddbd-1cc9-4f53-b3a8-846ded731adc", + "id": "11c1952f-66d2-4eab-a9e6-3283dae06dde", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37207,7 +37207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "841969d6-6e2b-40e9-a1d8-b2889ae109ba", + "id": "0681349c-04b1-4538-b8af-0e485d62d7ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37269,7 +37269,7 @@ } }, { - "id": "9435befa-84a6-4f52-a354-12bf6128c362", + "id": "c861d6d6-79a1-40f1-9f13-db109404921b", "name": "List Campaign Filters", "request": { "name": "List Campaign Filters", @@ -37326,7 +37326,7 @@ }, "response": [ { - "id": "b32283ad-c644-4aad-abb5-7c1e077ae5af", + "id": "b40d8ee0-f266-46b1-a60a-2cd98062c210", "name": "List of campaign filter objects", "originalRequest": { "url": { @@ -37397,7 +37397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c250e34-1f66-45e6-a7d1-ab6bd92ccb3f", + "id": "35ea9b18-afed-48d5-85a7-eec6f798ecad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37468,7 +37468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa5ba064-8b98-4b79-be34-f7cdd2d5dbb2", + "id": "e4ad6d6a-3f0b-446a-a869-240df9201b10", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37539,7 +37539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb9584ab-b020-4edf-b875-b51869006a4c", + "id": "efcd06b1-6854-4df1-a851-6b581f7b3436", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37610,7 +37610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fd0580b-37c2-4130-8cea-1933e17b3025", + "id": "f70f28a0-e03e-412f-964f-5082a0431da9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37681,7 +37681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "559f1c9c-1b17-4db2-95e7-60a23994ddf4", + "id": "b83fb3ff-f5b5-4332-8383-8400d1c57911", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37758,7 +37758,7 @@ } }, { - "id": "e96455b9-1ac5-48f9-811e-a359a35d8a3d", + "id": "572e39f8-ff68-4c6c-a62e-b7b97e5c6037", "name": "Get Campaign Filter by ID", "request": { "name": "Get Campaign Filter by ID", @@ -37803,7 +37803,7 @@ }, "response": [ { - "id": "26e461d1-0bf0-4fd3-a351-123534063753", + "id": "01439931-d26f-4727-bb7a-e5f34845175c", "name": "A campaign filter object.", "originalRequest": { "url": { @@ -37847,7 +37847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26c43a0a-66ab-4c95-9f19-59d7432073b4", + "id": "b8e294f7-e87e-42df-8737-2bdbf4f03704", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37891,7 +37891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85efb542-d155-4491-8aa3-8ff6614147a6", + "id": "ec954306-a06d-4455-aad1-5fd9fc3b96b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37935,7 +37935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a243545f-d7e9-4495-9341-58562abd0ddc", + "id": "63b1941e-e5a4-472f-8798-6f4ac92b408f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37979,7 +37979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b6f84f5-8d22-47cf-8272-89129603b5cf", + "id": "029f2193-bb51-4833-8193-25c7701cd3b5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38023,7 +38023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8277ff3f-6581-44bb-b759-2066ad33eacd", + "id": "a3e33049-350d-43c3-a982-e9190a76e831", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38067,7 +38067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "890abbf1-1c90-46ba-b8d0-20a16ae6d279", + "id": "f854708d-7124-4b2f-89c9-faae1c26894e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38117,7 +38117,7 @@ } }, { - "id": "40e08bce-2984-483a-95ec-caef63e25fb4", + "id": "9c0f8f78-309f-4ccb-90b9-4ccf0ed3f033", "name": "Updates a Campaign Filter", "request": { "name": "Updates a Campaign Filter", @@ -38175,7 +38175,7 @@ }, "response": [ { - "id": "a8cc8291-9759-4c78-9b35-eec6f2018d80", + "id": "7d98a649-822e-440d-8953-1bca99b10631", "name": "Created successfully.", "originalRequest": { "url": { @@ -38232,7 +38232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e5cedd2-f495-48cb-9398-7fe366c3bef8", + "id": "1cf00518-6dc0-413e-a06e-999eadb09efb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38289,7 +38289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4093f528-f63a-4261-8665-0cdae6e633bf", + "id": "f8e3e571-752b-48fb-a73e-10f0998b8a1e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38346,7 +38346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b384b8b-84e4-4f74-b381-01fb251ca25e", + "id": "a1ed1858-1cd4-41ae-912b-ef0671753464", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38403,7 +38403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd31e187-b270-4f76-af54-28ae66b31860", + "id": "99ae2b58-9ebe-446c-b75a-7de3d3cd4436", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38460,7 +38460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97ae205f-a2a9-42a2-b868-86eb09d00782", + "id": "a9ffaf8a-81a6-4f7f-a74d-07e986797b5b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38523,7 +38523,7 @@ } }, { - "id": "b9e7d327-ad2b-4e88-8af1-86173b321272", + "id": "cf47a66d-52b8-43de-be7c-0bfdad9b895f", "name": "Deletes Campaign Filters", "request": { "name": "Deletes Campaign Filters", @@ -38566,7 +38566,7 @@ }, "response": [ { - "id": "fbd513db-cb1f-4afe-8e6b-e47793317121", + "id": "3e36d780-b43a-414a-808d-e397f032f478", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -38613,7 +38613,7 @@ "_postman_previewlanguage": "text" }, { - "id": "78cbdc2e-c454-41fd-a3bf-1ffe66649921", + "id": "d8f855fe-1dc7-4411-93fd-211afd5f3fd1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38670,7 +38670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cd4b807-6e43-440a-b41c-7b2c920bf1e2", + "id": "b57a41f4-1d0f-4438-a060-a4829ed9219b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38727,7 +38727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00b8c9be-7c86-490e-8f2f-e2b7309cc02c", + "id": "506c5162-3e93-4201-b300-2ef6979483ac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38784,7 +38784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0394e269-3b81-42f2-b028-a93f98d19618", + "id": "02d3281d-67ba-4f18-b746-1ab3b76f9f24", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38841,7 +38841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7520f5d7-ce50-405c-8b33-bb086a6a9e4b", + "id": "65b40dc0-3777-4f03-a410-cda235aed247", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38898,7 +38898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fae9c12-bdde-44df-9f4d-4614b5c290d2", + "id": "9096f97e-08a1-4ddb-83d2-47a1229bc2cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38967,7 +38967,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": "9cf186c0-d3b7-448a-85f2-231359352ba6", + "id": "c8a8a92b-c39c-4852-abd2-25a66606b4d5", "name": "Summary of Certification Decisions", "request": { "name": "Summary of Certification Decisions", @@ -39019,7 +39019,7 @@ }, "response": [ { - "id": "c2172177-6b9e-4c88-b39c-1205a4ae587c", + "id": "79cc2e56-11db-4be1-8cc0-191ebdb41bc3", "name": "Summary of the decisions made", "originalRequest": { "url": { @@ -39074,7 +39074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d754d7d-425e-4e29-a977-d434578ca95f", + "id": "f9908969-945c-4ee5-96e7-69ac123b2b4f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39129,7 +39129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd459ab5-1771-458b-8227-09dca5b85cba", + "id": "4b0e742e-6afc-4166-897e-59af16659f6b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39184,7 +39184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9911a52b-b2dd-4e25-bcb3-18dd37458727", + "id": "ecf05c95-f1ef-4d6c-a6fa-bd823787dacb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39239,7 +39239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f8bca1b-8d43-4bb5-808e-c5d26839b143", + "id": "044119ad-632b-4422-8122-83b3aae1c343", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -39294,7 +39294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01d3f8d9-e585-4f21-a0ca-379de2985d2e", + "id": "e58402fb-1661-4bf3-bf17-df93f8b40abe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39349,7 +39349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5511be98-73bb-42ef-a536-9112e0238911", + "id": "fd4c35f8-6609-48a7-8a2c-2c6c9c9443db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39410,7 +39410,7 @@ } }, { - "id": "9af78af7-e5ec-4c3b-8fa1-0aef48a6fed3", + "id": "0b244fdb-1605-4432-a4e4-90642f9ee369", "name": "Identity Summaries for Campaign Certification", "request": { "name": "Identity Summaries for Campaign Certification", @@ -39498,7 +39498,7 @@ }, "response": [ { - "id": "574c4748-6c86-4912-9970-775a23cf70a3", + "id": "03a4ae7d-e1d0-485e-b2d1-1a915d0b2e96", "name": "List of identity summaries", "originalRequest": { "url": { @@ -39589,7 +39589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80e4e57b-4b3c-4508-acbb-c5eac751cf59", + "id": "7dda5604-47dc-44c0-87af-c4b85593f095", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39680,7 +39680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4db7c25c-f6f6-4d98-a0ac-72b7cf70e09a", + "id": "27cb513c-1e06-4342-a9ec-d00a2e6e4de1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39771,7 +39771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dd0d7ed-6128-42cc-9331-a417801ac66a", + "id": "aa3df7a7-89c4-47a6-8bca-96d4252d446f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39862,7 +39862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f9e3da9-e79d-4b12-b3a0-c66d006952c9", + "id": "776d54ce-14ef-47ba-9153-ed7bad7a33e8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -39953,7 +39953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e74ee87-e44f-4ce9-a0f9-dd3d82967f76", + "id": "6f395ecb-6a39-4fa0-80e0-8b1ad1a99f97", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40044,7 +40044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb187d0f-dccd-43af-9524-2d747fe1f19e", + "id": "43a19e12-c6dc-4115-96fc-1303f49a5f63", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40141,7 +40141,7 @@ } }, { - "id": "91e8d687-1eaf-4b32-b5d1-8c92601a457f", + "id": "b4cc54a0-9c99-4edc-bf9c-64656eed300b", "name": "Access Summaries", "request": { "name": "Access Summaries", @@ -40240,7 +40240,7 @@ }, "response": [ { - "id": "a12b03a0-758d-4261-97d0-8cbd5465cbd9", + "id": "481212af-65fe-43f7-aa2e-9ebc7e2588a8", "name": "List of access summaries", "originalRequest": { "url": { @@ -40332,7 +40332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1c5cb9b-3f1c-441c-ab83-a281f4aa3ae6", + "id": "57debfde-13ae-4df0-a39a-05689e4305a4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40424,7 +40424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75117077-a88d-495d-b063-8149ebbf421d", + "id": "729297ba-2c3d-4c48-9a96-4837176ddfeb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40516,7 +40516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "463fe671-8f15-48e6-9c5a-49ba28ec06e2", + "id": "04d8627f-f467-4aff-b900-a76dde70f4c4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40608,7 +40608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2babe29b-29ca-49bc-acb3-18a518ae3bd8", + "id": "3b1ec4b9-7ddb-44c3-9612-e23eb204fee2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40700,7 +40700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dea7b5e0-9f4d-43a6-8fe3-05a7745e34a8", + "id": "a0d36457-3e3c-4ff1-b3a3-49589dddc170", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40792,7 +40792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fa9e2e9-60e8-4e3d-9292-d8a7dcd019b1", + "id": "7f058235-18cf-4a66-a7d7-22e99d82c0e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40890,7 +40890,7 @@ } }, { - "id": "c6859333-15e2-445e-a7d8-24d08647ed61", + "id": "113464fc-ceb7-4f99-8edc-9064af9d65d5", "name": "Summary for Identity", "request": { "name": "Summary for Identity", @@ -40943,7 +40943,7 @@ }, "response": [ { - "id": "d09df5e7-e17b-411f-b931-39a8aba25726", + "id": "f55510a5-eb97-41f1-b028-5d8879572504", "name": "An identity summary", "originalRequest": { "url": { @@ -40989,7 +40989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e61ab4a8-399c-4892-a89f-014193771a9e", + "id": "91a2c122-6b23-4523-aac7-d1cee5086f50", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41035,7 +41035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e16478e8-4d9c-4f29-b80d-949ec56489f0", + "id": "c2bca3b2-ed79-45ab-b65c-fa694beecea9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41081,7 +41081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e3c09d2-e05b-4fff-9ff7-37d40c16d3f0", + "id": "d54b38db-e1b0-4913-95f5-86dee12c460e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41127,7 +41127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f8705c8-74ec-45dd-9d9b-a6e2851273cb", + "id": "cbd01a54-83cd-4233-9a6e-8704cec39fe7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41173,7 +41173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcf4cb34-6319-413f-9600-5d13dd2ba289", + "id": "e9acab43-3875-4bca-aab8-8b6c52e270a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41219,7 +41219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "195a520c-2dbd-48c9-a96d-03e6617ecd61", + "id": "9c26fbc9-a2e8-42f6-a3d5-d926f12f06c0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41277,7 +41277,7 @@ "description": "Upload configurations and manage object mappings between tenants.\n", "item": [ { - "id": "0e343f9c-2968-4816-9f86-e8531f37eb99", + "id": "1c89dd96-8f42-4776-a8f4-4c464e6d4aa2", "name": "Gets list of object mappings", "request": { "name": "Gets list of object mappings", @@ -41319,7 +41319,7 @@ }, "response": [ { - "id": "4e570890-0908-4f27-bfb4-3ef18a1ed087", + "id": "d0f392af-6bc3-454e-8b7f-6ba01a90c079", "name": "List of existing object mappings between current org and source org.", "originalRequest": { "url": { @@ -41364,7 +41364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa3d0f7d-3c07-468d-abd1-e1273a2d03dd", + "id": "f0797296-d290-46f2-a30d-61cccbde8acc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41409,7 +41409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1be39e92-f778-4277-94d3-018fac7b5e03", + "id": "d0ec8a71-736b-470c-8485-2a1fcca12df2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41454,7 +41454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "608fb0e5-0247-4cac-b263-223a578815ab", + "id": "5fbfc3ac-e6fd-4cbf-9bc3-43887d6d7701", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41499,7 +41499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e152f54-a6d9-43cb-a901-d3a97b86c178", + "id": "d17c00f7-8d2a-4eeb-91a5-bc26455bd760", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41544,7 +41544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6be592a1-2ee6-45b7-a26e-1408042285f2", + "id": "71d62799-0c06-4ce5-b91d-6d9371c2b9e4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41589,7 +41589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "799af163-6dd9-4cbf-a193-5105d40b5845", + "id": "f2f558a1-9d3b-401b-9742-fb91cb090e6e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41640,7 +41640,7 @@ } }, { - "id": "a86e5d76-2781-4070-b4af-a529a0268e73", + "id": "0afbd746-8848-43c6-a605-cdd79a974382", "name": "Creates an object mapping", "request": { "name": "Creates an object mapping", @@ -41695,7 +41695,7 @@ }, "response": [ { - "id": "a87aae17-34b4-4bf9-839e-871f68e7a199", + "id": "27e685cb-c6aa-4cd9-a0f9-777c5994af16", "name": "The created object mapping between current org and source org.", "originalRequest": { "url": { @@ -41753,7 +41753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5ac141e-a92c-41a1-a8cb-050bb8f6d2a0", + "id": "ea790498-89cb-4964-a0de-1bd55742b3d0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41811,7 +41811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7ae7c4e-6453-40ab-b56b-8125501a4af7", + "id": "a440fc4d-0d3d-4b7c-9b3e-393a7ac599bb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41869,7 +41869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a1fcb03-9a83-49f0-b5a1-8924bd0eb05c", + "id": "8224d812-ec64-4b68-b81d-dce4296f3586", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41927,7 +41927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85df679e-8747-41c4-82e5-cdaf894e6b8b", + "id": "2827eb1f-1bc9-4897-be4a-e11d568bdf13", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41985,7 +41985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e4efd34-d305-4110-afb1-650cc96f8684", + "id": "b3b7a643-9e29-4b9a-8e96-a960f9a30225", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42043,7 +42043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "011e1f77-6941-436c-8be8-f751b51cd515", + "id": "5c241cb0-2edc-4fd1-9ac7-f270ae6d1e8a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42107,7 +42107,7 @@ } }, { - "id": "b17ab2eb-8460-4367-96a5-143d904e4ba1", + "id": "8613bd00-c137-401a-b16c-73a6537b4431", "name": "Deletes an object mapping", "request": { "name": "Deletes an object mapping", @@ -42160,7 +42160,7 @@ }, "response": [ { - "id": "66217094-3204-4aeb-91d5-a490ebb80d52", + "id": "c662b573-eab1-420f-9ea5-591702958085", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -42196,7 +42196,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e4f629b7-a981-4710-b2d8-3a89e8760e85", + "id": "e34202e7-d26f-41af-9bf4-cd23cd91028e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42242,7 +42242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0de3d03-5a40-446a-b212-046b4cc82452", + "id": "5d5096c2-0893-45ac-b9b7-f8ebd4d54230", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42288,7 +42288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e31c4c15-55c4-4dbc-b1ae-d25ccb2913bc", + "id": "116d903b-b999-488e-a135-eabceaa7da43", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42334,7 +42334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7870df16-85c4-4856-b7fd-b8c6089d020c", + "id": "b1835922-de5e-4f37-bc5b-cdac402f8166", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42380,7 +42380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "388ea402-c2d8-49e4-bad2-5ae3a9d91f39", + "id": "0439eba9-9530-4bac-8d38-cf4269cf92b2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42426,7 +42426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03e3f96b-9325-4a81-bfc1-01786a6c0fef", + "id": "bec21afb-85d2-4d49-b6dd-11c2721ba49f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42478,7 +42478,7 @@ } }, { - "id": "a57f337d-2ed6-44df-829e-562ebf133218", + "id": "2d1c66fa-e945-41df-b4f8-e4949355a2f2", "name": "Bulk creates object mappings", "request": { "name": "Bulk creates object mappings", @@ -42534,7 +42534,7 @@ }, "response": [ { - "id": "6641c2c1-8b1f-4fa8-842f-483a09394dc9", + "id": "d5148e4b-07a7-4af2-8ecf-c3152d717319", "name": "The created object mapping between current org and source org.", "originalRequest": { "url": { @@ -42593,7 +42593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a16ef1f8-b1fe-4790-9602-d1d9b6019275", + "id": "99983ea4-aa89-422c-8c1f-2d7525ae113b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42652,7 +42652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9921c13-4196-42c6-93ba-d4cc4090ff5b", + "id": "2100d976-27ce-419b-87dd-6b75ab08142a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42711,7 +42711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fba2984a-42b8-4d6a-b879-50be954fb856", + "id": "d30ea2f0-9ece-48b2-9f44-a22f807ca2d7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42770,7 +42770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d13cf15f-0fc6-421d-9f68-047872b219bc", + "id": "cbb803b8-6e7c-4f9d-ae10-47757e29c2a4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42829,7 +42829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45418cc1-6911-4b8d-9e51-dc6c702db2de", + "id": "b59c3b9a-9943-4071-9f44-ef2b485e7b3b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42888,7 +42888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9dbac13-73a2-453e-b438-f5e1d88a9716", + "id": "e338ca1b-d2f9-4183-8479-4a1b09c50369", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42953,7 +42953,7 @@ } }, { - "id": "9bd620b8-0143-43ff-af9d-8c795866580a", + "id": "e5b53163-fb91-4dc7-aa5d-8be3612b8f49", "name": "Bulk updates object mappings", "request": { "name": "Bulk updates object mappings", @@ -43009,7 +43009,7 @@ }, "response": [ { - "id": "1efb37b4-327e-4bb8-8af6-68cc79b9c811", + "id": "a6886d55-46d5-404a-b15f-3da4c0e2d982", "name": "The updated object mappings.", "originalRequest": { "url": { @@ -43068,7 +43068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c68b49ba-4db2-42b0-9ee2-10138003ca2f", + "id": "b24ece07-8d74-4ed4-aef6-83541dad43ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43127,7 +43127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5de5434-a4e0-4393-9810-a2ba083e9bff", + "id": "a78055b6-c093-4323-8f07-02e1bb39553a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43186,7 +43186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31d57204-2891-410a-903d-72fed738fb28", + "id": "657f6480-96f3-4eb1-8f30-29603938cb7a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43245,7 +43245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb812719-f710-41e7-8c0e-63f82209a484", + "id": "b98f9bfe-2622-4cdf-a810-fd91d66adb0e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -43304,7 +43304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbbab216-caa7-44a9-8a13-2bae9964c0a7", + "id": "6895a6af-8515-4027-8b1f-730f68a9b8f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43363,7 +43363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2bfc264-1434-43c5-9783-a18d61ed9647", + "id": "db15e9a8-4582-4411-8151-4cfb5f8446db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43428,7 +43428,7 @@ } }, { - "id": "08ddaa62-d5a7-40da-8281-439ef319af7a", + "id": "ff3248b7-29eb-4649-9978-306e66ddd19f", "name": "Uploads a backup file", "request": { "name": "Uploads a backup file", @@ -43468,7 +43468,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolor ullamco cillum aliquip esse", + "value": "dolor veniam", "type": "text" }, { @@ -43477,7 +43477,7 @@ "type": "text/plain" }, "key": "name", - "value": "qui in pariatur ", + "value": "enim sed cupidatat cillum proident", "type": "text" } ] @@ -43485,7 +43485,7 @@ }, "response": [ { - "id": "8f2517bf-5881-476e-af4a-10c195e453e5", + "id": "226305ee-2d72-465b-b048-b9c7a7f092f5", "name": "Upload job accepted and queued for processing.", "originalRequest": { "url": { @@ -43528,7 +43528,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolor ullamco cillum aliquip esse", + "value": "dolor veniam", "type": "text" }, { @@ -43537,7 +43537,7 @@ "type": "text/plain" }, "key": "name", - "value": "qui in pariatur ", + "value": "enim sed cupidatat cillum proident", "type": "text" } ] @@ -43556,7 +43556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "154f1f3f-5a87-49a3-8f68-ca23ada3f5fb", + "id": "085ea61d-a7ce-4b0f-bceb-ab33991eac3b", "name": "Client Error - Returned if the request body is invalid.\n", "originalRequest": { "url": { @@ -43599,7 +43599,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolor ullamco cillum aliquip esse", + "value": "dolor veniam", "type": "text" }, { @@ -43608,7 +43608,7 @@ "type": "text/plain" }, "key": "name", - "value": "qui in pariatur ", + "value": "enim sed cupidatat cillum proident", "type": "text" } ] @@ -43627,7 +43627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f9c5110-fba6-444f-ad29-002b8afda472", + "id": "3df67a52-7705-4c16-a66d-18630cebafcf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43670,7 +43670,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolor ullamco cillum aliquip esse", + "value": "dolor veniam", "type": "text" }, { @@ -43679,7 +43679,7 @@ "type": "text/plain" }, "key": "name", - "value": "qui in pariatur ", + "value": "enim sed cupidatat cillum proident", "type": "text" } ] @@ -43698,7 +43698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0e024a7-caec-402d-af75-e39034d72b38", + "id": "ae81a1d1-cdff-45e8-ab92-d3231fc592ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43741,7 +43741,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolor ullamco cillum aliquip esse", + "value": "dolor veniam", "type": "text" }, { @@ -43750,7 +43750,7 @@ "type": "text/plain" }, "key": "name", - "value": "qui in pariatur ", + "value": "enim sed cupidatat cillum proident", "type": "text" } ] @@ -43769,7 +43769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e43700da-b0f5-4067-b437-6c2f1191248e", + "id": "1e8c7a02-505a-4f2e-9579-b70ae4427219", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43812,7 +43812,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolor ullamco cillum aliquip esse", + "value": "dolor veniam", "type": "text" }, { @@ -43821,7 +43821,7 @@ "type": "text/plain" }, "key": "name", - "value": "qui in pariatur ", + "value": "enim sed cupidatat cillum proident", "type": "text" } ] @@ -43840,7 +43840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75eb3004-b9ba-41c8-a7b1-d1f2d032f416", + "id": "e67e7399-69bb-4047-9eba-98d8fe0bf0af", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43883,7 +43883,7 @@ "type": "text/plain" }, "key": "data", - "value": "dolor ullamco cillum aliquip esse", + "value": "dolor veniam", "type": "text" }, { @@ -43892,7 +43892,7 @@ "type": "text/plain" }, "key": "name", - "value": "qui in pariatur ", + "value": "enim sed cupidatat cillum proident", "type": "text" } ] @@ -43917,7 +43917,7 @@ } }, { - "id": "fd762f99-e09f-4571-b1ec-59093d862118", + "id": "f72b53f0-86aa-4288-a84c-3d811c129684", "name": "Gets list of Uploaded backups", "request": { "name": "Gets list of Uploaded backups", @@ -43958,7 +43958,7 @@ }, "response": [ { - "id": "1edb539f-f196-4402-b1dd-4a7e7a4d7104", + "id": "5d093cc0-6c36-456b-bb02-6114260ca394", "name": "List of existing uploaded backups.", "originalRequest": { "url": { @@ -44013,7 +44013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad3916e1-157a-4adc-8647-eb3029888a38", + "id": "9bc38a9a-f3f4-4f16-b30b-79d8f7d4fedb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44068,7 +44068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c59bc13-768a-4e4c-a9e8-d71c6a1168d4", + "id": "350a8178-ce37-4f74-84f1-391788b4ddbc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44123,7 +44123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3f7fc33-b3a1-44b5-96da-224e8e532e45", + "id": "db4b45a7-4187-4a2b-9d46-96de94a0f931", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44178,7 +44178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cee52e2-399e-49e6-b158-7c38e4963d9f", + "id": "5c8b87b1-cc12-4995-ad2c-e163d6909e2f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44233,7 +44233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc977d02-b504-4f33-bda2-cdbd15298057", + "id": "17f596b9-e37e-40d0-986c-668b590c2afe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44288,7 +44288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bddb33cc-3272-46c5-827a-dea7565ca2cc", + "id": "01b43208-6613-4628-b272-53118ac1aadf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44349,7 +44349,7 @@ } }, { - "id": "c030c806-dcd4-435c-910e-d622a32a0bd9", + "id": "eeb820de-fd94-4aab-9c87-72e80a53ba6a", "name": "Deletes an uploaded backup file", "request": { "name": "Deletes an uploaded backup file", @@ -44392,7 +44392,7 @@ }, "response": [ { - "id": "f2b2e122-20b7-46a9-994c-5cf976860822", + "id": "864e1048-18d0-4ff0-8730-be1741382779", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -44428,7 +44428,7 @@ "_postman_previewlanguage": "text" }, { - "id": "73b49379-440f-416d-b015-0b87b72cea43", + "id": "8197afbd-1c3f-47c0-8de9-d7878551d9a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44474,7 +44474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9794d641-7645-4d1a-88dd-ef851d234b29", + "id": "1400542d-7a60-4089-a363-28e95a2ed3a3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44520,7 +44520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b300e62-f031-4283-84c7-64372aeb3ade", + "id": "e383c7d4-6904-48db-8d82-24af0d7f6117", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44566,7 +44566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6110d1c-04d6-4126-b2e2-fbad1bb88ce1", + "id": "2304d029-46e4-46c5-9bdc-501ee60313b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44612,7 +44612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "971a2722-cd4d-4dfb-8059-230cfd117c74", + "id": "a4df866e-c0ed-411b-8fe4-9f9d784a1a47", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44664,7 +44664,7 @@ } }, { - "id": "e94cbb35-ed10-4b35-88ff-fe61eaab8b62", + "id": "33bf248f-e3bc-4376-8090-d9cac6d2f928", "name": "Get an uploaded backup's information", "request": { "name": "Get an uploaded backup's information", @@ -44707,7 +44707,7 @@ }, "response": [ { - "id": "d9ec7604-a0b6-44ad-963a-004511bca2f6", + "id": "3fa29271-3d88-4698-9f78-0690e7ac7b69", "name": "List of existing uploaded backups.", "originalRequest": { "url": { @@ -44753,7 +44753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df7a232d-222b-45d4-9966-281313d0290d", + "id": "7c16601c-0ff5-4750-8e3b-72742a46a3dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44799,7 +44799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09a2fc62-8bc6-4209-97b8-53f14fd2e38e", + "id": "3de407ab-2bbb-4c78-af8e-856bb850df5c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44845,7 +44845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a2b35f3-be09-48ea-909e-32c469342b64", + "id": "55191ab0-5ac5-4e0a-ba01-1e9e3426020a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44891,7 +44891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c302b0e-ea32-4591-8f20-4e693cf8e00b", + "id": "7b5211cd-36d8-486e-8a37-ce7e5e540054", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44937,7 +44937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fff5c07-7f3f-4a5d-a674-00097bc4b08a", + "id": "9916b4c3-ff6b-45b6-8a78-6250e8b31c4b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44983,7 +44983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e14aa76-3eed-4e89-ae05-034870ae1773", + "id": "2424339b-959b-49c9-8c40-bec4f3721093", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45041,7 +45041,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": "517c1659-ca6a-47fa-abdc-02d5f57779ff", + "id": "042c4ec1-39a4-4985-8dfe-7e0711fa5dd1", "name": "get Connector", "request": { "name": "get Connector", @@ -45092,7 +45092,7 @@ }, "response": [ { - "id": "580e2b41-afda-4f0c-94f9-3edfe8da8831", + "id": "e1421bdd-b8a4-4bd2-916e-f0bd4b9764f7", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -45146,7 +45146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3da2c3c5-bbf9-43f7-b82b-936f7bfe7a4f", + "id": "b9c93933-a72f-485f-8f0a-46167fd22840", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45200,7 +45200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5846afb5-64ed-455e-a3e7-362997f755d1", + "id": "bb8956fc-e51a-4c08-a313-ccbd928d04e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45254,7 +45254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8af326a9-bbdb-48bc-b19b-d0c94641265a", + "id": "fa2095b2-e829-4b16-a258-7a6b9e425599", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45308,7 +45308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af05b858-c77a-4b5b-8b88-e3bf56fa3234", + "id": "4ad634ba-c55f-4c9e-9e19-ba30103d8292", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45362,7 +45362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27c112a3-3e61-4c9c-85dd-47f2d106fc63", + "id": "53e8a652-e3d6-424b-8687-90439d09f46f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45416,7 +45416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccf1c6d0-a974-4a7e-90bd-e0169b161fd6", + "id": "f7451dc8-0cb8-4743-9c4a-00044292070b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45476,7 +45476,7 @@ } }, { - "id": "a0a38479-0aeb-4b62-82a2-c980daa53edf", + "id": "6e72ac28-e659-4571-a39e-f9802b08049d", "name": "delete Custom Connector", "request": { "name": "delete Custom Connector", @@ -45517,7 +45517,7 @@ }, "response": [ { - "id": "e29cbe72-1e05-4009-a9b2-e8af3cd11ab3", + "id": "5542575e-8233-4289-aa5e-2c28bb787522", "name": "The custom connector was successfully deleted.", "originalRequest": { "url": { @@ -45551,7 +45551,7 @@ "_postman_previewlanguage": "text" }, { - "id": "fdbba8ae-b218-43f2-8892-a8c7d8a1cb86", + "id": "b9654933-1646-4fa5-8de4-41065b617db2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45595,7 +45595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4f0da90-80d4-4948-ba97-a0ecb3a27847", + "id": "ef3b33b7-e177-44f0-a765-9006941d44a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45639,7 +45639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cbf81ff-079d-499f-8edf-aa50e22be3c8", + "id": "deed3e80-8578-4a53-a772-1999503cf676", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45683,7 +45683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f086d7aa-6b9e-4156-a565-252fa9fefecf", + "id": "9d1a347a-0e34-42be-b360-7c5fefccfa53", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45727,7 +45727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12ff1451-6f1d-440b-b742-636d7f386760", + "id": "c0f85067-2657-47bc-928a-9a6cb4923542", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45771,7 +45771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c4666f4-ccfc-4da1-a5b7-03062c548a3c", + "id": "b8544214-05f1-416e-a93f-b47ffccf5abf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45821,7 +45821,7 @@ } }, { - "id": "65c29fdc-b3d8-4d7c-bd3f-631265e8bbb2", + "id": "99d65b3a-8ecf-42dc-8116-9891bd1d90be", "name": "update Connector", "request": { "name": "update Connector", @@ -45875,7 +45875,7 @@ }, "response": [ { - "id": "5979f194-c194-4973-bd1a-ca3bbb0d4973", + "id": "174a4c6e-56c9-4392-b005-08081aebfe6e", "name": "A updated Connector Dto object", "originalRequest": { "url": { @@ -45932,7 +45932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b36f5ad8-b68f-491c-8161-e5c2691bc4ed", + "id": "d021d615-41c4-4201-993f-b33a59c1fb4b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45989,7 +45989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ad3a953-305f-49aa-a158-62c73e63b3d0", + "id": "521779a9-b903-4289-9a00-1925142de77c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46046,7 +46046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acfd639a-b83e-4dbf-940b-b4f2dc08e838", + "id": "b135090c-0e62-45eb-b09e-507606409f61", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46103,7 +46103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61a8397f-5840-4f5b-91e1-d0d8f003b31b", + "id": "a0985122-a567-42f7-819c-018708ed6773", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46160,7 +46160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "905d2918-f9a8-4e27-a727-25f66c14ad01", + "id": "c5dece8f-13e7-4c1b-84db-4bf894342b5a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46217,7 +46217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6db04007-6bd6-4bb6-8019-a6617ffc83b8", + "id": "2b7dbd16-8b07-4a5f-9c64-51b30aac66ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46280,7 +46280,7 @@ } }, { - "id": "6cdca1ca-955a-4f6a-afd7-2de14af58e02", + "id": "9da57545-bf9c-427a-977a-02aeb2ac1ffd", "name": "get Connector Source Config", "request": { "name": "get Connector Source Config", @@ -46322,7 +46322,7 @@ }, "response": [ { - "id": "211dcb11-14c2-4d09-86ab-215835c4cc7a", + "id": "21c25887-2c39-4ff6-9898-6f182797487c", "name": "The connector's source template", "originalRequest": { "url": { @@ -46367,7 +46367,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "7b117e09-9b73-4b0a-bc5c-50b4dd5214eb", + "id": "a05a56cb-6077-49d1-8912-e7234b274565", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46412,7 +46412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70b6fa5c-75b6-49c4-9a2f-3eb7680b917e", + "id": "850a8983-bc38-4ac4-b9ae-6dda2eabc5a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46457,7 +46457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbbe19ad-24cf-4e2e-bc67-0521e6d1843d", + "id": "2178a4fa-bb57-434f-ad3d-c3018f49b612", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46502,7 +46502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d6c6926-18ab-4034-bbc3-e358c701c2e3", + "id": "a0c58f6c-60ec-4848-ae20-1f9c616d2a20", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46547,7 +46547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfeb9430-ba56-4fe5-9e14-af61b9d4fcf5", + "id": "53339d05-878a-4b54-b15d-d84db818183b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46592,7 +46592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98e07c41-f301-479b-a079-6411704fd5e6", + "id": "159c56b7-36a2-4a51-8dc7-e0ffcf7b01e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46643,7 +46643,7 @@ } }, { - "id": "a5d27aa5-2629-40d8-a2c0-ef715070ef72", + "id": "d8141307-398c-4ad2-aeae-ab02638e6e45", "name": "put Source Config", "request": { "name": "put Source Config", @@ -46694,7 +46694,7 @@ "type": "text/plain" }, "key": "file", - "value": "voluptate do Duis", + "value": "consectetur dolor do", "type": "text" } ] @@ -46702,7 +46702,7 @@ }, "response": [ { - "id": "9b038f95-9d96-402a-b297-2d467d7fe29e", + "id": "e3046db4-dd97-41e5-b5f7-3906267d5d67", "name": "The connector's update detail", "originalRequest": { "url": { @@ -46745,7 +46745,7 @@ "type": "text/plain" }, "key": "file", - "value": "voluptate do Duis", + "value": "consectetur dolor do", "type": "text" } ] @@ -46764,7 +46764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7faa2efd-b6b3-47dd-9e3e-faf96fbaeec5", + "id": "776b92a1-b1ce-4baa-a5f5-a8596f91685e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46807,7 +46807,7 @@ "type": "text/plain" }, "key": "file", - "value": "voluptate do Duis", + "value": "consectetur dolor do", "type": "text" } ] @@ -46826,7 +46826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6b36148-ad60-49ea-8e35-fd29431db1b4", + "id": "d740c84e-bb22-457d-a446-534ec4f6c44e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46869,7 +46869,7 @@ "type": "text/plain" }, "key": "file", - "value": "voluptate do Duis", + "value": "consectetur dolor do", "type": "text" } ] @@ -46888,7 +46888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae9c0588-3a76-48a5-8989-ab4585485f67", + "id": "dd5ab59e-21e0-4d5d-bea0-a3604ae753e6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46931,7 +46931,7 @@ "type": "text/plain" }, "key": "file", - "value": "voluptate do Duis", + "value": "consectetur dolor do", "type": "text" } ] @@ -46950,7 +46950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28bf8d53-3306-4aa9-af4e-a6cf0fc93fcf", + "id": "8a5a1f01-6007-40ac-a3f7-e3d498d39177", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46993,7 +46993,7 @@ "type": "text/plain" }, "key": "file", - "value": "voluptate do Duis", + "value": "consectetur dolor do", "type": "text" } ] @@ -47012,7 +47012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5640d5ff-9007-4b6b-be8e-3d5446ee3e4a", + "id": "f54d9971-8e2d-42f7-8084-41592a4bea52", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47055,7 +47055,7 @@ "type": "text/plain" }, "key": "file", - "value": "voluptate do Duis", + "value": "consectetur dolor do", "type": "text" } ] @@ -47074,7 +47074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dbb44da-a555-4f28-9b57-6d2d077d8b55", + "id": "fe44cf45-280d-42d0-9511-c11f4669c9a5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47117,7 +47117,7 @@ "type": "text/plain" }, "key": "file", - "value": "voluptate do Duis", + "value": "consectetur dolor do", "type": "text" } ] @@ -47142,7 +47142,7 @@ } }, { - "id": "7ac7ce6a-4cc8-4783-83de-60df11b3d98c", + "id": "9d31515d-24cd-4994-8d52-b2b7149e9ff4", "name": "get Connector Translations", "request": { "name": "get Connector Translations", @@ -47195,7 +47195,7 @@ }, "response": [ { - "id": "9adb8651-56cc-484c-91fb-c0997b4edf43", + "id": "f3df7b26-6862-4453-9b4d-1015c7613caf", "name": "The connector's translations", "originalRequest": { "url": { @@ -47236,12 +47236,12 @@ "value": "text/plain" } ], - "body": "dolore ut", + "body": "id", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "cd98ba4b-97da-4eff-8556-f5f3a1629940", + "id": "b08d0ca5-c4ed-44a6-a9bd-ff431b6a4d29", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47287,7 +47287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2119890b-e8a3-49f5-93f9-031aa712bcd3", + "id": "43c0b247-72de-4021-b397-118884bca3df", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47333,7 +47333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cd37a44-a376-43b7-9688-229ff615dee5", + "id": "39a872e7-4746-44a7-b66c-ebf26c2497d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47379,7 +47379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "164d48b2-d0f4-4fd2-ab09-237fd79d6c4f", + "id": "e0c6559a-4fc9-4cb0-b2da-85d9bcee5cda", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47425,7 +47425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5c2f877-c40d-45ef-8255-bd85830aa354", + "id": "1420e68a-5b5a-4413-b78e-b02f71214453", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47471,7 +47471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4403bc4b-2cf2-4d21-8e39-928f8ba43edc", + "id": "13cbd2b0-f0a1-4050-8395-ebf2f392c85a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47523,7 +47523,7 @@ } }, { - "id": "721af132-9981-4070-8635-4e9c17d82640", + "id": "456b8c99-ed05-466e-bae3-fc18ffbb3d4c", "name": "put Translations", "request": { "name": "put Translations", @@ -47583,7 +47583,7 @@ }, "response": [ { - "id": "ff1b4c9d-17bd-412e-a914-1f9d7c95b5ae", + "id": "46649289-f9a0-408f-bbc7-ef56a5edc23f", "name": "The connector's update detail", "originalRequest": { "url": { @@ -47636,7 +47636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0faf5a00-30fe-486f-aa05-62edc84dae69", + "id": "cc3c116a-6ad7-479c-b179-994ddfd40277", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47689,7 +47689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6df2d464-18ec-43eb-841c-f513740bf7d0", + "id": "bcf40be7-0d2c-4d3a-989a-b11b2def6294", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47742,7 +47742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "916ff5c9-ffa8-4595-a37d-513fe22a5d95", + "id": "dde192b1-0081-4477-a82b-a2d34a4fb548", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47795,7 +47795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2fbe996-ec7d-4982-a688-2c46ffd80fb8", + "id": "deedae5e-49f7-452c-98bf-cc36d5d95b70", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47848,7 +47848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6da0a99-b983-4796-ab10-4314d5ad7e19", + "id": "4ad71bc8-a31b-4b08-ba6d-93935fe8de7c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47901,7 +47901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ba805db-8581-4267-ac21-5fdecdea7637", + "id": "f2d0c30a-8359-4c0d-a858-698d0df5321d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47960,7 +47960,7 @@ } }, { - "id": "c91a40e1-1e31-4c6a-97f8-c65c9be94b4b", + "id": "86981a47-0451-4e80-b82d-b8f05504f9f5", "name": "get Connector Source Template", "request": { "name": "get Connector Source Template", @@ -48002,7 +48002,7 @@ }, "response": [ { - "id": "8fd2d8e9-b3fe-4229-b468-2e14c69229cc", + "id": "676d248d-1563-42c6-b53f-d7ffc2464250", "name": "The connector's source template", "originalRequest": { "url": { @@ -48047,7 +48047,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "4a2611ee-6732-49c4-aa5a-f0ce99f7e881", + "id": "5adaf66c-fa64-4b53-9687-5088b26f35aa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48092,7 +48092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfc7449c-85d7-4541-8543-41b5943deb2f", + "id": "305ed72d-aab6-4740-a23f-e30811cf1a3b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48137,7 +48137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddc60e99-d472-4a64-acae-2938d92bd2f7", + "id": "77119f31-de8c-48d7-98b5-eaa2039000ff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48182,7 +48182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72b0f067-5241-4c06-a451-e1c6d909d61e", + "id": "94fa2653-edf4-4942-8721-ff09a4a24ff0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48227,7 +48227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ff07ed4-e10f-42a9-b4de-10e11595d4cb", + "id": "2221e496-3be1-4f9c-ad09-516c17a7198b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48272,7 +48272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "323a2a28-aaa6-4dec-8e4d-eae791879e41", + "id": "48205805-2faa-457b-b911-0cdad88480f8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48323,7 +48323,7 @@ } }, { - "id": "34b6c4ff-7ed6-4f51-b77d-e0218336db82", + "id": "05db7539-4ecb-4944-aeb9-fcfe55d0499f", "name": "put Source Template", "request": { "name": "put Source Template", @@ -48374,7 +48374,7 @@ "type": "text/plain" }, "key": "file", - "value": "id commodo", + "value": "dolor id aliqua", "type": "text" } ] @@ -48382,7 +48382,7 @@ }, "response": [ { - "id": "7e05c789-c5a6-4305-bcf8-be3aa2c3ed15", + "id": "b6729b3b-b5fa-4f5a-b010-963a6e4259a1", "name": "The connector's update detail", "originalRequest": { "url": { @@ -48425,7 +48425,7 @@ "type": "text/plain" }, "key": "file", - "value": "id commodo", + "value": "dolor id aliqua", "type": "text" } ] @@ -48444,7 +48444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25806ad8-68a6-4fa8-82ea-ad51e57a8a0c", + "id": "d2ac3b4c-25bf-42af-b4f7-7ef7064b308e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48487,7 +48487,7 @@ "type": "text/plain" }, "key": "file", - "value": "id commodo", + "value": "dolor id aliqua", "type": "text" } ] @@ -48506,7 +48506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd9abf94-3521-4abe-abd1-b8a36539e96f", + "id": "02e72db2-0191-4d9b-88e8-0d1fe172bff0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48549,7 +48549,7 @@ "type": "text/plain" }, "key": "file", - "value": "id commodo", + "value": "dolor id aliqua", "type": "text" } ] @@ -48568,7 +48568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ca7534a-787c-497e-b45f-4259136fd022", + "id": "188e3ec4-3fde-469c-bc89-b2253c98e380", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48611,7 +48611,7 @@ "type": "text/plain" }, "key": "file", - "value": "id commodo", + "value": "dolor id aliqua", "type": "text" } ] @@ -48630,7 +48630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca794553-178a-405d-8c6a-012e7f482359", + "id": "8f872c0a-3f88-43ff-ae97-7851b05eec40", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48673,7 +48673,7 @@ "type": "text/plain" }, "key": "file", - "value": "id commodo", + "value": "dolor id aliqua", "type": "text" } ] @@ -48692,7 +48692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98dd358c-76e5-403d-949d-401b0b461250", + "id": "332cd82a-7ef3-41b4-91f3-55109e2f1e40", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48735,7 +48735,7 @@ "type": "text/plain" }, "key": "file", - "value": "id commodo", + "value": "dolor id aliqua", "type": "text" } ] @@ -48754,7 +48754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b5d12b6-6858-40a0-a0ea-055dba204a85", + "id": "021519a0-52c9-43a5-bb6c-8e52ee08646e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48797,7 +48797,7 @@ "type": "text/plain" }, "key": "file", - "value": "id commodo", + "value": "dolor id aliqua", "type": "text" } ] @@ -48822,7 +48822,7 @@ } }, { - "id": "f130a5bb-645d-484c-baf0-458c7630817c", + "id": "ae71d74e-d12c-4b4f-a834-12640bf9acf6", "name": "get Connector Correlation Config", "request": { "name": "get Connector Correlation Config", @@ -48864,7 +48864,7 @@ }, "response": [ { - "id": "2b5431b4-1264-4a0e-9ed6-37938e5b35a3", + "id": "312b4f53-e6dc-4329-ac86-44b67a1307d8", "name": "The connector's correlation config", "originalRequest": { "url": { @@ -48909,7 +48909,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "257e5069-e8ad-4445-be17-3883c013f851", + "id": "47fcc6d2-fbca-48c3-b5c1-93825aa68acd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48954,7 +48954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35d31ff4-8ed2-4b2a-95be-5cdda7051ebe", + "id": "037f0277-b2ee-4508-9ef5-88d72ec96650", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48999,7 +48999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ddb85da-6668-43ed-9509-61b52fb8325a", + "id": "f689a7d9-b75c-4880-b494-669d68f3d487", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49044,7 +49044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9719a47c-5d99-474e-a3cb-4a3f307821e1", + "id": "5ef1c3ff-1326-42c2-8b4a-511b1ded937a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49089,7 +49089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb3e6a6a-6d76-47a3-aef6-7867ea6ab3be", + "id": "6a6deb8f-666a-40bd-aaee-b436301d76ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49134,7 +49134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65a4ca4e-391c-4c4d-9531-8961a51f9102", + "id": "7df7eaf5-7974-4002-b72b-44de8a39cda4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49185,7 +49185,7 @@ } }, { - "id": "066289e3-431a-467e-8097-47a327fd26d0", + "id": "f5362701-ad39-4823-81b3-757814a117dc", "name": "put Correlation Config", "request": { "name": "put Correlation Config", @@ -49236,7 +49236,7 @@ "type": "text/plain" }, "key": "file", - "value": "ad", + "value": "adipisicing consequat est", "type": "text" } ] @@ -49244,7 +49244,7 @@ }, "response": [ { - "id": "5d5f2263-8903-4d0c-9426-df1b3de3e775", + "id": "7c634ba2-78ae-493d-8bb3-323b207e42b3", "name": "The connector's update detail", "originalRequest": { "url": { @@ -49287,7 +49287,7 @@ "type": "text/plain" }, "key": "file", - "value": "ad", + "value": "adipisicing consequat est", "type": "text" } ] @@ -49306,7 +49306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef8b14fe-fcc1-4e5f-8dd6-1f3fbd4aeec3", + "id": "bae62f38-9ffb-41f2-9eb8-7ea59e061cc3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49349,7 +49349,7 @@ "type": "text/plain" }, "key": "file", - "value": "ad", + "value": "adipisicing consequat est", "type": "text" } ] @@ -49368,7 +49368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc9c46c9-780d-4e00-b206-c421c02b8cd6", + "id": "4a4e6fe2-8de3-48c5-8cf1-10608b96fe69", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49411,7 +49411,7 @@ "type": "text/plain" }, "key": "file", - "value": "ad", + "value": "adipisicing consequat est", "type": "text" } ] @@ -49430,7 +49430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "211d2259-5aa3-4a88-a55f-231af0458075", + "id": "4f33e639-086a-4f77-9fd6-9657222955f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49473,7 +49473,7 @@ "type": "text/plain" }, "key": "file", - "value": "ad", + "value": "adipisicing consequat est", "type": "text" } ] @@ -49492,7 +49492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f544108-9c80-48bc-9054-09dc37a22a67", + "id": "867de9c6-fcc4-4b20-b765-7d0554eb592f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49535,7 +49535,7 @@ "type": "text/plain" }, "key": "file", - "value": "ad", + "value": "adipisicing consequat est", "type": "text" } ] @@ -49554,7 +49554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80996d5f-2ca3-4920-9e36-91c7f8553d49", + "id": "0899f7b2-76a1-4bed-8a81-45adc8e24e0a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49597,7 +49597,7 @@ "type": "text/plain" }, "key": "file", - "value": "ad", + "value": "adipisicing consequat est", "type": "text" } ] @@ -49616,7 +49616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "461e1e7f-b817-4403-82dd-ea5e8a63512a", + "id": "c307705b-1f15-47aa-95e5-d85ccff6f6e9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49659,7 +49659,7 @@ "type": "text/plain" }, "key": "file", - "value": "ad", + "value": "adipisicing consequat est", "type": "text" } ] @@ -49684,7 +49684,7 @@ } }, { - "id": "08687189-6d82-4189-a8d0-e347f682280e", + "id": "6d0e3f47-e087-4606-9a1f-0504c48f9eda", "name": "Create custom connector", "request": { "name": "Create custom connector", @@ -49726,7 +49726,7 @@ }, "response": [ { - "id": "d976c32c-1f2e-400e-aa3f-28374af15b3e", + "id": "49de60cb-aa33-4fa4-9d0b-019c9f1b005b", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -49782,7 +49782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1908ff3e-08bf-4a08-88aa-d4efeee2045c", + "id": "fca5cc21-6074-47c8-a5ec-42f724aecf55", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49838,7 +49838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba93b86c-7498-4c5a-b189-a2cbd481f8b4", + "id": "5031915e-c751-48e9-acb3-ba5dd68e1b22", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49894,7 +49894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b4973a4-7ff2-40d8-af90-6f6259c63456", + "id": "3224b7d9-5c2a-4e92-90db-e69147a56cec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49950,7 +49950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cccfbd05-d211-42b0-83f2-febd735034bd", + "id": "82d77375-c483-4572-95f8-7896fd282986", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50006,7 +50006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5da98afb-9651-464e-acbf-45a0c3afc15c", + "id": "caf70dbc-a536-4edb-80b3-f76dfba4ebcb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50062,7 +50062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e0cafd8-bd11-4ce8-a24a-ebabcb252e8d", + "id": "310d1cea-b48d-49bf-8ad3-2faa6b0e7810", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50130,7 +50130,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": "9aa07c69-9c2c-48c2-9c47-d73efd1aff54", + "id": "ebf249ff-fdcd-4db6-aa46-fd10b1af6d5d", "name": "Get security network configuration.", "request": { "name": "Get security network configuration.", @@ -50160,7 +50160,7 @@ }, "response": [ { - "id": "aa850e74-f627-46e0-96b1-3a3095d1eb2d", + "id": "6b1ae1eb-7200-44f6-9839-b4b62d3eb34f", "name": "Network configuration for the tenant's auth org.", "originalRequest": { "url": { @@ -50204,7 +50204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2edd7351-43cd-448d-8160-59be2a811761", + "id": "a74d8c80-2e17-498a-9de7-cf0ba0a2a0d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50248,7 +50248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e91c45f1-ce87-4a06-89d7-da7d7303e5e2", + "id": "e0375e92-65ab-411d-a516-daaf3ec3d11b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50292,7 +50292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5e73606-561c-42d3-8826-2132e090328d", + "id": "b396930e-0cf6-4ba6-9951-aa2a045beabf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50336,7 +50336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09c39f56-2b52-4140-afb4-2864d0e3c210", + "id": "3a737a28-873c-40a9-bcab-badc487c01e4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50380,7 +50380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e2e006d-ef14-4c68-92c1-30dfaf0b74a0", + "id": "7a73c9f7-2ddd-46cf-a182-d8f4100fd714", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50424,7 +50424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83262789-9410-42bd-857a-6ac385deb11d", + "id": "d8f78443-9fdd-42fc-9a42-bcac1399b447", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50474,7 +50474,7 @@ } }, { - "id": "edafd16e-2ceb-4598-82b1-e75c46b99048", + "id": "404f3a17-eb57-47ed-87d2-c6690bd95c26", "name": "Create security network configuration.", "request": { "name": "Create security network configuration.", @@ -50517,7 +50517,7 @@ }, "response": [ { - "id": "fcd4434f-a7b9-4730-87b5-dd2a9082f3fd", + "id": "37fcccb9-902e-479b-ad31-e0cea18bcc4c", "name": "Network configuration for the tenant.", "originalRequest": { "url": { @@ -50574,7 +50574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8f7ab7e-8160-4d15-a48e-b6e3ed942444", + "id": "f1658249-7199-4e48-8c82-acd98045bb70", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50631,7 +50631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "812a82b8-73c9-4145-9a09-602e0724a22e", + "id": "2281922c-dc36-45b8-b588-90dadf084974", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50688,7 +50688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "868b896a-9355-4483-911b-118a99bdc534", + "id": "83a6e294-f554-4ccd-a7d7-063e8ec45cb8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50745,7 +50745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3296b74f-e6ac-463e-8e6f-32f0f05304b3", + "id": "f6426fcd-d240-4ea3-b7b3-01687118706f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50802,7 +50802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "664f6712-8eb5-4d39-bfa6-2641cac254d9", + "id": "7ac9322a-0e99-4f20-8607-880ea0cac14a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50859,7 +50859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fe10dce-8073-495a-a8f7-d6e9f07fda42", + "id": "4a6783f8-aec7-4d55-ba6e-b89894eb3a9b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50922,7 +50922,7 @@ } }, { - "id": "f98467e5-0c76-43bb-b294-1d287b680b01", + "id": "38c9d62a-a16e-4dd8-bf06-bf7206ab3b1b", "name": "Update security network configuration.", "request": { "name": "Update security network configuration.", @@ -50965,7 +50965,7 @@ }, "response": [ { - "id": "a5fe017b-228c-4362-8ee5-2c87491b722d", + "id": "ceeeb412-a820-4d41-a0de-7c44ec5e391a", "name": "Updated Auth Org network configuration.", "originalRequest": { "url": { @@ -51022,7 +51022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3b70b50-7117-4ff8-a4a0-2724973d09af", + "id": "344e1a4e-1d4d-409a-b658-6c7ed0404706", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51079,7 +51079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96c5cd5f-126a-485d-82c6-1d5080ebed7d", + "id": "887af880-b38a-4f55-8fba-82ad295c7fe5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51136,7 +51136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88b0175c-6cb7-49b0-bedd-9cb36fa90937", + "id": "81bdc0e8-cd97-4f9a-bc5f-576780f40bf4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51193,7 +51193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a97596ee-a38c-41e2-9237-656991dfe2b0", + "id": "36257e3a-649d-47b4-bc0c-b082ed97d5da", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -51250,7 +51250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6fc90fa-6abb-4f85-8cf4-3d240b661b34", + "id": "cf92dda9-1cfe-4096-9aec-7b8c5ccf4ce9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51307,7 +51307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c44224b-d84f-48a2-9e08-569740d27f5d", + "id": "8d08bada-3ddf-4a0a-9fd1-7ad7ad4666b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51376,7 +51376,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": "e9638375-2254-4a08-b205-fff1739ff4f0", + "id": "f849f053-54c5-4efd-a927-6a9419976f3d", "name": "Identity Profiles List", "request": { "name": "Identity Profiles List", @@ -51451,7 +51451,7 @@ }, "response": [ { - "id": "1f390602-9f7d-4dc6-919d-71467ab4d049", + "id": "ebab2dd4-8440-4286-b298-b2e43db88283", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -51540,7 +51540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f5cc9fb-2825-4c78-bff6-950337b34ed9", + "id": "a5db38c3-9fba-4c7d-94c1-abc3b5e293f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51629,7 +51629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "395086f4-f53a-4cb2-847c-9cb47601f593", + "id": "58c0bf1d-12d2-4e7a-8909-72915c32cbf5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51718,7 +51718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4e56882-8ffd-45ca-9c8f-9f59356309f4", + "id": "701a2b44-e897-4d53-90ec-277773109514", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51807,7 +51807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2886d88-f341-4f7b-8c99-15f73ee1b42d", + "id": "21d8e8b9-80e9-4d87-bf30-68e736310b2d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51896,7 +51896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec88d5f0-0bca-44c2-b628-28f87525bc38", + "id": "3b5bc144-97be-4314-8eb2-19b17793d192", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51991,7 +51991,7 @@ } }, { - "id": "b6535afa-de9f-4b56-85fb-aaea61026079", + "id": "4c2cefb8-d690-498b-a99e-1d6d37fc40b0", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -52034,7 +52034,7 @@ }, "response": [ { - "id": "7bfe148a-0b8f-4ed5-ada9-e3f69b70b185", + "id": "7a47b293-4da2-48ac-a885-4280780b10e6", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -52086,12 +52086,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\": \"1955-02-01T01:33:39.421Z\",\n \"launched\": \"1980-12-09T10:48:18.221Z\",\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\": \"1966-07-16T04:32:51.230Z\",\n \"launched\": \"1944-11-12T14:45:10.220Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ed016b9c-d782-4262-ba77-b398764eac5c", + "id": "3bac210d-09eb-4bfb-9ee6-7f6fefb2b3c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52148,7 +52148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "200b39a0-e72d-4754-afe7-723bf0455d70", + "id": "83fa28f3-7a50-4609-bb8e-186243ab3b50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52205,7 +52205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "126c2e5b-cdc3-4963-8090-b27f93a7b371", + "id": "b1d20752-0a22-49ae-b6c9-97bb67a18424", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52262,7 +52262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "885efd2c-d58e-4861-adb4-0cfc92734ac3", + "id": "7c2fb57d-f605-4ffe-b263-f61c4fe78cfc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52319,7 +52319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e595287-22df-4c2d-8107-39e7de0764a1", + "id": "a22e76b4-fd26-43e0-b2c8-0af33e4389be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52382,7 +52382,7 @@ } }, { - "id": "493b355f-634f-48b5-9bd5-726d3bfffac4", + "id": "bf13f2a6-2b58-4ad7-b6e9-61672754d5eb", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -52458,7 +52458,7 @@ }, "response": [ { - "id": "4bd4e59b-9047-4df7-8fc5-0258dee5f079", + "id": "13f47d5e-a1e3-48d9-89e6-6d12b00e7fbf", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -52548,7 +52548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cea910b-ed13-4bdb-8091-69be7040a507", + "id": "ddc9e730-e000-4cdc-999d-a8061b7c9424", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52638,7 +52638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13172400-4952-42bd-957e-0c82a7b8fd5d", + "id": "b77b5b26-8b10-412d-ae01-85a439876aed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52728,7 +52728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f20acbe0-42ee-4605-b3cb-4091bf9c40c6", + "id": "623f5a3f-3e7b-40c5-84d1-f5ea826577e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52818,7 +52818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68d0b878-2305-446f-adc1-ee7e6141dba5", + "id": "bb5c80e9-e446-4ae2-ab6e-821650fbb1f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52908,7 +52908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dcbf9e1-aba0-4ffe-94ea-a615471e9918", + "id": "b8e80dec-8574-4cd2-994e-acf66f86de00", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53004,7 +53004,7 @@ } }, { - "id": "02a8d955-dae6-4f04-bde5-497b3d73fa04", + "id": "5492b878-d5f3-4d68-9c0d-a1b46df2061a", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -53047,7 +53047,7 @@ }, "response": [ { - "id": "dc830fad-b93b-4950-9d33-7be7bb3491c8", + "id": "fa76ef02-2492-4318-960c-54111ba7aa6a", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -53104,7 +53104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba851938-50ec-4ebb-9087-f01c54fdce92", + "id": "a7bb525f-e41d-4d86-b384-7f27acc9c501", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53161,7 +53161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "178ce6c8-c51b-445a-b2d6-410776aa9827", + "id": "bb21a03f-1dc7-4f48-8aa2-6fade32be926", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53218,7 +53218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3924ea0c-6f0d-4d87-aaf9-dc7edad3fec2", + "id": "51ba138d-05d5-4635-81e0-95ef81b5b7aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53275,7 +53275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "367308f3-fff7-4436-b637-b9f04fd1b365", + "id": "57896571-ab36-4ef9-996b-082025d411a7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53332,7 +53332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c81f0ef-dc25-4452-9740-c6853f9e2d1a", + "id": "e6d4efb8-14a9-4c6f-9fea-d93ff36e3705", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53395,7 +53395,7 @@ } }, { - "id": "8b98ef4a-c833-4aea-a9e0-194e6424fe20", + "id": "bc0d5b43-4c63-4446-9511-fd55c3b6b9dd", "name": "Get single Identity Profile", "request": { "name": "Get single Identity Profile", @@ -53436,7 +53436,7 @@ }, "response": [ { - "id": "f0148415-7eec-4349-959e-47ee1e3ca7a0", + "id": "3862eac0-4edb-4ea2-a353-67946d413bb4", "name": "An Identity Profile object.", "originalRequest": { "url": { @@ -53480,7 +53480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c00ec41-64cb-4829-b7d3-eeedd0638c63", + "id": "fed6dca9-8453-43a7-a863-a2d72c4c6eba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53524,7 +53524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeef93b4-762c-4281-aed2-4ade6161eb37", + "id": "e51e8d09-1f8f-4a40-8cbe-e64e8fe92ea5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53568,7 +53568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3302965d-5aed-4a76-a3af-986ce0bbf84b", + "id": "29379a77-269f-4a1f-9b87-107c56f4efbe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53612,7 +53612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb0d08af-9720-4be7-8585-bd8afd748b8f", + "id": "e179ab57-b558-418e-9c4d-3eae4a380a97", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -53656,7 +53656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b587285b-d2d7-4a76-919c-02ad33726649", + "id": "8e53dc52-0c92-439f-ab29-f4067fcefcaf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53700,7 +53700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07c04fac-9979-4189-9e8b-bc673cd6f614", + "id": "c2bc386e-deab-42db-a50c-57f6346ab824", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53750,7 +53750,7 @@ } }, { - "id": "314e82be-eeca-4c9f-bc04-9268a63424e2", + "id": "d43b4ae2-d9a6-4583-9e61-d4a83d21610a", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -53791,7 +53791,7 @@ }, "response": [ { - "id": "b29491c9-7c61-46a1-91b6-017e31c54207", + "id": "cabad4a4-eda8-412f-9bc1-6b6cd774b14e", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -53830,12 +53830,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\": \"1945-06-05T17:21:11.221Z\",\n \"launched\": \"1945-03-20T17:05:59.477Z\",\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\": \"1974-01-18T12:16:57.112Z\",\n \"launched\": \"1975-02-17T11:58:38.713Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fa82107e-02db-467a-b36e-f46d79973171", + "id": "cd2d6172-55bb-49d0-a473-9539d8cebc12", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53879,7 +53879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3514aad7-b9d8-4a0c-88ae-f83718756d49", + "id": "e1fc94fd-8c2b-461b-b892-99d3ded5d579", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53923,7 +53923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2492d767-f6ef-4b6e-bb3d-407b72c3d9cb", + "id": "c006451e-5295-4ba6-8178-1a4ebc3adbde", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53967,7 +53967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eaf9b48-b750-4af9-a552-6b96ff03bf60", + "id": "7be0f90f-0325-4aac-a8af-e4254c5737a0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54011,7 +54011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2551696-7a11-41a4-91f8-3375899667a5", + "id": "e1166da1-5e7e-49c7-adb1-7013cf7fdbe0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54055,7 +54055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b3917f3-62ee-4989-b78a-460c03436b7f", + "id": "a6bf536f-8cf1-4702-b657-8e659a0a71cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54105,7 +54105,7 @@ } }, { - "id": "3e837167-2ff4-485d-b0ee-39e90215a919", + "id": "3cf87fc6-0463-48c9-9105-71885a9a3be6", "name": "Get default Identity Attribute Config", "request": { "name": "Get default Identity Attribute Config", @@ -54147,7 +54147,7 @@ }, "response": [ { - "id": "a2d9efba-2b5c-495e-a70a-52f358c71320", + "id": "e7b94a79-d13d-4efa-9635-898413e4c38b", "name": "An Identity Attribute Config object.", "originalRequest": { "url": { @@ -54192,7 +54192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7d3bcc7-85cf-49ac-a603-89da6a933fde", + "id": "44c82980-5b4c-487b-a433-f39217d8d30b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54237,7 +54237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "373b8539-3108-493c-8caa-deb8239f1190", + "id": "e3bbf5a6-0269-48ad-a98b-d5d0df26b8fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54282,7 +54282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43c7e64c-8ce1-48cf-ae42-11a1a92f8082", + "id": "cf19a863-f046-49c5-993e-8efc09cded30", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54327,7 +54327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b36dd66d-d835-4e8e-a29e-229b6818e012", + "id": "649903d9-e8ec-41c3-947f-4c578a22ff83", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54372,7 +54372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b593a0e9-0840-42d1-8b1e-84d7b877c550", + "id": "7eb7e0c4-8452-4316-bf2f-0cc4eedad0c8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54417,7 +54417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e5cc880-b171-40f2-a106-92be112baccb", + "id": "12f0485a-4cf8-49d0-9ed2-d326e5f4d873", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54468,7 +54468,7 @@ } }, { - "id": "46deb750-5d13-4148-9c0b-c405072ee424", + "id": "c6903597-5c83-4184-b6e0-31bc1c675cc3", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -54510,7 +54510,7 @@ }, "response": [ { - "id": "f9488a07-db74-462b-be6c-1fd92201b215", + "id": "540bbe0e-75fb-43d7-9caf-16f296cdb43f", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -54555,7 +54555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af453272-c323-447e-8f06-4b6c9fe2039e", + "id": "97985c00-4ce1-4295-988e-38bb40b3ebb2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54600,7 +54600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fff9a7e-92b6-4872-bcfa-3d554973fc72", + "id": "d977a913-8d42-45d0-85cf-85bf7192dee2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54645,7 +54645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c9cfc3e-7aff-4370-91cb-c9f88ec3ca21", + "id": "71cd876b-7513-43dc-8c5c-1723c17cbcea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54690,7 +54690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddb1224d-764b-4e44-b3bd-41feb173a3f8", + "id": "964e89cd-4727-4aee-88cd-487063c0c92c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54735,7 +54735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1615a74d-48e2-4e9e-a987-cba367919863", + "id": "b27f5132-4fa2-40de-9966-c39179ea9e0b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54780,7 +54780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ae5915c-edd9-4914-8f19-d39d1a42906c", + "id": "17b0fb9b-e39c-40f7-a152-eeed293a5254", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54837,7 +54837,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": "d80f9a76-ccc1-4a51-9080-c777c39096c0", + "id": "4ad38402-c099-4e82-aca7-6e88d27493fb", "name": "Set Lifecycle State", "request": { "name": "Set Lifecycle State", @@ -54892,7 +54892,7 @@ }, "response": [ { - "id": "b112c237-567c-4b8b-8be7-7c2614d2f820", + "id": "0b8a333c-cc80-40f3-971a-8eddd0aa1d18", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -54950,7 +54950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80f1569e-a7cf-40ca-879d-a9e1f171f06f", + "id": "d390224e-21d4-4c82-812a-8110b1b59f58", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55008,7 +55008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05e0b327-fdb2-467b-9dc2-46f252a657db", + "id": "15e9854c-8bbd-458d-987a-287acf260055", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55066,7 +55066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3b3903f-a101-48bf-b4dc-665331d9d537", + "id": "b1a1a75c-94ce-4502-9293-261330cf8f2c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55124,7 +55124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c883e7a1-799a-4c13-b8ab-66d17d765c9a", + "id": "c20e766b-c682-413c-ab3b-37bb31e832f6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -55182,7 +55182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e0bd9c0-55f9-4e26-a33b-516484079986", + "id": "3f2e561f-d5dc-460f-9b8f-7495b4bf0c8c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55240,7 +55240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71f612c7-9c6a-4cc3-a427-c7e93a3ada9f", + "id": "bd1a9351-2783-41e3-a9b2-6ece3372d4f9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55304,7 +55304,7 @@ } }, { - "id": "786ac620-372d-4f6c-ac69-9191c960d70f", + "id": "e54a5a65-5b57-428a-abf5-87fd2cc14fe8", "name": "Lists LifecycleStates", "request": { "name": "Lists LifecycleStates", @@ -55383,7 +55383,7 @@ }, "response": [ { - "id": "2d3e8189-59f1-4bc5-ab06-00c31b40bf96", + "id": "46233d75-b0e2-4d51-9ed4-4f41e1857a9b", "name": "List of LifecycleState objects", "originalRequest": { "url": { @@ -55465,7 +55465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05c88c1b-427c-4a26-8b3a-625a8934583e", + "id": "22d2da64-3b68-47ad-b9e9-62557019d7ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55547,7 +55547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e709bd0-b1cd-4223-b8f6-6a4ff60e558a", + "id": "a2ac4be6-2272-448a-8758-aab3542dcd8f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55629,7 +55629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fb0468b-afa4-4406-8c72-8f7757ce66d8", + "id": "cf914999-6338-467a-b50e-9fb30be100d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55711,7 +55711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cabf3806-d007-442a-88f6-e2ac184acf17", + "id": "0e4e9033-0d77-4f68-a81f-c6b707b38ea9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55793,7 +55793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e48d0f59-a66d-43e0-86d3-37eb76c691a7", + "id": "5ed5914a-9543-41fa-912f-56e8c3945175", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55881,7 +55881,7 @@ } }, { - "id": "6b37e317-cc47-406d-a6a1-ed422f2b5dc3", + "id": "ef595355-2ca4-4216-840a-e7235a6ea358", "name": "Create Lifecycle State", "request": { "name": "Create Lifecycle State", @@ -55936,7 +55936,7 @@ }, "response": [ { - "id": "f0087b4d-eb92-41ee-a2d7-99207fb0bbcc", + "id": "aef31aae-3b7c-4413-8fda-91e7a5307cc3", "name": "Created LifecycleState object.", "originalRequest": { "url": { @@ -55994,7 +55994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "459daaf0-1c9a-4857-a069-d854a7f7b22c", + "id": "552d237a-a5a3-46be-95a3-81a989348fb3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56052,7 +56052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b82ea242-a678-41dd-8338-1a49c576231d", + "id": "74a55a3b-bebf-421a-9745-cad8bf641d18", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56110,7 +56110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b8cb7fd-2df7-42e8-9bd9-578ab21c5661", + "id": "35abed7c-f27d-4de3-8ccb-b62a3dc07699", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56168,7 +56168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3941fdeb-3e73-4b74-a149-cbd1cde8a6e5", + "id": "23c8ad69-f534-4bac-b9a8-f4f6bba2072d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56226,7 +56226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a0f6ad4-e57b-4401-9a2c-eeaa56912b7a", + "id": "3b62c630-599a-4e18-8af0-cc5425a22e89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56290,7 +56290,7 @@ } }, { - "id": "ee17ae21-b61f-435a-b9d6-deb27cbff3e9", + "id": "6cffeba7-e273-456a-ae59-b078663a2ea2", "name": "Retrieves Lifecycle State", "request": { "name": "Retrieves Lifecycle State", @@ -56343,7 +56343,7 @@ }, "response": [ { - "id": "aef308bc-2acc-4dfe-bf51-c3c06bb7e113", + "id": "05dd3873-d34f-4f1b-8328-b01d479c2c7d", "name": "The requested LifecycleState was successfully retrieved.", "originalRequest": { "url": { @@ -56389,7 +56389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf5e5771-da7e-4c45-bdbe-02f24bd770e1", + "id": "080bd778-5236-4064-b4bd-14d359b481cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56435,7 +56435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "961a3d8f-9573-4a61-a36b-49cf96d8491a", + "id": "9b0f1af6-5e99-461d-ad27-cde1d9480383", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56481,7 +56481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04cb3c32-7f41-4fcf-b4be-abbbcb8e4430", + "id": "00200777-643d-4661-b085-7d092b7ca410", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56527,7 +56527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "416520b5-9a08-4335-bd04-ab4d9bc2f713", + "id": "c290a309-9029-45ec-af8d-78efb3d02af9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -56573,7 +56573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97099c7e-6418-4508-9fc8-92acf9a1b2c2", + "id": "b61a2417-8539-4b34-b25e-588464c0a50a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56619,7 +56619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cc4a104-80f3-4231-b9e0-9839951199a4", + "id": "31d12010-aa39-48d7-8505-12f6ad0eb05b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56671,7 +56671,7 @@ } }, { - "id": "0d515643-3103-4b7a-80be-71156cad582d", + "id": "e6147f97-4b7b-41fd-931a-ca0bbd14e2b0", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -56737,7 +56737,7 @@ }, "response": [ { - "id": "6d17ee11-9f1c-4c91-9a51-1f6ac2da2536", + "id": "629d3f62-9990-4339-9ad6-63bc2a3c12cc", "name": "The LifecycleState was successfully updated.", "originalRequest": { "url": { @@ -56796,7 +56796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea6bd2b6-1a86-4f94-946e-98a0830cfbf5", + "id": "2d3458c9-88ed-448f-9b51-9e99297cf457", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56855,7 +56855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33ed2c40-316b-4e89-884f-c3a6afaee0bb", + "id": "9b108e93-20a8-4f0b-b079-61153feef91b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56914,7 +56914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c63951e-5050-499f-91c0-2abfb3618eeb", + "id": "667e5287-27fd-45d1-9ef8-6fc3841574ca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56973,7 +56973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15412c66-eeab-47c3-bb27-b3a4f22c1ba9", + "id": "69524e55-74be-4a9c-9db0-f46b7f13ac87", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -57032,7 +57032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64bffa5e-8610-4c2e-8b4d-6e2857473d44", + "id": "8bae7e26-6e4f-47e5-aecb-ee80373417f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57091,7 +57091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9133469a-6b40-4726-affb-2906393e6f1f", + "id": "c9f26718-3925-44dc-9de0-56c6b6d6a706", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57156,7 +57156,7 @@ } }, { - "id": "87a0a726-27cb-4fb1-bb96-07fc8de9bf8e", + "id": "0c790122-231b-464d-91a1-d0862399ac3d", "name": "Delete Lifecycle State by ID", "request": { "name": "Delete Lifecycle State by ID", @@ -57209,7 +57209,7 @@ }, "response": [ { - "id": "32b1d275-dbc2-485b-994b-57ccefbb440c", + "id": "a71c3e0d-01a4-4b6b-a7b2-e3f443441cee", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -57250,12 +57250,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"est id\",\n \"name\": \"Contractor Lifecycle\"\n}", + "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"fugiat proident sit\",\n \"name\": \"Contractor Lifecycle\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "02dd4a7c-f924-43f2-864e-3f85d80d02b9", + "id": "bb4d84fd-cab6-4656-8692-790cbd299c9a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57301,7 +57301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b52a2d79-a28e-4dfa-b8bf-2dcdcc93ab8c", + "id": "c678ee3b-f2ed-47e6-936d-a8b0e5450482", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57347,7 +57347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "922792df-820e-4e55-8b0c-04740c895eb9", + "id": "575b59b1-b930-424a-9359-2b2439432f77", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57393,7 +57393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "077a128d-2dac-4af5-b8c6-af754b0e40d1", + "id": "4f22d191-f3e1-46fc-9abc-853d7489f3f5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -57439,7 +57439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9152be2a-2263-4434-a57d-203b20cf85f7", + "id": "1eb741ce-e4a0-4b1a-b335-61f1b9e8a0e1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57485,7 +57485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3700dd0b-0264-4d8c-ab2a-8d195b1dc9c4", + "id": "30e39a87-135a-4662-a4b4-ff5aa09cfe03", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57543,7 +57543,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": "00257f1b-78e1-4fd2-8d07-661d3de07309", + "id": "a65ac595-3849-4b59-8aee-9d48c5283a7a", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -57585,7 +57585,7 @@ }, "response": [ { - "id": "d2e87750-95dc-45a0-a951-cf8e418c95ec", + "id": "8196b9b8-8534-439c-8829-b00bf6b76c28", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -57641,7 +57641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a071528e-9d94-411b-81c1-90282a0cc9af", + "id": "44a83379-0d0f-410d-bc94-9d4db52f959e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57697,7 +57697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db346f27-4381-4be0-8450-149c91961ec1", + "id": "0bac569a-49fb-4a8b-80f5-f05edb36c7c2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57753,7 +57753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2c5d117-2f49-4c1a-b27b-7b4e6c196f62", + "id": "bc6ab1c0-8f2c-4a29-8cc9-b4b626936ab6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57809,7 +57809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5f45aaf-8323-4d5b-8130-25cd1eac6d7b", + "id": "e49ca975-858e-49bb-b4d1-e11295fb9ced", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57865,7 +57865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2166257e-389b-46eb-bb58-53074496e7e7", + "id": "a58bfae5-af8e-49cf-b896-6122c56e859c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57927,7 +57927,7 @@ } }, { - "id": "fe1ebecc-32f2-4eca-b44d-4f8551eab904", + "id": "bcfd5d38-5dae-4a9e-b20a-9f27250aa6a1", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -58002,7 +58002,7 @@ }, "response": [ { - "id": "6098b913-42d9-4b6d-a0ac-47a696179f76", + "id": "143fc28a-d5ed-4037-b75e-2eff0a8a4656", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -58091,7 +58091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "901390d7-1e06-489c-b981-391f19f3a5f0", + "id": "2568d059-14cf-4bb9-9bef-3054912bfaf9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58180,7 +58180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c78c75a4-8424-41ed-9395-092ef0f299df", + "id": "01efee9c-aa00-4fc4-8954-d88cd184a2c1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58269,7 +58269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0e21adc-4040-43ee-9c1d-ad03fc09687c", + "id": "51149e8f-2d95-4d4f-af3a-c3f64a071711", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58358,7 +58358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51a5e523-fd63-4495-9e06-91a6b84b6a60", + "id": "c8306c7a-86ea-4ba7-87a9-32bf39bfd75f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58447,7 +58447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e2c3321-9004-41ac-82ea-2cd3338155fc", + "id": "8e9717ed-f128-43f9-b121-49efd684fbd0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58542,7 +58542,7 @@ } }, { - "id": "03b3896d-2e97-4719-afb4-7b8fe2287eb9", + "id": "17d6519f-e42b-4ee0-8eda-a36d9390f4a7", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -58583,7 +58583,7 @@ }, "response": [ { - "id": "b93dc75a-ba66-4b09-bff8-8ec2613c96c9", + "id": "82cbe674-12a8-4cb9-a420-d0a71fccc754", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -58627,7 +58627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "141414df-1a94-4fc1-84b1-28cbcdb78e81", + "id": "5c46cb92-e7f4-472b-b14e-ea31fae95212", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58671,7 +58671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbc312b6-7cfd-4288-880d-de60483fdd39", + "id": "c5a0146d-9e37-42db-98bb-bea787b2ab10", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58715,7 +58715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d11fc4a7-5308-4894-bbd4-6af873c69d3a", + "id": "016ae088-daa9-456f-9754-257df9537038", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58759,7 +58759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "091a7995-35dd-4d96-9414-cfd35cbf8e74", + "id": "c3d5bced-cbd5-4f9f-9136-5520ea06489e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58803,7 +58803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d13bfaef-c6dd-43db-86a0-14df6d5ab38d", + "id": "6ff84a6a-c984-48b2-b27c-3f4e5fee62a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58853,7 +58853,7 @@ } }, { - "id": "d7677027-37b1-411f-a17a-5433581f0812", + "id": "4ac4a22a-e604-4227-a786-221b5b02b806", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -58907,7 +58907,7 @@ }, "response": [ { - "id": "71007074-399e-491c-81ff-1b7707fea726", + "id": "795901ce-2e5a-43d5-ab3b-85b3598b8a1b", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -58964,7 +58964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d319a287-fe7e-47a8-b023-9872f8ad5280", + "id": "ceacf9ad-4633-473a-83ec-af5bac755180", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59021,7 +59021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f82d72b-e156-406b-85b3-3585119be890", + "id": "72eee2c7-e0ac-4ded-91dc-463424c8ee16", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59078,7 +59078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2365b667-a7e6-4234-8bce-84abd19caeda", + "id": "05c06fae-2a1b-4d8c-b89b-7a7036408176", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59135,7 +59135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba1a775d-b02a-4178-9b35-7af4c8a1aea6", + "id": "6ead8d6d-993e-472c-9f22-60ef12d8d6c3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -59192,7 +59192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4910993-46f2-400d-a17d-e2905e1178ee", + "id": "27fd4b5c-0921-4aae-9d0c-3c32886672ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59249,7 +59249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f226ab2-8383-49d0-a0a7-5fe1c6694fcf", + "id": "59fb45d2-6dd9-44da-a47f-2d1f34df72e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59312,7 +59312,7 @@ } }, { - "id": "575ab507-8b4c-4815-ac27-7a8cebd03809", + "id": "cdd5f0a7-c705-4f9d-b947-8d88280a6152", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -59366,7 +59366,7 @@ }, "response": [ { - "id": "ff9f25e3-bc53-4b8d-936c-32ae0dfb9214", + "id": "19d0ef3a-6cdd-4a81-ab1c-67f7c8d6e75e", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -59423,7 +59423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b016169-48b3-4a0b-ae4d-661cc04a26a4", + "id": "de54c48a-3739-47cf-80a0-61ec4ceb856c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59480,7 +59480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc6b58b5-5b39-48c5-826d-97dc3878ee30", + "id": "87dbef89-3b1f-4723-8334-c6177334702b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59537,7 +59537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be45cea5-0cba-42ab-b569-61f5fe5b1155", + "id": "7daea8c8-9d1d-43a6-aaed-fe2d33411034", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59594,7 +59594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5738d19a-c0c6-4979-b8b0-05d2579fec40", + "id": "f53cf6a8-6c35-47c2-9f76-289c776182c9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -59651,7 +59651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dafdfde5-4d1c-44e5-add2-dc5663b04a8a", + "id": "4d8f337e-f6a0-4bd4-8f08-94a92bfd29cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59708,7 +59708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65c985d3-90a5-457a-9382-83709e8421b4", + "id": "4c81f09d-3890-4adc-a6a9-c038f2b7d9d3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59771,7 +59771,7 @@ } }, { - "id": "d8ef4124-e943-4bfc-a788-55954962368b", + "id": "972cce96-d057-4cf6-8b93-c0222e9f5a3e", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -59812,7 +59812,7 @@ }, "response": [ { - "id": "51c6c3ee-c5b7-4088-b815-dafd060667c9", + "id": "d7f341fb-3cf1-4d93-b290-1f0b16ad2b5b", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -59846,7 +59846,7 @@ "_postman_previewlanguage": "text" }, { - "id": "eb4f1de6-9205-4537-999e-34abe7fdca34", + "id": "cfedaedf-6e10-49fd-98b3-bd7a0682ebeb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59890,7 +59890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f697c119-85d8-42f6-b9b7-d78c29727cd7", + "id": "f680df81-b8c5-4498-ae6f-9f99c13906fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59934,7 +59934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67a95455-0fb4-439c-b914-830dae5592f5", + "id": "4055e62f-92a0-4aa6-8ecf-978f717412be", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59978,7 +59978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d06eb192-ce3d-47a7-977b-f0c5bd9e23bc", + "id": "490ef58e-0446-439b-b464-171924bec851", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60022,7 +60022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52de7269-377f-4ee6-9ee9-f9b0067dec83", + "id": "4f44334b-3515-4bc4-867b-4458a00cc546", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60072,7 +60072,7 @@ } }, { - "id": "de2ebfac-3f34-4f04-b544-3174af8969f8", + "id": "760cdd9d-6a34-469f-b931-2b8226b3bc9d", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -60115,7 +60115,7 @@ }, "response": [ { - "id": "c5365927-b584-455d-a0e3-2d52ffcea3e2", + "id": "d771d471-bf42-4b31-ab69-54797a978f87", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -60162,7 +60162,7 @@ "_postman_previewlanguage": "text" }, { - "id": "10eb0482-13b6-4423-a85e-ddc23ce62262", + "id": "c72eea7d-957d-47ed-84db-95dc2d34687b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60219,7 +60219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9dfc377-f9f3-4a7c-a764-e56df911fd05", + "id": "1bfcde8e-746d-4507-b3d7-9ddb4e88331a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60276,7 +60276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "483cacc2-bdd7-47a6-9e8d-5dac480fb585", + "id": "1b8594ee-96bc-4cf6-a535-bccb7703f0c7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60333,7 +60333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ce12e28-8b85-48e8-96f6-39c345588751", + "id": "55798c93-dd66-4814-ab2b-5e34d79726fa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60390,7 +60390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eb3ee0c-d6bc-4f51-adc1-70c63a51c234", + "id": "0c43aabf-ed26-47dc-abf4-d565543aeba9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60453,7 +60453,7 @@ } }, { - "id": "0484bb57-6e26-4b35-ab35-59a21f77a81c", + "id": "faaf0d63-925b-4bf6-bf8e-9bbfc3517f26", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -60495,7 +60495,7 @@ }, "response": [ { - "id": "4c5483ae-72eb-45b8-8136-d4aad349d884", + "id": "80511ad6-f8b9-4156-b608-aaad2a3ea946", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -60551,7 +60551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ece21ef-46f6-4c74-82b6-950daf35a589", + "id": "80cc12d0-8e6d-4990-be36-2e1f2ff60edd", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -60607,7 +60607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d927c764-7468-4698-8fc1-fe85d11a9318", + "id": "5a17b466-88b4-4faa-bbd6-1c742cb350d0", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -60663,7 +60663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52093773-08ed-43fa-be3b-4774b85dc9eb", + "id": "45f04241-17a5-4b32-8051-342c54352066", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60719,7 +60719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da027381-31d8-421a-89bc-bb9b84169c40", + "id": "1bb581b1-cc99-4282-b519-cd46dac559c7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60775,7 +60775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0296bf5d-20d0-405e-9ad9-e41828499a79", + "id": "1f54c124-12a5-4780-9074-5cc652fba4d5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60831,7 +60831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "307b1422-f235-4ad2-97c6-6338a15835cc", + "id": "b8a5a691-dd40-46d2-9193-272ace351b03", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60893,7 +60893,7 @@ } }, { - "id": "c04d4656-c4f1-43c1-b5f8-9f05e0bffc71", + "id": "99c664f2-26c1-482b-9d24-38cc38cfdf69", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -60977,7 +60977,7 @@ }, "response": [ { - "id": "17ed76a9-87fc-4a64-b252-9ff2d083837a", + "id": "85f74094-4c1b-4968-8c9d-dd4c4c9bcc01", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -61075,7 +61075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ffef5bf-c012-44a9-96c0-bf19f6066afa", + "id": "75806b78-0d92-44b5-b7c5-e239d49c49d8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61173,7 +61173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "268986d9-c53e-4b5b-bd52-0b42bb24dfd1", + "id": "bf3a4213-bfed-415b-8697-9892a732a3fe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61271,7 +61271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78612287-6a06-4cd3-875f-f60c6ca5fc3e", + "id": "a28b3c27-c70d-4b4f-a5da-fa747d63766c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61369,7 +61369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42f0bf1e-4112-4883-924e-b4a212b01ade", + "id": "81d4eb6f-1080-43bf-80ce-c2beead49804", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61467,7 +61467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60eecbc4-420e-4e60-9cf1-782772968714", + "id": "d6bb700d-1f8b-469a-9576-9d11021788b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61571,7 +61571,7 @@ } }, { - "id": "db79e73a-bb63-4efe-adda-d1cf5ae9d1b1", + "id": "fbe5574c-47f0-4951-972a-9e84fae6e98c", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -61612,7 +61612,7 @@ }, "response": [ { - "id": "cc4716c5-d6b4-4592-9b13-42607dae66fe", + "id": "486020c5-f4ec-41b6-b9f9-6a6c55199aac", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -61656,7 +61656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96394db4-c8ce-4b50-ab71-772460932b4c", + "id": "ff42ebe7-021d-4837-8022-fe45826f4c80", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61700,7 +61700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b31168b-2587-41af-a0fe-7d86e66feb37", + "id": "c2bafd9e-6633-4ee8-ab13-7e92fe4c4814", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61744,7 +61744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f524754-a556-4028-991c-d26ccc4c7fbb", + "id": "f5e1b869-53d1-4968-a978-1530f9722f9e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61788,7 +61788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75a4ceb7-d392-4d6c-a0ea-5e07b80356ed", + "id": "6b7e8900-c736-4bd5-ba7a-d5694c4a014a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -61832,7 +61832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72697706-5704-41fe-9acd-6d79f4e49e0a", + "id": "6557c597-759f-4286-9e86-15b9971f34d6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61876,7 +61876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fe0145a-aa8b-4cc1-9746-76a6246d62ba", + "id": "8bd19dc7-0c45-49b5-a1c3-f00644c1b33d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61926,7 +61926,7 @@ } }, { - "id": "4cad02f5-dc5f-449a-9ac1-8014a5cbee7a", + "id": "067a724a-9c94-433f-828b-99222c4c1e23", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -61967,7 +61967,7 @@ }, "response": [ { - "id": "e4195084-08f0-42fa-a9ae-6f0a40799638", + "id": "b55af29c-f203-4c7a-8c7f-b9cc911900e3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -62001,7 +62001,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0783f0e7-0592-4468-8941-3227ceac38c3", + "id": "1b3e2c2f-24f7-4d99-8558-f7e522151356", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62045,7 +62045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22d21f1c-3b22-416f-a6e1-650dcac6119e", + "id": "3f18e56c-ac9c-4fff-b915-c7f56206d917", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62089,7 +62089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adfdf033-204d-4353-9e5f-884ed0693d1e", + "id": "16559c61-3553-44c1-88f8-e01746c7d2e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62133,7 +62133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d26f1c0-0e71-42e2-9fd8-bb412ef27fc5", + "id": "11a5d28b-b44f-4447-9cd6-28e3e6b57b9c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -62177,7 +62177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5338a48e-db2f-4d22-b478-30e4f42b5751", + "id": "04505d05-baec-4241-b4bf-5834d31d3c4a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62221,7 +62221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd6bae77-a626-4101-a06c-29cb2b3f0f82", + "id": "dbc25d3b-9fe0-4e2d-bc4e-c8052e94ed4d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62271,7 +62271,7 @@ } }, { - "id": "aeaebd3b-b7b1-465d-8e95-edb653a77495", + "id": "0eabe769-56a4-45d5-a3cb-e9a7b12996ec", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -62313,7 +62313,7 @@ }, "response": [ { - "id": "65576d31-f30d-4ee9-8438-25d49d5fe9dc", + "id": "93e9c575-f928-404b-b29d-d95079f88e74", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -62358,7 +62358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1569107f-4e2a-40f6-aab4-614bcb633b1e", + "id": "eb18d045-9117-4fbb-a341-0b90409412ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62403,7 +62403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa49ca09-7ec0-4c1f-8ab6-6480dfb2d4ab", + "id": "9b6f4ec6-e698-49e6-9c46-63ef7a1fea87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62448,7 +62448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7afdc72-c804-4d14-ab35-67a9fbeddae0", + "id": "5f6f714f-7b22-4877-b7a2-974a99a239d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62493,7 +62493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34601302-a36e-4935-95bb-3d79534893f6", + "id": "ac0b288b-3abc-4aa3-8e1d-13cf3a784636", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62538,7 +62538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ada02054-c2c1-4de1-8e92-cf77d600daca", + "id": "ecdc079c-d16d-4ab3-a81a-7f1b90e8b280", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62589,7 +62589,7 @@ } }, { - "id": "997b9ed5-8128-4847-a010-2b37f9ad34bf", + "id": "e3f25c36-f6de-49f0-9bd8-bd6471846cfa", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -62631,7 +62631,7 @@ }, "response": [ { - "id": "e27bf450-3672-4be6-abad-7ad037365451", + "id": "448010de-3fce-484c-bdf4-76ae4f5315ee", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -62687,7 +62687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b73f6c0-22cf-4d5e-8c28-434609d78520", + "id": "0dcd6f1e-5482-4293-b179-66484fa13874", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62743,7 +62743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "989eb69e-d5dc-400e-9356-788c369e3f1f", + "id": "041d670d-4ebf-4ac0-ab0b-6cee6afd8fbc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62799,7 +62799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "166e99ef-3f0b-4731-a3cb-21418ee8649e", + "id": "c8538828-ed1a-4a01-bc49-56e7bb75d6a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62855,7 +62855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f18719b-c9de-417e-9b0b-303cc399fac7", + "id": "e926ddee-e4ef-4aa3-8ed1-14515573787a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62911,7 +62911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74fc6df9-c566-489c-94e1-4b7948992093", + "id": "fee692ba-4485-4d50-b74b-0ceaa6416273", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62973,7 +62973,7 @@ } }, { - "id": "6927ada0-c355-4714-989c-a9e654420a80", + "id": "1eb4d526-8608-4e5c-abd8-0413c5142e39", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -63057,7 +63057,7 @@ }, "response": [ { - "id": "899be297-a074-43a6-9331-42e8e521eee4", + "id": "a13db0a8-eafc-4a0b-a791-01e4c875354b", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -63155,7 +63155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65b355c8-9ea9-46cc-b0b4-a4dc2762bc53", + "id": "936382af-d459-4646-b033-2592e4035a93", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63253,7 +63253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15975abc-d20b-46da-aeab-e89750a6e90f", + "id": "e188814a-f7d4-42d5-89ed-d60ea5ad232c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63351,7 +63351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d942b79-4e95-4bf4-862d-22962cd4240e", + "id": "0467025e-7421-4743-bf50-24bce9bbe70c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63449,7 +63449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c5f7b92-8a3f-4c3e-b8ac-d9a2c596a086", + "id": "6825a27b-792b-4caf-ae26-d61bfce368c3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63547,7 +63547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98e2ebb4-9a20-4819-9dae-04100066bea2", + "id": "312d3f37-7eaf-4d6b-95b4-b8712e692ac6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63651,7 +63651,7 @@ } }, { - "id": "5e85a33b-b467-4065-a027-819a59f73b29", + "id": "8d19b2f3-c577-4156-a334-d76d622dfe11", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -63692,7 +63692,7 @@ }, "response": [ { - "id": "e736f0fc-c4ec-4855-a5a4-053214bd4272", + "id": "d0421ccd-ee0d-40c6-8544-719066340463", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -63736,7 +63736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1abc3c03-b744-4cda-bed8-8954c14ff637", + "id": "71c6a148-ca60-4ad0-bffb-b7afce4a18e0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63780,7 +63780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07736ba3-348f-42f7-9962-5e895c761a99", + "id": "0394509d-9b28-44cf-8d80-caa726a994f9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63824,7 +63824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14838a25-d0c2-40af-b6e0-96639aa30642", + "id": "12a47cc5-fbaf-4a8a-b722-c05a02394f3b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63868,7 +63868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f6c0200-b30c-40f7-b096-3dcd3322be51", + "id": "7072cb97-ac6b-4446-adfb-37d9c8ea3ddd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63912,7 +63912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "423103fb-ad6a-4612-922e-d66466b4f7d5", + "id": "6aa211fd-b140-4790-8b1f-cb1091cd533b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63962,7 +63962,7 @@ } }, { - "id": "ae6a7398-1874-4bef-85d3-8cac2ce1d657", + "id": "eaf44b09-a644-4233-8b57-b8ffa755dcc6", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -64016,7 +64016,7 @@ }, "response": [ { - "id": "70001370-e0f3-4715-bbef-46ad6611adf9", + "id": "fdf70bdb-a681-4927-921b-58573c9d1808", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -64073,7 +64073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b236339a-513b-47bb-a27a-d2786aeac499", + "id": "bd3a7f0d-3ca7-4b6a-95c7-df695b026ce1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64130,7 +64130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0ecf392-85a4-4d5f-8f31-da0c95be121b", + "id": "5a83d0bc-3b5a-477a-aae7-4805ac907049", "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": "9260f543-18f5-4f4e-b79b-6a118aad9490", + "id": "aa935862-b1ed-4d16-b61a-9c081af942a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64244,7 +64244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c17b89e3-0023-472f-93d2-83befcb0c42b", + "id": "347621b8-9423-4067-959a-637a475b3353", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64301,7 +64301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acacef5e-9a37-4396-8e3d-64830ee2fc31", + "id": "7889e178-8c38-46e1-936a-75ebb913d6da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64364,7 +64364,7 @@ } }, { - "id": "aa7b0b5c-77fa-48dd-b4f3-bb68fb6275c6", + "id": "448744d2-9b30-405e-93b5-3c99fd6513d4", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -64405,7 +64405,7 @@ }, "response": [ { - "id": "fda0da81-c105-4388-8a55-dd1a52583b7b", + "id": "85c3fd38-bd8d-442a-bafb-a23f75d853a6", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -64439,7 +64439,7 @@ "_postman_previewlanguage": "text" }, { - "id": "09394cca-2c11-4d69-a26e-aa8d8d468620", + "id": "33437369-6938-4719-8ef5-ac37f43519d0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64483,7 +64483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e49a8ca5-6652-4c05-9273-a3e6c2713038", + "id": "806cdf42-c9b1-46f3-8cca-42048a0e3ab4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64527,7 +64527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "089f15da-0512-4040-aea4-9ac4bc85889f", + "id": "6bc9e55b-4d8b-4a20-a040-f34e0741e894", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64571,7 +64571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3438deba-37c3-439e-8f40-06ccb06f9b74", + "id": "bdcab260-2cbf-4886-b844-77b18bb7a730", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64615,7 +64615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e95d3ba-c65d-4a86-b2af-d5cb32ee722c", + "id": "8781433c-a595-4a2b-b833-e976b3503f49", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64665,7 +64665,7 @@ } }, { - "id": "6dc93ff8-043d-4546-93ea-86fa79b01c80", + "id": "65f895c3-84c1-4cf5-826b-f852da767687", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -64708,7 +64708,7 @@ }, "response": [ { - "id": "8fd6ae41-7c3a-4132-b73b-e5087a4ecf14", + "id": "fdf4ff26-33ea-4509-a76e-c0684f217a73", "name": "Exported CSV", "originalRequest": { "url": { @@ -64754,7 +64754,7 @@ "_postman_previewlanguage": "text" }, { - "id": "58dca8f5-38d4-432e-a0f7-d43634bd7e71", + "id": "f72cbdab-fa47-4993-9b49-56c9ae98ec65", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64800,7 +64800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50022713-23cf-4c1e-9a25-928253c1d5af", + "id": "4df852af-96fc-4eb5-a76f-8462a3313e44", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64846,7 +64846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be94a617-3668-483d-9021-7889fa36bb93", + "id": "ac869cd1-979d-442c-89b2-c17a2b6d53b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64892,7 +64892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c537018-12e9-4fdd-b572-f778d6e4880a", + "id": "cd9c261b-3aa2-4676-aa91-84698cc38dbc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -64938,7 +64938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4027247f-470a-493d-a9be-0d631ed9543f", + "id": "91744357-9aa0-4e6f-abc5-4194fe3292a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64984,7 +64984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c7c1ed3-089a-4fb2-9e17-e9fe36b41914", + "id": "4fb0eb6b-d14b-4217-8132-2745915473b9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65036,7 +65036,7 @@ } }, { - "id": "0aab51ac-3427-4b84-ba29-2bbf9458653a", + "id": "74157f49-5646-4dff-838c-cd34f1f58cae", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -65087,7 +65087,7 @@ "type": "text/plain" }, "key": "data", - "value": "ali", + "value": "dolor m", "type": "text" } ] @@ -65095,7 +65095,7 @@ }, "response": [ { - "id": "417556b2-3fba-4de4-a569-2e5ee2ae6370", + "id": "c1be60bf-0254-42b9-b994-fad2965a3310", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -65138,7 +65138,7 @@ "type": "text/plain" }, "key": "data", - "value": "ali", + "value": "dolor m", "type": "text" } ] @@ -65157,7 +65157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22ea08a7-ba4d-4595-a07f-0003b41967cf", + "id": "c46f6017-5363-4541-9afd-1147f8580bb9", "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": { @@ -65200,7 +65200,7 @@ "type": "text/plain" }, "key": "data", - "value": "ali", + "value": "dolor m", "type": "text" } ] @@ -65219,7 +65219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e33facbf-53af-424e-ad7c-6a56859e8855", + "id": "f9f1fdac-8791-457c-9242-e2b0eb479992", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65262,7 +65262,7 @@ "type": "text/plain" }, "key": "data", - "value": "ali", + "value": "dolor m", "type": "text" } ] @@ -65281,7 +65281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "807bb081-aa74-4f69-b164-d4fb264812db", + "id": "15815073-700c-4a30-ba33-f86f74a84a67", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65324,7 +65324,7 @@ "type": "text/plain" }, "key": "data", - "value": "ali", + "value": "dolor m", "type": "text" } ] @@ -65343,7 +65343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad95c782-6047-4c7d-a0c1-51a445dbf71e", + "id": "0c584c0b-677a-4a22-aaf8-addbafdf0ac7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65386,7 +65386,7 @@ "type": "text/plain" }, "key": "data", - "value": "ali", + "value": "dolor m", "type": "text" } ] @@ -65405,7 +65405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af9bb4ce-f022-49d4-acfc-75baa5c54037", + "id": "f82d08ca-90d2-4f5a-a9d3-fadc0ec9a040", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65448,7 +65448,7 @@ "type": "text/plain" }, "key": "data", - "value": "ali", + "value": "dolor m", "type": "text" } ] @@ -65467,7 +65467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f379c659-c516-4242-9c51-b058373f1048", + "id": "8d14307d-805e-4204-a431-6610cfc6f282", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65510,7 +65510,7 @@ "type": "text/plain" }, "key": "data", - "value": "ali", + "value": "dolor m", "type": "text" } ] @@ -65535,7 +65535,7 @@ } }, { - "id": "2cab5337-bb35-41d2-801b-54d58a23998f", + "id": "71f295c8-ef2c-48fd-bc5e-0bf2c65146c6", "name": "Obtain the status of bulk upload on the source", "request": { "name": "Obtain the status of bulk upload on the source", @@ -65578,7 +65578,7 @@ }, "response": [ { - "id": "af9c3e19-6998-4cfd-bbaf-f56487285794", + "id": "d5ab0343-01e0-4817-9eff-75d6f26437c3", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -65624,7 +65624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c931b8c2-3891-47cf-9e2b-6c5dbecfe06b", + "id": "3bd6e4a2-7dfc-4464-a3c5-e6274bd69278", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65670,7 +65670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a00018f2-0655-4a14-b5a2-6a6cdeec2eac", + "id": "cc08b6e6-cfc3-4ae0-9934-83dfc553b1fe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65716,7 +65716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12166826-a049-4379-8a6e-499b03920eb3", + "id": "442a7b0a-c89d-409d-9649-6428f47a88cf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65762,7 +65762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f7caa0c-2b79-4451-a113-86aaeed8b65d", + "id": "10dcb82c-dfa9-4ea9-a668-66441423b3bb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65808,7 +65808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21f262df-8d28-4a1a-a0f8-96b21c85b758", + "id": "fcf58323-bbb8-45c3-90be-5b7ff99bea5b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65860,7 +65860,7 @@ } }, { - "id": "a8559f0f-8f37-4374-ac23-b43177c1f85e", + "id": "609bdbdf-7e74-4899-985c-c5514fbf46d6", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -65903,7 +65903,7 @@ }, "response": [ { - "id": "6bd5fd87-e1b5-4958-9b91-25a21bd67b31", + "id": "3a24c3db-b825-41f0-aaa3-dd4c6d3c3477", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -65949,7 +65949,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4f6ae6be-befd-4e7e-9036-f0d137084b31", + "id": "4fc46728-c9b8-47c9-a116-ea3b3d5e6ac2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65995,7 +65995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a3e0b5d-b8b1-4468-bc7c-39f505c82034", + "id": "e3496cda-f11d-4d04-acb4-7b2a1a02ba6c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66041,7 +66041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb98d397-c7bd-4612-a658-493e222e29d9", + "id": "8372338f-c3e0-48d9-b09b-872c8738abea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66087,7 +66087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "138270ba-262e-4162-9d53-1069949c7057", + "id": "2f5f2cad-4fba-4c39-b3ce-8f13d7caf199", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66133,7 +66133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "956b5503-f6f2-4160-8bce-ab17f09c67cd", + "id": "cdc908ef-4a7a-42a5-a9c4-f87e2b763aaf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66179,7 +66179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65662fab-e1cc-48e7-add2-aedcfd0b0036", + "id": "61cac9b8-7de4-452c-94f7-10fb541544cf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66231,7 +66231,7 @@ } }, { - "id": "c0c6baee-2d28-4e8e-a4f4-f08a66178abe", + "id": "c7c21c05-ab20-4999-939d-5845e2c1e461", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -66315,7 +66315,7 @@ }, "response": [ { - "id": "5ba87188-8d43-4a0f-93e6-07ed5e5630a1", + "id": "bb621ba9-15c6-4a56-a18a-d0f463202c29", "name": "List of approval items.", "originalRequest": { "url": { @@ -66413,7 +66413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c7e0f28-a1b0-431c-a495-b2ce562eb087", + "id": "e4fec38a-92d7-4609-b758-eb9526a1a316", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66511,7 +66511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a2b0ffb-ba02-4097-a305-208b037beb1f", + "id": "9eb1edd0-c489-4bd2-abab-490d1a9a1ade", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66609,7 +66609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4ddff65-c360-45ad-a0d7-1c70a235c134", + "id": "ea038c63-4924-4b96-918b-0ebfcb6e6568", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66707,7 +66707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b916d127-c648-4af6-8fb2-68d2a45c3e12", + "id": "652d45b7-5c7e-481b-a5ff-93a902e84abe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66805,7 +66805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10d4a94d-bafd-4203-b005-e3ce24bf6a70", + "id": "c678b690-8e85-4b99-a4cf-f9e68f52c7c8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66909,7 +66909,7 @@ } }, { - "id": "32a47542-d7dd-42cb-ad1d-2d5c7cd925b0", + "id": "05c9114f-a51f-494f-9c89-c0d486c78cf1", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -66960,7 +66960,7 @@ }, "response": [ { - "id": "8d517086-42a5-41c4-9fd1-a77bbfb576c2", + "id": "4e695d24-ee80-4654-875b-22ac3aeda114", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -67014,7 +67014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2c49a3b-0296-4d4f-a2f7-a1e76adac0b1", + "id": "7a63f068-7bec-4835-9f4f-77313b7c3b59", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67068,7 +67068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71975b20-cc5f-444f-8a79-002e01336d0a", + "id": "b17ee4c8-a22a-4dad-a0c6-a75025be3ee6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67122,7 +67122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df18c55d-f5d4-48c8-9533-1e8b631cf97c", + "id": "b8b99915-9b89-4158-80f9-adfe94a1e869", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67176,7 +67176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc49a60a-3455-4360-a386-1cb8d778f608", + "id": "c61742da-abae-4cb9-9982-191d88b3a8e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67230,7 +67230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "039105d7-0c3d-4a14-8570-a783de9d6ee1", + "id": "43471aed-8614-4cd5-b487-b9c9065cca54", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67290,7 +67290,7 @@ } }, { - "id": "28233013-a620-4e5a-9568-6805354be2f0", + "id": "14d200a0-de7c-4130-8aab-71c1ffa91cf5", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -67345,7 +67345,7 @@ }, "response": [ { - "id": "c3bcabe0-95a5-4bb3-9864-a5d3ff0fe943", + "id": "f2d9af0c-d77c-4232-ae0f-f6447c693579", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -67403,7 +67403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d944996c-b5d7-43a5-999d-87721e30e81f", + "id": "cc14568d-2aea-41d4-aba8-ec4b3f569c72", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67461,7 +67461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bbbf5da-13a0-40f4-ba81-7372f22d3174", + "id": "8f660ac2-50d1-43cc-afe6-b83ff3c646bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67519,7 +67519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56e3ac16-e78b-44b9-b6bc-c563ad193107", + "id": "b973f817-8831-4d13-83a5-f78117dd4fd4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67577,7 +67577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bdc1c55-0bf8-44e1-bb58-6c4ef16d5cbf", + "id": "1914c83c-ab9c-456a-88d8-70342ec075cd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67635,7 +67635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d29a74f5-ec27-4151-8144-2d5500704d83", + "id": "566145b8-6ff6-4388-9e61-229fbb66cc2a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67699,7 +67699,7 @@ } }, { - "id": "542c506c-250e-440a-bccd-19d5fe9e7e6c", + "id": "e0fbe311-7850-447c-82dc-d2733e33c41b", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -67754,7 +67754,7 @@ }, "response": [ { - "id": "ecdf0f27-0a46-4811-bef3-ab1b92032304", + "id": "e9bd2746-5765-4ada-afa0-4c826824bb6f", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -67812,7 +67812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "827c1b7f-b401-48b5-8402-1d3eac59ceb1", + "id": "37abe976-0792-471a-ad02-1f3cf285e5a9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67870,7 +67870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2972a918-1a3d-4cb9-83e5-05fde5288011", + "id": "50037fb6-2c8f-4a56-92ab-014f2407b6d6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67928,7 +67928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83409679-88ac-4e60-bea3-342aa93cebb6", + "id": "24fdcf3f-9204-47a3-a2a1-f42c3209b663", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67986,7 +67986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34bba7c5-c15c-4543-b98a-22c37865e447", + "id": "87db4639-cccc-4231-b575-0a624ea8f8cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68044,7 +68044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73565647-f025-4e10-9404-53b2a0b5ebc6", + "id": "d5f884d0-ba6f-4cee-8d17-3ed0663809da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68108,7 +68108,7 @@ } }, { - "id": "ceedd2c0-dd1d-4472-9b37-2a431765a500", + "id": "f36b1d0e-dcb7-417c-a60c-9a024e4d00bd", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -68150,7 +68150,7 @@ }, "response": [ { - "id": "a9c56952-5d67-4e26-90e6-c75abda0bae3", + "id": "01b3383d-c3b1-44ad-88a9-4fdbaca4d9be", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -68195,7 +68195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "838d7c4d-fa74-4451-995a-5159e302ce81", + "id": "f1b88619-5f82-49c4-a0d4-f28c8b248ed7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68240,7 +68240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5eb1ea4-ee0a-44dc-9d0e-112df95480d9", + "id": "d8766ff9-6155-4564-a32e-f7cc924f50ba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68285,7 +68285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af79d1b1-daf8-4ca9-a5d2-30f676a5449b", + "id": "eb7d361d-0845-4246-bfdc-16d94edb0c6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68330,7 +68330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55234a0e-572c-40d7-b9b4-4be8f15476b8", + "id": "38103697-efec-4f4b-ae25-80ceacd81085", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68375,7 +68375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f288f6ae-eb49-435a-a792-2ee325a5a03d", + "id": "d2fac007-d924-4614-86fb-43b3e7e3e492", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68426,7 +68426,7 @@ } }, { - "id": "00f1a376-97f5-45e3-a528-2e7b02609d2e", + "id": "c185b0eb-1449-4d19-ac75-fe4c6a8c8f97", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -68468,7 +68468,7 @@ }, "response": [ { - "id": "3bcb4ec9-9833-4dfe-b93f-402786bfb6f3", + "id": "8ae5ce14-b375-493b-8200-0afd22e88451", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -68513,7 +68513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf9b4441-07a1-492a-a8c8-ddd1d85f21dd", + "id": "2f5852d8-a45b-4aff-9597-a25e05226c63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68558,7 +68558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e4037c8-5b33-4075-888b-3d0339a5a724", + "id": "77ddf1c1-b752-4579-9bcc-a12ffb964d56", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68603,7 +68603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01d709e3-5111-44eb-b8e4-dbf1e7dd1bed", + "id": "4eac99ed-5a8a-473e-aa6e-de159cab736b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68648,7 +68648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f365b6fe-7b56-437d-97d7-1e8023c7c0bb", + "id": "a55d3aa0-5fea-48e7-aa3a-f86763b50ce4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68693,7 +68693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fabe75d-c22b-4690-89a9-9167eea525d3", + "id": "712e7f5c-b702-4cf1-abad-2e9c2420f886", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68738,7 +68738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f7a8549-59f4-4c25-8fbd-b0330f0cf3fc", + "id": "2ac8b5e6-3ee0-4eeb-9e89-5b06642ae357", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68789,7 +68789,7 @@ } }, { - "id": "78389bfd-ab50-4ce0-acb1-2fecfdb3ba6c", + "id": "f1add4c3-2e8a-4e5a-95e4-6a2fec3b9521", "name": "Create a new Schema Attribute for Non-Employee Source", "request": { "name": "Create a new Schema Attribute for Non-Employee Source", @@ -68844,7 +68844,7 @@ }, "response": [ { - "id": "55841e0f-eaa9-4f4d-8150-401837d30ced", + "id": "9b819589-64d8-40b4-ab2c-54d54a4c6381", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -68902,7 +68902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68017c95-a5ed-425f-a4db-7db039a09fdc", + "id": "ba74a07f-06d5-4d2c-a900-ff07b8b4439e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68960,7 +68960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5c9ea66-86c8-484e-bbc8-0d7d429f6065", + "id": "2a883361-067d-4292-90bc-587bf55b6bb8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69018,7 +69018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "373326c2-3f3e-459d-8124-8aeb2414657f", + "id": "51df049a-3f3e-47b3-a370-37aaa622a5ef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69076,7 +69076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd8cbe01-032c-4a50-b0d2-ef81b5df7161", + "id": "959156a5-9090-4874-a953-22a750ec2063", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69134,7 +69134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e860657f-a784-4200-a201-5214a192a68d", + "id": "2dda5dd2-e08d-4b20-97e7-53901f46c8cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69198,7 +69198,7 @@ } }, { - "id": "f3de6c8a-2a1d-402a-bf63-4b8320d3497e", + "id": "92e3480b-4036-4cdd-9fdf-d7f72532bb05", "name": "Delete all custom schema attributes for Non-Employee Source", "request": { "name": "Delete all custom schema attributes for Non-Employee Source", @@ -69240,7 +69240,7 @@ }, "response": [ { - "id": "a70169de-4285-4106-8881-111bd9432d3b", + "id": "374456e3-04d6-422c-9a16-224b8aaf89fe", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -69275,7 +69275,7 @@ "_postman_previewlanguage": "text" }, { - "id": "658ec662-81ed-4b1e-82f8-1a3b46fe4f31", + "id": "d64460a6-a6a6-40f2-bcda-0c2c999d7546", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69320,7 +69320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "790a4dc6-6178-4265-b474-d1c78068026d", + "id": "039d9878-4999-40e3-b014-c04c51dd6ddb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69365,7 +69365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce494c0e-29f7-4a7a-ad5f-f40d5e832ce2", + "id": "eed8ba50-42a7-4678-b49e-c13509962408", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69410,7 +69410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4ee3b99-fd31-44bf-8133-4ff50ef896b5", + "id": "83728f36-3802-45b2-9d5c-b83ab594d71d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69455,7 +69455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea4ead6f-143d-4647-b2be-77e6a13fa3e1", + "id": "ee9684a8-2a7b-4182-bd95-f79ff1d4db39", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69506,7 +69506,7 @@ } }, { - "id": "7964712b-6e98-42b6-a475-99832ad97522", + "id": "98139196-37f6-4e47-993a-45a09f8d5292", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -69559,7 +69559,7 @@ }, "response": [ { - "id": "59d5c89e-9f6c-4d31-907d-f1bf06ada900", + "id": "f3ed700b-a773-4475-908f-4ff9a3604614", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -69605,7 +69605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d88a2cb-3133-431a-8a31-6689038bed71", + "id": "395bb971-07c9-4969-ac66-499937c71ea8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69651,7 +69651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c740347c-fed9-4644-bbb7-f9c70c7f9d6d", + "id": "d3111aca-36af-4302-9f53-61164bca8be1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69697,7 +69697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51a58846-3f9d-433d-aafe-8ab7bb86bc44", + "id": "43c39d68-cdbc-437d-8ab3-ffdae6d7dbd1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69743,7 +69743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8c9ede6-a809-4599-ad00-34c394ebc6aa", + "id": "1b5ee44c-bb2c-417a-8dec-c39875b91b5c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69789,7 +69789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed79ca30-aee3-4933-8cec-bc0cc95c6d8f", + "id": "b34a05ad-350f-4bb1-a06b-febd522a93d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69841,7 +69841,7 @@ } }, { - "id": "da17a336-8ebf-4514-9894-9b0ccc4cca89", + "id": "3fff4ac7-210c-444c-86e4-fb26a197b182", "name": "Patch a Schema Attribute for Non-Employee Source", "request": { "name": "Patch a Schema Attribute for Non-Employee Source", @@ -69907,7 +69907,7 @@ }, "response": [ { - "id": "f1dc43a7-ee4e-4c03-aeb6-752abbd2e98e", + "id": "a006f33f-ecb9-4d48-91a5-0af678347466", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -69966,7 +69966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1307c20f-349a-4012-ac76-beadd3bb1150", + "id": "5da29699-dc01-4f66-8519-c4a0667165c1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70025,7 +70025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56d49d71-a2db-4e5b-b896-15f114728dac", + "id": "1510e0c9-03bc-4312-b136-dafefecb297c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70084,7 +70084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c11adc9-dfb5-48be-a4c7-019101b616bc", + "id": "6a86bd04-148a-4717-a898-293cded2da13", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70143,7 +70143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36c82daa-fbef-4cff-bf95-35821e3453e3", + "id": "245a4b2d-b314-4f7b-8303-1dd60d2df753", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70202,7 +70202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6371511-0dc4-4e2e-bd67-945f643eef02", + "id": "3de8c43d-589a-4c24-b482-1ff80d99f1ca", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70261,7 +70261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5a3d7d8-64fe-4733-be61-8a0bf09237e7", + "id": "4266c774-8473-4027-81f3-e3a931b1843b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70326,7 +70326,7 @@ } }, { - "id": "04490422-9279-41d9-a969-428776f5583d", + "id": "789e4131-bc19-4c97-98b1-303154c5cfed", "name": "Delete a Schema Attribute for Non-Employee Source", "request": { "name": "Delete a Schema Attribute for Non-Employee Source", @@ -70379,7 +70379,7 @@ }, "response": [ { - "id": "f7d6d032-af67-405c-990f-1c1ef8894d37", + "id": "0ea82c9e-96f4-4bf5-bd97-47803979a618", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -70415,7 +70415,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1f1de83e-52f1-44b0-81d5-669d5995ce7a", + "id": "d9e4baa9-646e-4900-b30d-f86e85dcad16", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70461,7 +70461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa597908-f5c3-4591-9d3a-36bee5e61788", + "id": "3c353255-1da4-4dda-bfed-72bf26c6e975", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70507,7 +70507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d15f5e85-05ff-4e1b-87b3-2f513f4c418c", + "id": "c1f53ff6-de56-4255-9860-e6f258e53fc7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70553,7 +70553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "287bfd1e-870a-4a8b-9319-6c14f9e088d1", + "id": "d5613acd-efd9-40fe-9036-a06b5a7e030d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70599,7 +70599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59cacf10-cc49-4315-8aaa-bfefa6056d32", + "id": "b3614b83-82c2-4edd-adaa-ee0245b170c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70657,7 +70657,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": "dfea7798-e283-4ac5-a802-9ea9544831ed", + "id": "1f3ecd4c-60b5-4f26-ba25-aa5fd036bc17", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -70696,7 +70696,7 @@ }, "response": [ { - "id": "d008f88c-0d99-4e2e-a3a6-2c4a079be4af", + "id": "bf78fae8-8b73-425e-a870-9001fc63ecdb", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -70749,7 +70749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1cecc45-09ba-4e96-a4f5-fa85c4ce0bf4", + "id": "232abecf-94ba-4687-8d23-f481903d420c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70802,7 +70802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d90ccdb-25a8-4414-bf6a-046da5aa641c", + "id": "99353048-008f-4c75-bb59-20769bb00ea2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70855,7 +70855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a45ef16a-2e59-40ef-b1d7-3a89e4091737", + "id": "36cf2c87-bee8-44a6-b559-4a4e01083065", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70908,7 +70908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36fbcbd0-7bf3-4b77-9a94-8dff3db1dc38", + "id": "41154a2c-5798-47f6-83b2-d39945271927", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70961,7 +70961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80e871ad-9510-4c35-99ec-41c0cfb2b60e", + "id": "8331aaae-e9c5-44ef-a463-cefaaac427b1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71020,7 +71020,7 @@ } }, { - "id": "d75b6d47-d79d-4a8a-a446-258e3b5327ac", + "id": "0bfffff0-b684-40ba-8ceb-f05bf6ef5cbc", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -71062,7 +71062,7 @@ }, "response": [ { - "id": "fbeb63b9-f4ce-4b4f-afcc-896c74f34bb1", + "id": "86b3311f-7d3a-49b7-9c28-e8ce6385324a", "name": "Request succeeded.", "originalRequest": { "url": { @@ -71118,7 +71118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58ca109a-61fa-474f-be43-c7f77b3d5689", + "id": "27969d02-4ff4-463d-8e72-6bf7db059550", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71174,7 +71174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f0e5044-9673-4d55-ad6c-97515be3df67", + "id": "7b966b8f-0cfd-40db-8a04-084b58da570b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71230,7 +71230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa985ea3-2615-42a6-ac36-4afe0530216d", + "id": "e8ee5274-80b9-418a-82e1-3331d0917d93", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71286,7 +71286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d514677-78ee-4f5b-b1f9-d0e82d927b2a", + "id": "aba03395-94fb-4dc6-8dc7-eb0a1b19388d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71342,7 +71342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7157cfa-2b0a-45f9-aeb9-b58ccc079a1e", + "id": "77d2edde-9100-4d78-8828-3a98b323732a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71404,7 +71404,7 @@ } }, { - "id": "71a35d2b-a22b-4ff1-a87f-0a0369b44b6e", + "id": "200adf94-11c7-4d2e-8fdd-b840273947a3", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -71445,7 +71445,7 @@ }, "response": [ { - "id": "a4064a42-6218-4ad2-af1c-5fadef673485", + "id": "d989d903-e444-40ca-b4fd-82a27b307d77", "name": "Request succeeded.", "originalRequest": { "url": { @@ -71489,7 +71489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc31962b-71b7-48b3-94d2-c69ec02d1d43", + "id": "9e48e097-2506-4b42-bf1d-0685dc701f60", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71533,7 +71533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df9b014b-6fb3-43dc-8584-431fb182d5d9", + "id": "bfd09f46-4f53-4b72-ab13-f43ea51caca6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71577,7 +71577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5144c70-ff13-4709-bb29-854029ebac5b", + "id": "842593a7-d8e0-445d-92cf-d4549108ce36", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71621,7 +71621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75c75c52-8e14-4276-97c4-f3c984f68b89", + "id": "20882ff3-32cb-44fb-8fd6-35ebf48b871d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -71665,7 +71665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e64a1f34-ad82-4eff-9403-73eef1335bb7", + "id": "830369cf-d90b-4975-989f-6d5efc2a89b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71709,7 +71709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2959bfec-1827-4f26-8413-1b08464ae97a", + "id": "d2fa6c76-8881-4b9a-99b6-ecb68b0399e9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71759,7 +71759,7 @@ } }, { - "id": "b77d58d4-df62-4805-bbb7-78dd7d99d355", + "id": "20f08405-5d68-4cc3-9233-902a1410d3c6", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -71800,7 +71800,7 @@ }, "response": [ { - "id": "f0760849-af78-41d9-bceb-5aa6b9f10a9e", + "id": "aaa5747b-fd71-442e-96cd-2992afded735", "name": "No content.", "originalRequest": { "url": { @@ -71834,7 +71834,7 @@ "_postman_previewlanguage": "text" }, { - "id": "43e3e2c2-2179-4d31-ae81-4e7714461d2c", + "id": "f2dd2c37-1ada-4062-91fc-573540c84aa5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71878,7 +71878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de871943-5eea-4af2-80bf-39b92e04cca0", + "id": "2f01c7de-6b2d-4905-9994-90fc8731fb85", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71922,7 +71922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad5a1d3a-075f-4f5c-8549-53b8e1178fd1", + "id": "62582c7d-cb71-44db-9f1a-53b12999efd8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71966,7 +71966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed7b019a-6a20-4533-ac76-a627b8635630", + "id": "cda5faf0-ccb4-41aa-9ebd-80235d0f769f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -72010,7 +72010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8d19fcd-76cb-42a0-b3b1-fc0059e5500a", + "id": "2c1493e8-e0fc-45a0-9de9-4dc35c69708c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72054,7 +72054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66231c29-69f9-4628-92e6-34b623760bac", + "id": "cd6c33de-2ea8-4ea6-846e-3fa761ff3380", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72104,7 +72104,7 @@ } }, { - "id": "34f6a119-d03b-4cbc-b393-d636f55aef23", + "id": "8711a4a2-f335-42da-9edf-cbd61fc1025f", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -72158,7 +72158,7 @@ }, "response": [ { - "id": "d4d7694a-39e8-4f2c-a151-32ebe64c3b59", + "id": "a8cb5aa5-2e42-4dbc-860c-09f98f0df8c8", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -72215,7 +72215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31bde6eb-a146-40dd-8dfb-1d069a6f5e8f", + "id": "3e7e2290-dec2-4a51-9f0d-8f519169236b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72272,7 +72272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17dde5cb-372e-4efe-ab33-fa9f38a55997", + "id": "79d3885a-6e1c-4b27-af03-023766bebe25", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72329,7 +72329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75936ba1-7f73-4011-ad7e-d96523edfbf9", + "id": "55909c25-d206-4e2d-96f3-800ffb4bb10b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72386,7 +72386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1af7dc3-d4b1-4743-af5e-9ea70900f8b7", + "id": "c8ce2745-b75a-471b-b956-7c0c91491649", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -72443,7 +72443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35cc03c3-0a93-419e-9c9a-0788fbc9374f", + "id": "ce0ef0ca-64ed-4c74-9981-109c72c0d13c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72500,7 +72500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5534a0f6-39ca-4e2c-ac82-b1764a7bb1d3", + "id": "d9b8ab15-c7e6-4130-9111-3ec22961a192", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72569,7 +72569,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": "fa809b0b-7316-460b-8637-f59187778b09", + "id": "d85d56df-068d-4ccd-9d48-9e915fff0a30", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -72598,7 +72598,7 @@ }, "response": [ { - "id": "ce788b22-3dff-442e-ae92-eb49e4f767f0", + "id": "143c2520-25ec-4907-80fb-d9857b9c0277", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -72641,7 +72641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c707e4d0-dd67-457d-aecf-6b59a86fd4bb", + "id": "f8979e50-c57e-4798-a15e-1bfacc996db0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72684,7 +72684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31058dc4-573c-4bfb-bf8b-9af50c24356a", + "id": "3ca85494-6eb6-4981-b971-c9decc754b17", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72727,7 +72727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff332e11-6322-4e79-82ea-727bea0962e8", + "id": "06e64592-3dfa-47a8-a002-c802dc8191cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72770,7 +72770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3cb5712-6bc4-4cc0-8a8d-c790c60d08f9", + "id": "35b21e8a-b3cd-4d70-9e14-9c2cc1a2b23f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72813,7 +72813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44c5faae-a4e8-4269-9c78-8c92f475df23", + "id": "476d84c9-14cd-477f-9e8b-920c0e2b1734", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72862,7 +72862,7 @@ } }, { - "id": "120956f9-acce-4498-be61-17d1637ef6e9", + "id": "92432c43-937a-4143-a237-f7b6108dc76d", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -72904,7 +72904,7 @@ }, "response": [ { - "id": "14d244f1-bd67-45a2-94bf-acf349f226c1", + "id": "4b4aa403-5466-432e-98f8-cdcf06d73a96", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -72960,7 +72960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "267c29e4-4b66-481d-96ff-1684c17638d3", + "id": "15ae74fa-6d49-4029-8907-91c769aab4c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73016,7 +73016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e731442-648e-4687-8c03-883cc3a52090", + "id": "77050da6-52c5-4cb2-9ff9-2e9e510a2a3b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73072,7 +73072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99e089f5-c018-42be-9953-891a1445a896", + "id": "e8eb68b5-ba6e-40b3-8f62-b834df98d63e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73128,7 +73128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5bdb725-de06-41d1-820a-6f18248ee182", + "id": "cc0ad2c8-454f-456a-b911-e62f0d1ce978", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73184,7 +73184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b05589b-fbab-491c-b995-5e40283fafec", + "id": "197c19ca-9ccd-4393-a1ad-a082e0e09234", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73246,7 +73246,7 @@ } }, { - "id": "fc7d97ef-3d8b-49ba-b737-79284cd01c3a", + "id": "47548de6-d5d2-4466-ad3a-acc3d024aeb5", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -73288,7 +73288,7 @@ }, "response": [ { - "id": "eb4dfbac-1a1a-4cea-9d74-fc2884bd503a", + "id": "653d9c60-1196-4f12-90d6-ecf12972f716", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -73344,7 +73344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4c3ea54-63e5-4f41-b52b-4d75a20c08e8", + "id": "d95e265a-fe4a-4433-9bd6-593ae6011c3e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73400,7 +73400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "474b4f79-3a7b-43a5-aa2d-707b32442e1e", + "id": "280f7132-7864-465c-b9fb-640849d5a8a0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73456,7 +73456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94de4b8f-ca9e-426d-9879-6c565b7d9461", + "id": "17e9f76c-3324-44ec-af5e-e64a0da3f6e6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73512,7 +73512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dddb9a63-957d-4990-bb4e-3ae1c8dfdca9", + "id": "751f561c-7f29-430d-a53b-26bdee29cf82", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73568,7 +73568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8baa3ba2-d766-450e-964d-4ba37b205a8a", + "id": "92792d5a-8b59-4dd7-83ea-1ea4624dce4d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73636,7 +73636,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": "8ea31d1d-3da0-422d-bdff-8fbbdba453f1", + "id": "3ad950fe-b983-4b92-92a5-7ea29934187f", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -73665,7 +73665,7 @@ }, "response": [ { - "id": "f9fd5b72-c416-4e91-8603-449d8683e666", + "id": "4f85f5a2-2476-4e9a-9aec-32cce443d778", "name": "A password dictionary response", "originalRequest": { "url": { @@ -73703,12 +73703,12 @@ "value": "text/plain" } ], - "body": "dolore ut", + "body": "id", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "dcaa92d8-60ea-4d7b-934d-75c84702c804", + "id": "ac87ffc1-2754-42c8-abbb-57311719957c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73751,7 +73751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac43bbc3-ee5a-43b5-8ea9-e9d587614ef1", + "id": "b3909ed8-645b-4868-984f-0e65f6f34805", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73794,7 +73794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8629c40-9bd2-4add-891c-14df897ce503", + "id": "49eb5380-a4be-4faf-8be0-09eadc7efb36", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73837,7 +73837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e5d9963-aed1-47e9-bf22-1082520ff57c", + "id": "a5252344-995d-4616-bf69-a16086960525", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -73880,7 +73880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4efe74e4-c4c6-4baa-9fc1-b84a9c4b4579", + "id": "93fb17bd-323e-405b-8d60-c01130ea01e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73923,7 +73923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d976845f-2575-45aa-a0d9-c597c2f1fbe5", + "id": "95252c9b-895a-4ebf-9d6e-4afc9f4db690", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73972,7 +73972,7 @@ } }, { - "id": "517a579f-7074-43df-a86d-3311a5844b3d", + "id": "b7ab2535-34e2-42fa-acf3-2ebf1ad017f2", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -74010,7 +74010,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -74018,7 +74018,7 @@ }, "response": [ { - "id": "f2f4e419-1431-4763-b446-dbb4c038b3c7", + "id": "1c02394f-77d4-4c06-ba75-5b150b8dcb9c", "name": "Successfully updated.", "originalRequest": { "url": { @@ -74055,7 +74055,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -74068,7 +74068,7 @@ "_postman_previewlanguage": "text" }, { - "id": "70ad23ef-e9ce-494f-950c-45a2556b25d9", + "id": "7d0c9f44-d5ba-4361-9bab-21e6fa728651", "name": "Created.", "originalRequest": { "url": { @@ -74105,7 +74105,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -74118,7 +74118,7 @@ "_postman_previewlanguage": "text" }, { - "id": "547ae0ae-b91d-4bb8-a01b-6d13c9403248", + "id": "e36b3e46-26e2-40f0-a9e4-5aa2e35339bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74159,7 +74159,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -74178,7 +74178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f67ee8e-533c-4b23-abf5-40c427b994ed", + "id": "61aef16f-6460-49ea-ac1e-e0b39bb3e238", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74219,7 +74219,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -74238,7 +74238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "832fc23c-8738-46ee-a01b-b6175a736970", + "id": "d1e4b895-d781-478c-bfc5-d845c7345f1f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74279,7 +74279,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -74298,7 +74298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac4c8080-99c2-4e50-92c6-8ae1071bb2d3", + "id": "0055aa69-2214-472c-9f5d-47892e75cf7b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -74339,7 +74339,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -74358,7 +74358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee804a03-4adf-4894-8b6b-63fa598bb3c5", + "id": "3db13477-c3a8-4987-afff-44997a56d147", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74399,7 +74399,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -74418,7 +74418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f24c98d3-895e-4cea-a2eb-2c7e4044358d", + "id": "12ac5176-3a54-4bdd-ab0e-0d49b0bb3b4c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74459,7 +74459,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -74490,7 +74490,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": "8322ddd2-c2c7-4c71-8f8b-4ca6c98c81ad", + "id": "ca1198f2-9c12-4570-bb84-d612846119fa", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -74532,7 +74532,7 @@ }, "response": [ { - "id": "a138002d-e0d5-45e3-b06a-a27c82665fd9", + "id": "69c32563-d6a9-40c9-b6e7-3b958cb770d0", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -74588,7 +74588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9ceb50b-4e5a-4edc-a240-dd45dc7bd9a8", + "id": "73f5bdd1-2db2-4bb5-ab79-4b681b2d79ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74644,7 +74644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a18c351-e705-4063-b693-35ef0459cc93", + "id": "69c4b86d-ec9c-4dd8-aa21-f219cdb14140", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74700,7 +74700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9518c60-a3c9-42ea-a1de-74bd3391c343", + "id": "c296c2f1-9ff9-403e-b4cc-0bd570f3a982", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74756,7 +74756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3995e5ab-7e70-4768-9fbc-b5a81fcc7ac2", + "id": "df3e61a2-359d-4b8a-b026-1a5e66986092", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74812,7 +74812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9187ae9-af07-45e0-aefd-af5b3fcd2f50", + "id": "39b87494-fdee-4758-81f9-0ecbb99f6d51", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74874,7 +74874,7 @@ } }, { - "id": "1322a584-b0a4-4a15-afec-25d0c7ef9e15", + "id": "ad4b0146-4e23-441f-bedd-683c1943c1f5", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -74916,7 +74916,7 @@ }, "response": [ { - "id": "68c2f7a1-4160-461c-a1cd-7b535d7681ce", + "id": "b0c02e75-5b48-409e-b040-d514c40252c0", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -74972,7 +74972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bf2d2fa-3dbc-4f81-9f20-29189a00d6be", + "id": "dd759f92-e931-4bb0-ba53-65ff0922bfdc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75028,7 +75028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7c4e3b8-50dc-42e3-94ed-306006fd43e9", + "id": "b51c7fa2-e528-4b34-b99d-2d516402cc58", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75084,7 +75084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9d7f46a-3f0e-401b-b887-8c20fdefe84c", + "id": "b1384957-3612-42c8-877b-1090b960793f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75140,7 +75140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b9ee1b8-6f9a-4b2d-bfab-fd751098fb2e", + "id": "c940d73d-84b5-46b8-838f-02e334605af0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75196,7 +75196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63bba592-c44d-45fe-9037-2bc8f3202702", + "id": "f7bf326b-ad47-42a2-b854-30c7fae6d119", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75258,7 +75258,7 @@ } }, { - "id": "e4611cb9-8b03-4b56-86e6-39c08a3c0084", + "id": "dccf869f-9e17-45b7-822f-a85ab84b57ee", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -75299,7 +75299,7 @@ }, "response": [ { - "id": "0d38a8d4-fdfb-4d33-90ed-4dd52e399795", + "id": "561a95eb-c867-4c75-b00d-82cf3aff86d3", "name": "Status of the password change request", "originalRequest": { "url": { @@ -75343,7 +75343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca0b4c91-7833-4164-8b85-28818e8ec950", + "id": "cbc62b97-0daf-4239-ad8f-42b3692a3179", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75387,7 +75387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "596797b0-b861-4641-9ec0-0e0a2bad6c5c", + "id": "e8a9e3f6-aacb-46e1-875d-017ccfe2c848", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75431,7 +75431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83b0f93e-2605-4d75-8458-1d3d48ef404a", + "id": "67e72358-43d0-4ee4-9b55-0b758775a0a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75475,7 +75475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d92bf54-f187-486f-9965-44292a3c8871", + "id": "f9a997a2-4023-49b6-9e77-d742c3a2b33e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -75519,7 +75519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d312189-3609-4917-8492-217f0f5c4ac3", + "id": "f87a7694-f89e-47e7-a10e-41cb36603096", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75563,7 +75563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96572ba3-6586-4721-b734-1772a4f70615", + "id": "182d721a-7738-4ab2-8578-ad1a4076cc7d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75619,7 +75619,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": "f80e9911-3678-4a3c-9085-571d1db931b3", + "id": "fcdb8951-101e-4275-9421-298a61528be3", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -75676,7 +75676,7 @@ }, "response": [ { - "id": "8a62d44a-e4ca-4f5b-895d-87d66ae86f1c", + "id": "b1161ac5-fcb3-4ba0-aad6-483617f1a27c", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -75747,7 +75747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "800c5802-c743-46b3-9a8e-89b5c77aea5a", + "id": "3e2f2096-1c45-4661-80ea-438fc1b771f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75818,7 +75818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea97ac1b-8c62-4883-86fd-caf50a4fe406", + "id": "a13d6b66-bdea-4c6f-a7cf-879ecff13856", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75889,7 +75889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4b53ba3-dcbd-4b1d-8733-580f26b15760", + "id": "5bf2c172-7a09-46d6-ab56-0f5fcc84bd86", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75960,7 +75960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0f7bf7d-dff2-495b-ada5-728c28f9ec84", + "id": "5a3a8cdf-1bd3-4863-8100-a92b8b1b7ffd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76031,7 +76031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d373cac-b830-4fe6-902d-7cf0dbd803ec", + "id": "b40960ac-9bb0-411c-9c7f-d93a24253fd7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76108,7 +76108,7 @@ } }, { - "id": "db3dc656-d827-4a37-ab94-34560ef1d325", + "id": "dac105fa-0ee4-4d76-9114-a8056383753f", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -76150,7 +76150,7 @@ }, "response": [ { - "id": "1a93d6c6-18d0-42fe-b339-bfbef3c941ca", + "id": "16c7c935-78d0-4145-8433-8959236ad841", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -76206,7 +76206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f101fd2-cb65-44df-acfe-3bad037a10fc", + "id": "a5f649fb-7fd4-4574-b71d-f4aa172c0bce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76262,7 +76262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07d84b1f-3ed8-4574-a29b-2b5bd826a042", + "id": "e9de5bd4-27ad-4771-8400-3b3067e1a2f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76318,7 +76318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26db8ec4-4240-4971-b125-360ab003050c", + "id": "ed33fe2a-2ae3-4616-be03-3b99dab2f685", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76374,7 +76374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48456799-5d5f-4b49-aba7-6de883883bd0", + "id": "382398e6-3b73-45b8-8f25-2dc555af5c1d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76430,7 +76430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f8a0326-bef1-4f31-89f9-9573db026ec8", + "id": "e14973b9-7e6b-4193-9b3a-1a592fad9bef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76492,7 +76492,7 @@ } }, { - "id": "c94f954b-4f97-4658-bbfb-b7523da93721", + "id": "01f17b24-0081-476d-b160-fddc8161c3c1", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -76533,7 +76533,7 @@ }, "response": [ { - "id": "9c40aaa1-45eb-4fec-9d1c-dd09ec58f9b8", + "id": "65c2efb6-d57d-4d16-9154-d046f824541a", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -76577,7 +76577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd3f7a60-9a03-439d-89c6-7b3fb3be56ce", + "id": "7ae05471-e390-4c03-a4ca-342dfc0b59ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76621,7 +76621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e7bb038-768d-4340-9523-2b8bd90b0904", + "id": "b76dba25-4021-4bc0-82b3-bc728a9172f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76665,7 +76665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e413936-7196-45f2-9d68-d7e407cfd134", + "id": "c979b29e-04fd-4234-a4fc-9e30eb2ace4e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76709,7 +76709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c43bf0ef-0392-4230-acb9-fffbdc1ba2c0", + "id": "362d5744-c9a7-4680-9563-a22e6d94c908", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -76753,7 +76753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "953243b7-64e6-4315-947a-6c2dcc729f3c", + "id": "c5886588-7dad-45a5-9164-5d1ae6cd1083", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76797,7 +76797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bcd22cc-b9f3-4e01-be47-020aff3d2898", + "id": "058a58f8-96d5-4231-93ba-cd94cf1a910e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76847,7 +76847,7 @@ } }, { - "id": "e4d810d7-c9b4-47a2-aae5-4b0f092c092e", + "id": "d81275ef-dec0-44f1-b6da-012cb55da8d6", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -76901,7 +76901,7 @@ }, "response": [ { - "id": "b3ac26ec-f399-40c7-a184-929aa4107bfc", + "id": "7e1f7679-a865-4085-a1df-3869a0cf9d29", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -76958,7 +76958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74b4db3f-4b7b-49f5-9c2c-82ecaa68b889", + "id": "b967dbbc-9ff5-41c1-ac4b-bc55b5c9b4a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77015,7 +77015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "895f0151-dd91-4b2d-b255-37bf81464a31", + "id": "4ec7d5e0-add4-4521-8895-dcf395857daf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77072,7 +77072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "647da4d0-7f9a-4cdb-9e52-0c8cec7f7baa", + "id": "be88773c-db3f-44b8-9fcd-f9228b627dd7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77129,7 +77129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "268ef6d2-dcbc-418e-aa4a-ffb27f102df1", + "id": "55ba408e-8206-434a-b7be-40ad5967b8fb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -77186,7 +77186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89d316a9-5eab-432b-a25e-6b6460a10124", + "id": "cb2bcad5-5d8c-4f79-b334-afdbf370134f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77243,7 +77243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b298e95-6cb9-414f-8eb9-5802eb5a274a", + "id": "55c88010-bb28-45f5-b252-7dee610de0a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77306,7 +77306,7 @@ } }, { - "id": "9e75ef75-00c5-4737-b25b-a01d5a6af705", + "id": "a7597153-d000-4719-ad5f-82dd0b7694d7", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -77347,7 +77347,7 @@ }, "response": [ { - "id": "0462b99a-2cb6-48c2-8c69-492e1c8e82c7", + "id": "3c996dff-9560-4084-9411-6edba768d2ad", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -77381,7 +77381,7 @@ "_postman_previewlanguage": "text" }, { - "id": "84a080d8-7fc5-4cab-abde-1a119f562488", + "id": "6f7e74fb-17bf-4352-b18d-a9682f947c02", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77425,7 +77425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a8b153a-0e73-4212-9c5e-4d76f5e8edd2", + "id": "150b0184-7c54-423e-afb4-697056d10e9b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77469,7 +77469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e921dd7b-398d-405d-87f8-69c608ebb751", + "id": "19a5e526-244c-4302-b8be-6661f295ec4e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77513,7 +77513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b121061a-7ed3-48c5-9a87-ee64e7f6589d", + "id": "f3dd9bb1-c75f-4174-b1da-3e6c9c11ac36", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77557,7 +77557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2f148d4-a64b-4a5b-a6cc-76582cd85a9e", + "id": "bbd931d3-2a18-42c3-a783-32cbc3d3756b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77613,7 +77613,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": "e2398d79-b7bb-43b8-aee3-544252aedccc", + "id": "2562229b-a502-40be-a503-d7def90ab86b", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -77661,7 +77661,7 @@ }, "response": [ { - "id": "ebda1f5c-3610-4d0e-b495-09a73d151c72", + "id": "c1639fc6-f444-40cc-9291-bff6c0a28f79", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -77723,7 +77723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8c9ca67-dc7e-4a59-bacc-e75d860079ee", + "id": "27d39583-4ff3-4148-ad22-88f99a5eadee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77785,7 +77785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66160fb8-f78f-4bd7-8c12-96912bbd3bee", + "id": "f9728e15-4360-42ae-a70f-0e2326e29e8e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77847,7 +77847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14fa1a7a-99b0-4c85-a56b-2f447fb10845", + "id": "71d511e8-da23-430f-8823-e794e1cde564", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77909,7 +77909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06148796-3871-42cb-b3a9-68c036570bd8", + "id": "d10b1ce5-0825-4d88-907c-e37681d19487", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77971,7 +77971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e1bacbb-4a60-4612-a3da-20ab8b533121", + "id": "bc927971-263d-4367-bba9-ee2542bb079c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78039,7 +78039,7 @@ } }, { - "id": "4528c4e9-89b6-4b89-ae43-1ef39057bfe4", + "id": "eefe4dec-738a-40f2-bd53-4e826bb1c9dd", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -78081,7 +78081,7 @@ }, "response": [ { - "id": "ea0600f6-500e-4f34-85c5-cdf192c87a4b", + "id": "31e4438a-d179-40a9-a30c-14b16b204fe1", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -78137,7 +78137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec59e6ca-9e28-49fd-95de-12ccc34c935a", + "id": "a949dbd7-11c9-4a4d-94ab-9b8db45dc113", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78193,7 +78193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cba4b26-2253-4f19-a610-b1672b94dd2d", + "id": "12870a79-2c7a-4be9-88f8-1ff2c2b6cb2c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78249,7 +78249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7b1a04d-9b5a-4e32-9d3a-94023014e54b", + "id": "bbea5327-b0cc-4abe-8025-e19f5c85182f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78305,7 +78305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "846573bd-366d-41e1-8311-092693fdd618", + "id": "f5483933-34db-43b4-9081-0a04b31ee27c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78361,7 +78361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c91568c4-7148-489e-bd60-02d507d748de", + "id": "6854751f-0467-4245-beec-c0d1952cd978", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78423,7 +78423,7 @@ } }, { - "id": "e4c94a60-7b7d-44a2-bad3-21ac04f278a7", + "id": "0a6f4e7f-cbf7-4a76-8176-94f3b7b60b30", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -78477,7 +78477,7 @@ }, "response": [ { - "id": "0b71c76e-ae8d-47b8-8232-e50b7630c24f", + "id": "b21c8b3d-7d26-473b-9ef3-99d45399276a", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -78534,7 +78534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55eb27ef-b308-4543-9444-f92dc4aa5c1b", + "id": "ebc7a4e8-84da-44a2-8a7b-b5e6dc58b837", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78591,7 +78591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58ef3745-4bf3-434c-867e-8ea75768cd7a", + "id": "c11abd55-bfbc-4168-b09f-1604b199cdde", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78648,7 +78648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "431d129b-5b00-4a5f-891a-93ffec82a32a", + "id": "a4c8545a-63d2-4ed6-844d-ceea1d0590da", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78705,7 +78705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64cfa6cc-4833-49ae-b21c-95669656b907", + "id": "4a81f558-2a22-4f1d-bfad-a1745e6c729f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -78762,7 +78762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68084b70-32f8-48a7-9618-558cbad18450", + "id": "afb65dc1-2bcb-437c-90d0-8328805e3c9e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78819,7 +78819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2327e299-09a3-4eea-a432-a82188d64f59", + "id": "e72495e8-4a1a-4bbd-918b-15b5d320c279", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78882,7 +78882,7 @@ } }, { - "id": "0e49f8e2-0b1d-47f4-b06e-cd7dc48de0a6", + "id": "0f75c057-41ce-4f88-b545-ecc2534b52e9", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -78923,7 +78923,7 @@ }, "response": [ { - "id": "73b343df-a981-4ede-b13f-99a26d948cf2", + "id": "d8393f9f-7b7d-408d-a94c-82133e235df3", "name": "No content.", "originalRequest": { "url": { @@ -78957,7 +78957,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9af2169c-5bfc-4e99-8670-010f1583937d", + "id": "f8bc179f-66fd-45bd-80da-1c9c6eaf4c9a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79001,7 +79001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e319c36-fd6a-4fec-8e8e-0b8a5efe0455", + "id": "b5f6aa77-c083-48c0-ba44-3b08ecd291b3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79045,7 +79045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd80fa5e-101d-4983-8600-5de2cc173553", + "id": "67b2b90c-0bbe-45bf-a0a6-fc9b5599a0b0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79089,7 +79089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f6d3c57-7ae0-443c-9ea7-96b8714754e8", + "id": "bb3c4ed5-422e-47c2-94ab-90c34413c660", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -79133,7 +79133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0d87ef6-7c6e-43c5-b287-b5dbe30da27a", + "id": "2c47aa6e-2a6b-4224-b6bd-3cb9affb38e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79177,7 +79177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e45d64a4-619e-4b8d-93d2-2f8e771a45cf", + "id": "d66ffed7-a0e0-44d3-891b-83b2fda1f69f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79233,7 +79233,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": "7ed2972a-78aa-432a-91bc-8c885657317a", + "id": "2e2e7f6c-f8f9-4ed0-82c6-69de162abb10", "name": "Get a list of public identities", "request": { "name": "Get a list of public identities", @@ -79314,7 +79314,7 @@ }, "response": [ { - "id": "4732e192-c967-4bfb-ac7e-840c363e77a8", + "id": "a6f91f71-294a-4dc4-8937-53874c23218b", "name": "A list of public identity objects.", "originalRequest": { "url": { @@ -79412,7 +79412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4654247-5cb2-45ce-a6c6-1fe38a5eca0e", + "id": "c23b1fee-e44a-4221-8cdd-010ef050143f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79510,7 +79510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec73bea4-bf88-4312-b0f0-f5c91951c9ce", + "id": "b4755d91-5475-480a-9db3-8728f8f20c35", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79608,7 +79608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "814e9c4b-afca-4781-8676-73c942bd1a5f", + "id": "7232db6a-c31a-4342-8ba3-372afdff1e42", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79706,7 +79706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80afd1d1-27fc-41ba-9f31-e1079150b889", + "id": "2cf03457-7c27-47d1-8b31-f054a11a5d52", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79804,7 +79804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20b2612d-bb67-41b8-a645-42cfffbf13b2", + "id": "dd9f2749-5290-4e6f-b937-70a9365345d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79914,7 +79914,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": "659af231-3ef9-4703-ab27-e89933b88b43", + "id": "fa808ffd-1ebe-438f-9ac1-6198c37b4468", "name": "Get the Public Identities Configuration", "request": { "name": "Get the Public Identities Configuration", @@ -79943,7 +79943,7 @@ }, "response": [ { - "id": "c0d1155a-d4f4-4b60-85e2-67173de9f1d5", + "id": "5a65e24b-5033-4623-833b-3111c5eb0031", "name": "Request succeeded.", "originalRequest": { "url": { @@ -79986,7 +79986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "907c3881-faaf-4ede-a07d-51975a33feec", + "id": "fefbf66f-b07f-4892-b76a-7379b5f163b0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80029,7 +80029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d161e5fc-3891-4d56-b7a1-68b060af797e", + "id": "bd2666c5-6d47-4387-8e57-35dc02f24047", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80072,7 +80072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a935b0b-79de-4569-be99-c8b1111add26", + "id": "788a68ee-67a1-4237-aa02-964323b1015f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80115,7 +80115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "787087bd-7750-4764-891e-0d2094439ca3", + "id": "764c9252-9662-4ce5-9259-f8bd9dc4e4c8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80158,7 +80158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f101f4f5-80f2-4ecf-ab27-38e003add791", + "id": "ec8fecc3-78f0-4255-b4a6-d917c59b7fef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80207,7 +80207,7 @@ } }, { - "id": "99e40d8a-25e8-4034-8b69-1ebd6723e4b1", + "id": "2ed894f5-5ff0-4a37-a0e0-172859fea699", "name": "Update the Public Identities Configuration", "request": { "name": "Update the Public Identities Configuration", @@ -80249,7 +80249,7 @@ }, "response": [ { - "id": "ea944c0f-d2b7-482a-b0d8-76044a4cbb4e", + "id": "efdce020-618d-4b36-a894-48fb173a915f", "name": "Request succeeded.", "originalRequest": { "url": { @@ -80305,7 +80305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "518833a1-766c-43e5-9287-8b03bc33b4c8", + "id": "dd945e5f-ed1b-40fa-8520-535ee7b67291", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80361,7 +80361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5085b51d-fc9d-47b9-b71d-829e6a009a98", + "id": "a0fdc859-c885-4276-bbf4-96597b508b73", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80417,7 +80417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ad571d7-e5fe-4356-b507-365927061222", + "id": "2a76379a-228d-4d37-befd-63a180759790", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80473,7 +80473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8447dff2-6b07-4c87-a519-8e33341e9278", + "id": "ad4b58c5-1191-4ab7-968e-7012f85f4e3b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80529,7 +80529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4769a5b2-0980-47d8-bb97-0a0fc5ba1057", + "id": "8deda1b9-64be-45ab-96a8-b4d0133c6d59", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80597,7 +80597,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": "b409405e-8337-4f39-ac32-8a24f1fb3209", + "id": "da09e68b-f81b-4902-956c-f00e84756d30", "name": "Get Report Result", "request": { "name": "Get Report Result", @@ -80649,7 +80649,7 @@ }, "response": [ { - "id": "71eac073-fd95-44a9-bf76-a237215d676f", + "id": "15a3468d-0fe7-4b55-9825-b1c56d52b398", "name": "Details about report that was run or is running.", "originalRequest": { "url": { @@ -80704,7 +80704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d0791ec-d6a0-447a-adb3-6ea82e810f4e", + "id": "4c711122-178d-4447-84fb-d95283468a5c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80759,7 +80759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f674a337-a5da-4246-b63d-3cf35c7f1546", + "id": "34dff7e6-01a6-437b-809d-fae45c2c9423", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80814,7 +80814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52d03496-0ce7-4d38-a2d9-d50367a0660f", + "id": "d669893a-0e94-406a-9549-fff5655a0015", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80869,7 +80869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d770b90-c007-44e5-aeea-76744bdb8669", + "id": "8303e1d2-1f79-4559-903c-4a4e5a2538d1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80924,7 +80924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5de48533-4eaa-41f5-b0ae-8d9a2a655dd0", + "id": "bd07ab18-e2a6-45d2-bade-f60ce4ebd06b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80985,7 +80985,7 @@ } }, { - "id": "d4319324-db8f-4f58-a5da-5a0a6999e027", + "id": "c24f0fdc-af44-4865-bce1-948b8756da38", "name": "Run Report", "request": { "name": "Run Report", @@ -81028,7 +81028,7 @@ }, "response": [ { - "id": "1a56bde2-182a-47ce-8615-8d7303647596", + "id": "fbc024a6-af1b-4ea2-aa0a-d6788465ae2b", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -81085,7 +81085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da02a4d0-4592-4abe-9f4e-b4f4edae753e", + "id": "fa742f26-a749-467d-8627-4f110b897ae8", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -81142,7 +81142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15ff0c03-4a77-4db4-9d02-a15deeefc91f", + "id": "aea442bb-16d2-4379-b288-84aa8e4a8114", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81199,7 +81199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8a28a1a-b1af-47f1-92e8-f04389c01118", + "id": "528be0cc-a80a-4799-a310-0bea681fa163", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81256,7 +81256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea5b655c-86c8-4d8a-8c9e-0f68e87ac66d", + "id": "9ef81b52-5d49-4ee4-b035-59b2aeb21e32", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81313,7 +81313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbacffe1-5b1a-44df-b7e5-f57832d3de06", + "id": "f6b66e60-10e6-42ec-a3f2-5ba8f0fe2a7e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81370,7 +81370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d59d213a-ae43-4474-abea-2a657b0ff6e6", + "id": "bd9bf9e4-6a71-4906-9593-912c3f56ffd1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81433,7 +81433,7 @@ } }, { - "id": "fc535735-6345-4f3d-8a78-941bdd437b4a", + "id": "2f260d65-88bf-4f8d-a9fc-de174c834953", "name": "Cancel Report", "request": { "name": "Cancel Report", @@ -81475,7 +81475,7 @@ }, "response": [ { - "id": "32f85164-a35e-47f8-ae54-642c85ded678", + "id": "f8be00ea-13ba-4de4-aaa3-55e697d223ca", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -81510,7 +81510,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2df1d8a8-eb07-4c27-aa21-65b5ca36d8f5", + "id": "8158e509-ab73-44c1-b6c9-cd598cdb9f30", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81555,7 +81555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71548d98-7eb8-4e5b-a568-45c364d53a89", + "id": "86d9642f-81d6-484a-b126-a70b970556fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81600,7 +81600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89e60815-d8ab-4041-bd16-f27af2f4019f", + "id": "41594d91-74db-4d3c-8d24-6a5400da5ec2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81645,7 +81645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0daabf9d-ded9-4ee5-99a2-63ba189e0c5a", + "id": "67654a42-f01a-406d-866b-91d10fe8361e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81690,7 +81690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8a5406b-577f-44ab-80ac-4861ad1949bf", + "id": "3aed7500-e8af-4c7c-8c3a-e318578c26dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81741,7 +81741,7 @@ } }, { - "id": "b161380a-7f8a-4f0c-809b-e0ea446ac54a", + "id": "feb55af1-cd4e-4b0e-9345-39dc44e1cdbd", "name": "Get Report File", "request": { "name": "Get Report File", @@ -81810,7 +81810,7 @@ }, "response": [ { - "id": "e6a7fd72-39ea-450f-9502-3662ba41bbb7", + "id": "92306a15-24af-42f9-8e60-7df25da6b474", "name": "Report file in selected format. CSV by default.", "originalRequest": { "url": { @@ -81886,12 +81886,12 @@ "value": "attachment;filename=\\\"fileName\"" } ], - "body": "dolore ut", + "body": "id", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "e65b78f3-4fa7-420c-b001-d505ec13ecfd", + "id": "b820bdfc-2c7e-4025-947f-1e3e1b55160f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81963,7 +81963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77f3bf4a-4d24-45b6-b8ec-0525905c24f7", + "id": "4151629a-f854-435d-bd05-ef3e6bc57780", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82035,7 +82035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9070ba9-37eb-4405-9477-0455b41503f1", + "id": "ceb2df0f-03cf-4ca9-ac37-4a0d8ebed8df", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82107,7 +82107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10b65e66-37c3-4040-b0cc-096372b51378", + "id": "9f60b6fc-75ec-46ea-ae29-f5341159dd62", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -82179,7 +82179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ab195bd-4ae4-4197-bb08-65147e3c59c8", + "id": "3a59750f-ed90-4d85-a362-05ae6cdce745", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82251,7 +82251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b742728-7448-4e87-9575-62aeb3ef4f5d", + "id": "85f3501f-98b1-4245-9baf-b7c917c61cb5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82335,7 +82335,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": "59d89e59-5675-4ff3-9620-9c7a40a03d2e", + "id": "f6fc2fc0-c5ad-49b7-866a-09d03094709b", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -82446,7 +82446,7 @@ }, "response": [ { - "id": "1079a233-3a4a-4fc7-8020-5c2d5de09039", + "id": "e744bce5-1b60-4dab-9389-39550c3f59ab", "name": "List of requestable objects", "originalRequest": { "url": { @@ -82571,7 +82571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9d955ae-b45d-4e8f-9ed9-b1e175b6b02e", + "id": "73435303-fbbc-4757-9a9a-51a2a5bdc9e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82696,7 +82696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b034abb1-a77a-46de-8f1c-ed9286f73e9f", + "id": "863d4079-f139-4572-9a26-f542cc56a39e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82821,7 +82821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f663e60-8982-4c52-9891-300efd3583ef", + "id": "e7fba04f-2d22-4f7b-8f05-4d70f79ba393", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82946,7 +82946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7c7894c-cb3e-4505-8cd7-3de53581655f", + "id": "67b7f3f4-3ad3-4fb8-bcae-fcd7d4cfd0de", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83071,7 +83071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "540f6d17-ba87-4549-b985-3b27c9b0c2b9", + "id": "d1b1cacb-6004-469b-a290-886992b3729f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83208,7 +83208,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": "79786cad-7768-4d3c-ba03-6536742db07f", + "id": "31539b41-2917-46e4-9efa-00b00ef76c75", "name": "List Roles", "request": { "name": "List Roles", @@ -83310,7 +83310,7 @@ }, "response": [ { - "id": "2c449c87-dcf1-450f-9121-a7276418cc3c", + "id": "754319a6-f46e-4801-8f48-90b77dacfab3", "name": "List of Roles", "originalRequest": { "url": { @@ -83426,7 +83426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "766858f8-70d0-4dc5-a206-92bbfb586cdd", + "id": "d0e0bbce-7019-4bb2-b557-a2f3b7817725", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83542,7 +83542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f62f302-fcf1-41b1-9ca7-4b02544c8482", + "id": "b6bb5d6b-c81b-43ef-b096-80c24e2407f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83658,7 +83658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fce3427-3666-491e-8342-28248882673b", + "id": "94b735b5-8e72-4e48-b1e4-27d656458c98", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83774,7 +83774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ab3a597-49a9-41ed-be0e-ceefa69a8d4a", + "id": "3b7310f5-ef3c-493e-a29a-7ddeda98d8eb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83890,7 +83890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a379a2f2-8fd1-4e3e-83be-e12ab5781baf", + "id": "2d218b54-36d2-4bd6-a928-43276560b173", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84012,7 +84012,7 @@ } }, { - "id": "12d7dc9b-66a7-4aaf-84a0-250602c26e17", + "id": "5cd6a591-3cf3-4e67-857b-e0a0e4f606a4", "name": "Create a Role", "request": { "name": "Create a Role", @@ -84054,7 +84054,7 @@ }, "response": [ { - "id": "52280e9d-d353-4b55-8a69-14ca742e848b", + "id": "fc78e957-68f5-43bf-a7c6-dedab58b3fed", "name": "Role created", "originalRequest": { "url": { @@ -84110,7 +84110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d4e50b1-e15b-405c-be0c-61635e449f02", + "id": "e0c66710-0dda-4f9a-9498-306892fcc0ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84166,7 +84166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04a732f1-1cb9-4296-ad4c-caea470225dd", + "id": "8f8d40c9-fd0c-4a75-9a5b-c9a4e4c3bf1b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84222,7 +84222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaddbb42-9416-4ab2-b34e-ea6a3ee769c5", + "id": "c902a07d-c428-4c23-ae3a-2a8c3617bd67", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84278,7 +84278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "847b51a7-5d84-40f0-8727-c0b62d45997c", + "id": "bf362830-180f-48f2-b0ed-3b037f95226f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84334,7 +84334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14d172d9-1b9d-4404-a4ea-ff8103d6742f", + "id": "ffc621df-014b-4c9a-b690-ac6dc0c5a499", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84396,7 +84396,7 @@ } }, { - "id": "2f70b94e-0eb8-4d9f-a7ba-63687bac1fa3", + "id": "35370a43-49eb-4b27-a29c-033f398445d7", "name": "Get a Role", "request": { "name": "Get a Role", @@ -84437,7 +84437,7 @@ }, "response": [ { - "id": "9c3315b2-7649-4963-bd9b-751ebafe034e", + "id": "8cccdfc5-6f24-48be-8027-0a105306b52d", "name": "List of all Roles", "originalRequest": { "url": { @@ -84481,7 +84481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4017bfe2-7dea-437d-a67f-40e1088da559", + "id": "8dfb61e9-15b2-4cc1-a822-01bd4e11333f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84525,7 +84525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "340fc0c7-4d91-4dfa-8e95-7a541f47a95f", + "id": "5cd83a1b-f920-4408-b7d8-61b1ca90e410", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84569,7 +84569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbd88e70-2e30-40fd-8a14-b0d29416b65b", + "id": "bd44ca7b-743f-461b-92a9-ebc4abfd78e3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84613,7 +84613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "642f8824-e1d5-4331-9465-a4eaa40f1bed", + "id": "fbf7c841-f9e6-49d6-9e39-c5a5f8c76175", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84657,7 +84657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a5b92ff-0d6d-4046-b08a-361686048b07", + "id": "46283be4-ad89-442c-9c88-358a35344d8d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84707,7 +84707,7 @@ } }, { - "id": "633c1379-33ac-47d4-b154-9535b88f4eea", + "id": "515f8606-294a-4294-b4ce-ac008b9b2060", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -84761,7 +84761,7 @@ }, "response": [ { - "id": "494b34e3-4c7c-4e7b-a7f0-0f1cd5355a48", + "id": "77293400-976b-4714-a7ca-c0bf118e4d7e", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -84818,7 +84818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f689eca-11cb-46c9-91e1-2b84a7ced318", + "id": "6ecb78a1-df2b-4906-9b09-4f3bff09de0f", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -84875,7 +84875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4939f2e7-f5bf-43db-882a-44dc5b390e6e", + "id": "68b02b7c-f502-467b-adda-cda0ba51de41", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -84932,7 +84932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66d43a13-5cd2-4778-bdb2-328b000a0664", + "id": "2a2136d7-8fe7-4411-a21c-f15a5293a5ef", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -84989,7 +84989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3ff38cb-39d9-4628-9a73-e1844cc20ede", + "id": "b051a32f-2f5c-4849-a902-09781976af46", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -85046,7 +85046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a221b8c-265f-4605-acd7-3847fb6afe25", + "id": "1d8adc54-1fd2-44fa-8488-a4ed81b3a5ab", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -85103,7 +85103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2fff22d-bb18-4e3d-8dda-eda69a7c9d2b", + "id": "5c8018ef-20d6-4bb0-a764-08ff7096ed3f", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -85160,7 +85160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "359cb8db-362b-4c06-8568-d9b067eb3c4e", + "id": "0dc0d53d-1dc2-4ead-b2df-1554a62baa6e", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -85217,7 +85217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73aa30e8-d029-4245-9093-d2980e45a4a0", + "id": "3ea4da95-60b1-400b-abda-6f67e6655e86", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -85274,7 +85274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6786f2d5-8da6-4ad9-b676-7539c902d743", + "id": "c035caf9-2c18-4d43-9f37-4a2baecc74d6", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -85331,7 +85331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7103152-1f9c-4253-b05f-c2828f2bae8f", + "id": "1b29b458-9fa9-4264-8c82-9903d405ff6f", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -85388,7 +85388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fef5269-4b36-4cf1-921d-43c523d02937", + "id": "29238774-e6e3-4e44-b0c7-6ca36c053b2c", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -85445,7 +85445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80e750d3-0e33-416c-a2a2-ada190320073", + "id": "b7147eef-eeab-4409-8bbe-3de9dfc5b503", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -85502,7 +85502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c8cfe9b-3b2d-4f17-87ba-38e90d1a914f", + "id": "5d44bf4c-7f3e-4698-9298-cc3241c3b58f", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -85559,7 +85559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdf53f1f-54b0-4a8b-82ad-8d9fcf3446d3", + "id": "39fe0cbc-e603-404a-916b-6024cff0ea72", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -85616,7 +85616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45791554-d68e-4507-864a-12bc7b6fb660", + "id": "3a310329-2a6b-44e0-b678-e6ae7f2a8beb", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -85679,7 +85679,7 @@ } }, { - "id": "4f6ca98f-9951-4083-a8ea-174d0de1fffa", + "id": "7182bf1c-d183-4a9c-83fc-9bad73923132", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -85720,7 +85720,7 @@ }, "response": [ { - "id": "0723fd8f-93c8-4268-874d-67dadde6f869", + "id": "d4fd8b2e-6856-458e-a2c0-59836ee98dcf", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -85754,7 +85754,7 @@ "_postman_previewlanguage": "text" }, { - "id": "450121a5-0ddd-43e2-a448-6b702755a8ea", + "id": "185bfc2a-5f5c-441d-9f13-09ca04de9371", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85798,7 +85798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "618af589-6ac5-4a7b-8f6d-315da1520428", + "id": "618abb67-ea4b-42d2-86f4-ce5849c92c56", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85842,7 +85842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93d964dd-8324-40e6-8e92-8584c69184b0", + "id": "2adf7a70-7d25-4c3c-95f6-2593b6780ea3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85886,7 +85886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4f2a3a9-cc3e-425f-aca0-0f7b26891e51", + "id": "d49fe274-b388-4c2d-8784-b88b820c751b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85930,7 +85930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28a170b1-c849-4da7-a0d9-4070620798b5", + "id": "f5e007c1-6c5c-43aa-b372-96c2e2c4bcd5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85980,7 +85980,7 @@ } }, { - "id": "a7905dc2-0de9-486a-ba9f-96a22e2d3afe", + "id": "940830a2-dccf-4a8a-bfb7-4fe9f7e81bc0", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -86023,7 +86023,7 @@ }, "response": [ { - "id": "bd9a21c0-65ef-41a9-8a59-e8fc5232e52c", + "id": "7346ce29-bccd-4d43-94bd-9a267b07aec9", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -86080,7 +86080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77323325-9321-4558-841a-2a0552b1698c", + "id": "4b8f40fd-c3c3-4cb1-932d-fbc562b06572", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -86137,7 +86137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95713ec3-e063-46ab-8803-0b65bc377ce1", + "id": "ff18ebbf-6e4e-4f8e-b957-6f6140b6696d", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -86194,7 +86194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c99461bb-5e13-409a-8abd-4c4fb9620d15", + "id": "8b06de1a-a2da-4aec-ba17-bd5c94232f56", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -86251,7 +86251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a79fdf60-0fb4-474d-818d-8f5e4213ab1f", + "id": "82204d9e-2adc-4955-a73b-9a806cbb42da", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86308,7 +86308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64456688-afa2-476f-a90a-c205a4f3ab09", + "id": "a2755d88-07df-47c9-b0b3-1f58519a4798", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86365,7 +86365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16eb7d44-3625-4b18-9a9a-1bad936db914", + "id": "fea5889b-c83d-4299-a45a-066bb3bfdb3d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86422,7 +86422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2678ce5b-0690-4f08-b7a5-30d82fad626c", + "id": "dd64ef57-694d-4a2c-987e-24c31c52120f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86485,7 +86485,7 @@ } }, { - "id": "42f2138d-9701-4a03-983f-af0db7f51b39", + "id": "c211d3b0-fa10-46d4-b699-27a0009a443b", "name": "List Identities assigned a Role", "request": { "name": "List Identities assigned a Role", @@ -86570,7 +86570,7 @@ }, "response": [ { - "id": "b4f2619e-cc2b-4895-92f7-9f70c96f9068", + "id": "30d6c088-91c1-4c1b-a988-cb64ec59ca59", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -86661,7 +86661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "713f4630-2285-4b7c-9b10-6008c88ba587", + "id": "d7e73d5a-e5a5-4ff9-9606-a68b8c0b0562", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86752,7 +86752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc9c0841-4645-48c6-8d41-b5c094708d41", + "id": "fe28b6c3-84b9-4b24-90b6-acb2b8b87100", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86843,7 +86843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b84499a7-6d51-4f47-ade0-ae8c52160f14", + "id": "c8efec25-5f48-465b-b7b2-01ed682e954f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86934,7 +86934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7da28ea6-7509-4148-bd36-fa6f500d786e", + "id": "7bf8a3e4-1aa2-4351-8deb-1d892f2d07c5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87025,7 +87025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9302a917-a587-442e-bd38-2e359b508063", + "id": "d00cf336-a0f5-4c82-bea3-a6f6e42779d6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87128,7 +87128,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": "c3acc4a1-f972-4df6-989b-b199d1da36a7", + "id": "74c19fe5-9d70-4c7a-8953-b5a2e532bcec", "name": "Create a saved search", "request": { "name": "Create a saved search", @@ -87170,7 +87170,7 @@ }, "response": [ { - "id": "2e67b1b2-cfa9-4f63-9fee-87b1c9a95444", + "id": "082ee27f-1862-42c4-a9c6-f6945223684b", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -87226,7 +87226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cd76f35-60b5-426d-9d56-7cea96aeec9f", + "id": "e11651fb-9039-4913-b828-ba683ab03746", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87282,7 +87282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f78d348-3611-4a45-a1bc-7454c8acd493", + "id": "8c057943-aa85-45b5-a3fb-471e4930f20d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87338,7 +87338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bcdbbd5-d091-4ab3-ba5c-6ed7bd2bce74", + "id": "6b0c5e78-538f-4313-8808-4cf3a630b4b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87394,7 +87394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6efdfba-f397-43af-b78d-43283598b9a3", + "id": "13964dcd-1bb3-49f5-8d6b-506593771a76", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87450,7 +87450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f0a7bf2-1cfd-48b9-b536-f2c74a7943ae", + "id": "1771c328-e790-4ab6-8508-feb6740e1fe2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87512,7 +87512,7 @@ } }, { - "id": "d1c8b2f8-d9ab-4d95-869d-feaf3b71d4fc", + "id": "04e8bcba-5828-4bbf-a4a2-65eb32c35012", "name": "A list of Saved Searches", "request": { "name": "A list of Saved Searches", @@ -87578,7 +87578,7 @@ }, "response": [ { - "id": "8d92ee70-9c58-47c4-b437-a1d8b4d61dbc", + "id": "333b407f-fb8c-4ff6-933e-01ff042797b7", "name": "The list of requested saved searches.", "originalRequest": { "url": { @@ -87667,7 +87667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bd06e35-5f24-4217-9ba8-f69e8c3c71d1", + "id": "c093a774-37b7-450a-bf8a-6b3d2335645f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87747,7 +87747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c74a931-13ca-4ca5-85b1-afca37c4a1e9", + "id": "d6e80d30-7675-4312-baf2-77ff93651734", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87827,7 +87827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "432ab89d-a51a-42e5-938a-f1886bd3b18e", + "id": "dc165f60-bbf1-4d59-a116-ee83ce44cd03", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87907,7 +87907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96c4f626-100a-4a30-8ae8-d2f2cedfa70c", + "id": "767660ab-b6bd-4014-aa32-ddfce85873b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87987,7 +87987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f9dfc8a-6a8d-4d95-a780-af1d1a2e104e", + "id": "433fd363-04ff-4356-b024-016038227f03", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88073,7 +88073,7 @@ } }, { - "id": "42f08a4c-f1ff-496f-82f8-280f3aa82139", + "id": "05f9f881-1813-4401-b90a-a8ee346e0a69", "name": "Updates an existing saved search\n", "request": { "name": "Updates an existing saved search\n", @@ -88127,7 +88127,7 @@ }, "response": [ { - "id": "b2928756-b765-4f0e-9043-9650d4f7f435", + "id": "d9b39fb6-b984-4621-89f8-04abce2dd212", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -88184,7 +88184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "037191f5-5e56-4a68-b121-8bb35d4836c5", + "id": "5aba8e19-cad9-4a84-8117-a94043ce7c8d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88241,7 +88241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4afd08f3-8981-4268-b533-7e4f8495a834", + "id": "ae611baa-bee9-4736-b763-56f78461d0ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88298,7 +88298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d4ff58a-ea5b-4d14-bdd6-ff11e949552d", + "id": "6a5a957e-81f1-491b-a301-8961d4e076eb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88355,7 +88355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55c53936-31ce-42a7-9f62-c55f1b90bb18", + "id": "6dc68f40-9566-485e-b703-986b33f2f54e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88412,7 +88412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67484fd7-84eb-4c0a-b352-4e70dab0007d", + "id": "64f826d4-c44b-4f0d-9ce5-cb9ac130c799", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88475,7 +88475,7 @@ } }, { - "id": "8fca7b89-d43a-4b4f-bfc9-0ffbe3c0c227", + "id": "3cd7b343-6047-446a-b7e4-8ea4adb07400", "name": "Return saved search by ID", "request": { "name": "Return saved search by ID", @@ -88516,7 +88516,7 @@ }, "response": [ { - "id": "1cd5d850-2182-4a46-97dd-31fac8f6ab77", + "id": "18bb5667-d8b8-4ad4-95e6-4c1805e07ca7", "name": "The requested saved search.", "originalRequest": { "url": { @@ -88560,7 +88560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f51d3c2c-850e-4937-afbf-58f4d0433138", + "id": "cf6e6606-009f-4fab-bd76-a9ca7c278aab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88604,7 +88604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "598f6604-b8bb-424b-b162-01e5d270c0e6", + "id": "43474b3e-c6f1-4029-af35-e27401d838d8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88648,7 +88648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0892f3e-b5f4-4104-ae7a-916319a21e85", + "id": "c5fed540-0117-48ad-988c-3a6adfecdd07", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88692,7 +88692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4443f1f9-1256-4b61-9160-97fae70c887f", + "id": "2f0c7b8a-5a5e-436c-9868-63a1f3a793e1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -88736,7 +88736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4efe8267-b652-40fb-a449-6dbc9fece02a", + "id": "e2990409-17b5-499b-9b11-5d573c91a9e9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88780,7 +88780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c29ad45-1338-4c18-b539-c3f95d5a374a", + "id": "7aa34c64-5d29-4650-98d1-cabccb0206d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88830,7 +88830,7 @@ } }, { - "id": "e6bc1047-3741-42e0-bb51-df18d3363953", + "id": "9df18baf-dcfb-4925-9dfa-8d129639108d", "name": "Delete document by ID", "request": { "name": "Delete document by ID", @@ -88871,7 +88871,7 @@ }, "response": [ { - "id": "a682ffbb-3d18-4c12-a45a-42ebfa11c97e", + "id": "fd18eb73-24a6-4214-9822-030bc01625da", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -88905,7 +88905,7 @@ "_postman_previewlanguage": "text" }, { - "id": "127d5bab-3a17-4562-97a5-1be0e7fea601", + "id": "461290f4-d5a7-44d4-93c4-0f20ec8a7700", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88949,7 +88949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ef64b62-021d-4a7c-ad16-78353513a2f6", + "id": "0839e4c4-1895-419c-a9d0-6f90431d5a94", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88993,7 +88993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e907aac3-6ef3-4a25-a3aa-083ec01e5e48", + "id": "087025ed-07a1-4b8f-8d25-589d30b5e19c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89037,7 +89037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4489b4e3-5856-4472-bf30-95a4d3f0596c", + "id": "b7193201-7907-4024-a7de-350a97698dbc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -89081,7 +89081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f8924fd-02cc-47e0-a7de-efb3878959d0", + "id": "e90324f2-8d86-4fd8-b277-96c431da7bcf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -89125,7 +89125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9b0f388-fa21-4a90-975d-fdfc998c8b20", + "id": "3e4769c8-699b-4d91-a395-89b9e0942c6a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89175,7 +89175,7 @@ } }, { - "id": "8e5b809b-b321-4e34-905b-c32eb9ef3ec9", + "id": "901a195d-9696-4dc9-8784-62fdde27d43a", "name": "Execute a saved search by ID", "request": { "name": "Execute a saved search by ID", @@ -89230,7 +89230,7 @@ }, "response": [ { - "id": "8cc08cb6-6f1e-4ab6-94d1-46f17482e144", + "id": "a6957132-523a-4dfc-8e32-e67396ef8cb4", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -89278,7 +89278,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d551548b-6f0e-4c32-ae2a-f6ad581ed716", + "id": "b6792ccc-7f5c-4e23-8fc6-a107183dafb4", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -89336,7 +89336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8df5d2fe-9666-4fc5-aa6c-c3b215142c55", + "id": "e36ab23f-64ec-4767-87b9-f7c0664ab790", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -89394,7 +89394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ea23de2-da4a-41ca-a3fe-d8bb3c8768aa", + "id": "59670e1f-59f3-4250-a08b-50c56720d140", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -89452,7 +89452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c16d1ab-5f34-4159-a47a-1925a61af7b8", + "id": "1ad68083-c072-422d-a7fd-c4239513c675", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -89510,7 +89510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f19e1578-2788-4870-94c6-5b020b59a5f0", + "id": "95be9e96-8d55-48ad-b4ae-4ff56ef21f5d", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -89568,7 +89568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c838fc0-b9af-46e1-894d-6cd89d6ca880", + "id": "34d534a5-65c8-474c-8daf-834e90bf9e1b", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -89626,7 +89626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c01dc0c3-bbde-49f9-9936-aaeaadf03a3f", + "id": "fe81a35d-2ea7-4398-9717-78c775173772", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -89696,7 +89696,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": "3614707d-5bd7-4531-8bf0-bbbf2108ee3b", + "id": "fefaef3b-77e1-4aa5-905f-3423264ccc14", "name": "Create a new scheduled search", "request": { "name": "Create a new scheduled search", @@ -89738,7 +89738,7 @@ }, "response": [ { - "id": "ee3a8d1d-4de3-43a5-a06d-f5adbd420e24", + "id": "dea200fe-6dcf-45a5-ae22-d526d71b744e", "name": "Daily Search", "originalRequest": { "url": { @@ -89794,7 +89794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84fdce8b-797c-4e50-94ef-6c0adbbdb618", + "id": "87a2d6a4-89cc-4214-a1eb-0632c83e637c", "name": "Weekly Search", "originalRequest": { "url": { @@ -89850,7 +89850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0e59b3e-2a35-4fc9-b03d-1067507fba66", + "id": "18bc1c75-96c1-41c3-bee0-60c3e74c7cbd", "name": "Monthly Search", "originalRequest": { "url": { @@ -89906,7 +89906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fa2171b-bf85-421c-ad02-ba6d6e592e75", + "id": "852590cb-5511-475e-8352-d82ea45420dc", "name": "Annual Search", "originalRequest": { "url": { @@ -89962,7 +89962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dfdaa9b-a367-40f8-a31a-966b9cbd34b8", + "id": "19673172-bc69-4487-9115-8b9dc2584f66", "name": "Calendar Search", "originalRequest": { "url": { @@ -90018,7 +90018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c446a77b-77ad-418f-9b28-925b6f92a872", + "id": "589ad8b3-2954-40ad-8aea-1ef9096028d0", "name": "Weekly Search", "originalRequest": { "url": { @@ -90074,7 +90074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a3dd1ac-56e5-43b5-8de0-41dce15901b6", + "id": "2ecf09f2-eae8-4598-b669-72d6670f774e", "name": "Monthly Search", "originalRequest": { "url": { @@ -90130,7 +90130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7746e569-9dce-468a-b0bf-25de2762a9bf", + "id": "5e920910-a42a-4cf0-aab3-b3d765b590bb", "name": "Annual Search", "originalRequest": { "url": { @@ -90186,7 +90186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57507238-1eb7-4daf-8a48-6b0219b432ab", + "id": "08aae0c8-4aa3-41c0-b946-6a8004d0ddbe", "name": "Calendar Search", "originalRequest": { "url": { @@ -90242,7 +90242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "818daa29-1146-45dc-826a-fd4978d69b93", + "id": "fe73786b-13bc-478b-a991-39784f2a9bf0", "name": "Monthly Search", "originalRequest": { "url": { @@ -90298,7 +90298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aa2b46c-86e5-4f4a-ad7c-e08d19092125", + "id": "8b345fa2-30d8-407f-8cc8-657a6701ed45", "name": "Annual Search", "originalRequest": { "url": { @@ -90354,7 +90354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26e3c4a0-4cc9-4355-9bb2-836d91f57ca3", + "id": "9a409e06-45a5-4036-9c8e-2b2e6ae0ddf5", "name": "Calendar Search", "originalRequest": { "url": { @@ -90410,7 +90410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52a73166-69e1-437c-81ca-f6ae6cce78ed", + "id": "0f7b4737-ac34-4dd9-8ab4-3dbd26a90f0c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -90466,7 +90466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7e4c55f-8de7-4dbb-b6d4-8ce2bd358b20", + "id": "12ec6e8c-a079-42c3-8371-8cd5c877bd40", "name": "Calendar Search", "originalRequest": { "url": { @@ -90522,7 +90522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "442f29a1-0a51-4e90-829e-899be52e7c70", + "id": "61bad611-c409-4c74-b55a-c36409401abb", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -90578,7 +90578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07cb61c3-a9ae-4c47-b146-88265b398ef6", + "id": "95e41001-e887-47db-b18e-2de61b0cbd03", "name": "Daily Search", "originalRequest": { "url": { @@ -90634,7 +90634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04bf4642-155e-492e-bf44-ff6e35e2760d", + "id": "a4919f10-db60-46d4-b278-e7acab610224", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -90696,7 +90696,7 @@ } }, { - "id": "8967e7ed-c2d1-453a-9725-5ae4ba0157e1", + "id": "f0481e04-045f-400d-b498-0f6128bde80e", "name": "List scheduled searches", "request": { "name": "List scheduled searches", @@ -90762,7 +90762,7 @@ }, "response": [ { - "id": "ccbc08a0-5677-460c-b2bc-4a7ec985771b", + "id": "2d8f5fd5-58ff-4d99-890f-ad58e3da170f", "name": "The list of requested scheduled searches.", "originalRequest": { "url": { @@ -90851,7 +90851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad3917be-2bcc-4818-881b-c06cd3443297", + "id": "c926eebd-685a-4b32-9db9-ec5922455407", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90931,7 +90931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "684a73f9-7133-45f0-a8dd-907efdb6e0f2", + "id": "359f78f7-a5eb-423c-8a5f-8e01b08e9dc6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91011,7 +91011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77428c3e-10ed-42b9-9944-3cd0169bc606", + "id": "f8abcfc5-ed51-4e9e-9c7f-bcaa8486298e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91091,7 +91091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36ab9b8b-585b-46da-a4a4-7be706d021b4", + "id": "1bb8118b-3369-4669-b94b-3e5d6cc450b7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -91171,7 +91171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30d5a911-63bb-48c3-94d1-8e2dc3a05088", + "id": "84ffe427-1f82-449d-b9b6-5e7992464ba9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91251,7 +91251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d295716e-c593-45f7-aacd-6012eb0b03fd", + "id": "cf76e4d3-ffe4-4dd4-9bce-20356e5dba25", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91337,7 +91337,7 @@ } }, { - "id": "2f46c2af-08c9-4a59-8ab7-689f8a169e07", + "id": "a31cc7c9-6915-4ea8-a069-86e12fa4b02b", "name": "Update an existing Scheduled Search", "request": { "name": "Update an existing Scheduled Search", @@ -91391,7 +91391,7 @@ }, "response": [ { - "id": "bf9ce3f0-3790-4446-a3a6-b1eb142b4e36", + "id": "8f1047c7-5d8e-456d-a4ec-33c69d94c6e7", "name": "The persisted scheduled search.", "originalRequest": { "url": { @@ -91448,7 +91448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1b4c591-6e8d-475e-9634-e6a8cbc79a9c", + "id": "94d63b4d-2fdb-4101-a756-0589641d5ac7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91505,7 +91505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4b054f6-66ce-414a-80ec-11bee04edd3c", + "id": "de066ab8-1b8a-4398-8881-0a13387df841", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91562,7 +91562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a96a5cd-b065-4a6b-8864-d7d657720cc2", + "id": "f1a5407f-e15e-4687-a8c6-163e7ea4b7b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91619,7 +91619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b14857a1-091c-4317-8fe3-1f9247a72db6", + "id": "454f983e-ae0e-449a-9e8e-10da78cddc0a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -91676,7 +91676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e24c785-aa4f-4c45-86c3-59e8cdd6698d", + "id": "d551622f-72c1-4df7-99ea-29a615cf0c60", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91733,7 +91733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88f9262a-cf7b-4e57-9392-6135a11e07e5", + "id": "66cfeb71-c15d-4865-88c6-e6dddcf8817c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91796,7 +91796,7 @@ } }, { - "id": "3da79bfc-0acc-472f-8d56-be7f65541e54", + "id": "8ca1a663-bc24-4282-bcfe-66f818fb79df", "name": "Get a Scheduled Search", "request": { "name": "Get a Scheduled Search", @@ -91837,7 +91837,7 @@ }, "response": [ { - "id": "98ef6428-bc3f-47be-82eb-3dfffb4293ab", + "id": "7a8f59f4-d85d-4ed1-9318-bef3e86fe7f0", "name": "The requested scheduled search.", "originalRequest": { "url": { @@ -91881,7 +91881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8afbd171-0bce-478e-981a-4f6c159eb93e", + "id": "944d4f50-7d51-4e6a-88f9-20d596cd1911", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91925,7 +91925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52dd0e31-0e20-46be-afab-5186198b4827", + "id": "2dfd39fc-2b47-4f2e-86e4-8469e447579d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91969,7 +91969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfb554ef-4ae4-4141-9484-017d590aa8d4", + "id": "64aef3ff-c0fd-454c-9039-dbc2232bfd05", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92013,7 +92013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7169c5a9-99de-4730-be31-7a3f4a14e747", + "id": "6db07c9c-b0bc-470f-82b7-70c61c8a4faf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -92057,7 +92057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6a2247b-6779-4052-8aed-a3395e28fef2", + "id": "cddd0cc2-2c5a-4ca5-b534-eef9506babfa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92101,7 +92101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10304d99-523d-40bf-8ba8-06c6e43371b9", + "id": "f87f6ba9-1bd2-4ff8-8f8a-ccc0f2187681", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92151,7 +92151,7 @@ } }, { - "id": "ba4c7299-1f6e-4c9c-b093-ab85c648eb26", + "id": "db0211f2-9ce4-419d-a2bf-c91498782bb2", "name": "Delete a Scheduled Search", "request": { "name": "Delete a Scheduled Search", @@ -92192,7 +92192,7 @@ }, "response": [ { - "id": "0ed2365c-f001-486c-9141-6e2059896bd1", + "id": "eb5c7f94-a757-4c39-946b-ab16c53ee84c", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -92226,7 +92226,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e0545649-612c-4051-99f6-a966d8526f64", + "id": "b9265425-bc68-4a28-a6a3-7d45ba23860b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92270,7 +92270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abf42636-1373-46fa-8c86-47eb3a4d3968", + "id": "7cbc125a-7472-4b36-8c45-73c1b56df510", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92314,7 +92314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe53da55-0068-4d5c-8971-0fe8a604608d", + "id": "d6f2886a-a557-4049-8e2b-a15aecff8f8b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92358,7 +92358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65824f62-2b5b-4786-b972-9bdf939c5335", + "id": "c661172c-f477-471a-a247-29362439adc6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -92402,7 +92402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "806e8363-13c0-46d0-9c80-c55e73d8adee", + "id": "b4f78f61-4763-4c05-863b-70e88c0c2b7e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92446,7 +92446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7dc2a85-7ba7-4a68-99c7-e2883e0a4740", + "id": "f3a6f30e-2226-420a-ad88-6312d58ed58e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92496,7 +92496,7 @@ } }, { - "id": "f0f1b679-864e-45b8-a859-0b9b957149ca", + "id": "6fac49fa-3767-4087-b4d1-593dd0e8b112", "name": "Unsubscribe a recipient from Scheduled Search", "request": { "name": "Unsubscribe a recipient from Scheduled Search", @@ -92551,7 +92551,7 @@ }, "response": [ { - "id": "456a9187-a96d-4ad7-a966-b347189d466e", + "id": "c3b96feb-3b23-4538-bee4-0cad9a39a5ea", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -92599,7 +92599,7 @@ "_postman_previewlanguage": "text" }, { - "id": "74ba7a72-49e2-461b-81aa-8b196371d512", + "id": "a7f2de3c-eefe-49e2-a4f6-4b773f0381e8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92657,7 +92657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2ee7556-5ebd-4d0a-98fa-01705510d3c9", + "id": "a9a4a418-5201-4b83-b663-fa483dc127b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92715,7 +92715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "856fb383-f9a1-49ac-a3a8-a48e07efe6d7", + "id": "c2f2f921-8616-4b1d-a8fd-8524f49f36d6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -92785,7 +92785,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": "c1d1ccef-c005-4700-8f1b-ff373af2c2a3", + "id": "b835f9e9-6090-4cba-80c1-058dba219eb5", "name": "Perform Search", "request": { "name": "Perform Search", @@ -92855,7 +92855,7 @@ }, "response": [ { - "id": "765baf4a-4fad-4006-8016-0e5245f310fd", + "id": "0f4e93a6-fd7b-4f1e-81cc-7a313961e694", "name": "A collection of AccessProfiles", "originalRequest": { "url": { @@ -92948,7 +92948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04d6eb81-94f6-43cf-9895-94ec602a7e4f", + "id": "88f99bae-67cd-4a40-ac86-ea16816d3c11", "name": "A collection of Entitlements", "originalRequest": { "url": { @@ -93041,7 +93041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "072d6ae2-a514-42fc-8df5-fd3aa72187dc", + "id": "238b4d3c-ceed-4ee1-a77d-19929bf173c6", "name": "A collection of Events", "originalRequest": { "url": { @@ -93134,7 +93134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3070ecf6-b4ad-4080-87ac-6b5829eb0555", + "id": "76f4dc43-2ed0-4732-ba6e-afc5ffcfd3e6", "name": "A collection of Identities", "originalRequest": { "url": { @@ -93227,7 +93227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca9b5fcf-58ce-4fb7-a27f-c470c60d4745", + "id": "dd40a237-0b83-472a-84f2-41a1a71706fc", "name": "A collection of Roles", "originalRequest": { "url": { @@ -93320,7 +93320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f52bcf97-a67e-4fe3-8d98-639fec383a36", + "id": "3da6a370-d576-479a-83d7-56bc518504fe", "name": "Filter with Exists", "originalRequest": { "url": { @@ -93413,7 +93413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "400f2da1-dae4-4d8e-a3a6-78e9db31f768", + "id": "06a7cbc3-5081-4220-88cd-d47b699c5cbe", "name": "Filter with Range", "originalRequest": { "url": { @@ -93506,7 +93506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f93a366-fed0-491f-886b-17b7bbce5075", + "id": "9fd882bd-4df2-4c46-8376-a541bb36139c", "name": "Filter with Terms", "originalRequest": { "url": { @@ -93599,7 +93599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6a80636-ac05-4474-9f69-ac0cebbdeeac", + "id": "19b02dd2-ce97-41f8-a78b-e01f533222b4", "name": "Filter with Exists", "originalRequest": { "url": { @@ -93683,7 +93683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24e9fe20-f246-49fd-9d1d-e0e2ecf54312", + "id": "7b88a199-3b53-4d0f-8816-8f4d15659db1", "name": "Filter with Range", "originalRequest": { "url": { @@ -93767,7 +93767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81b40e19-9aad-426d-9a30-b8687445a66f", + "id": "5c3c8161-df14-4e7b-83e8-56612f7e6ef4", "name": "Filter with Terms", "originalRequest": { "url": { @@ -93851,7 +93851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56968cec-ced4-4f29-a403-8d01ecbc7629", + "id": "cfda4d96-53df-4491-87d2-4a300b96b74a", "name": "Filter with Range", "originalRequest": { "url": { @@ -93935,7 +93935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30e2f929-7681-4b9c-af88-af39eb8314e3", + "id": "bf728e49-72fb-4003-bd17-39ccda117658", "name": "Filter with Terms", "originalRequest": { "url": { @@ -94019,7 +94019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b4160f8-6022-49c7-8044-eca29f434c8e", + "id": "28ce1bfe-0f0b-4857-b3a8-8a3ca4e45723", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -94103,7 +94103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df575930-fa14-488b-bc1d-255f3c774612", + "id": "92095470-09f6-4ceb-88cf-20be4e34750f", "name": "Query with Fields", "originalRequest": { "url": { @@ -94187,7 +94187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49cc491b-3c34-40e4-9cb1-61f333fec865", + "id": "b6d99498-1a74-4449-888e-16dbad0fcdbd", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -94277,7 +94277,7 @@ } }, { - "id": "692a5ba1-6d58-4d72-a1f0-1e36a3bc759e", + "id": "0dfdf3d5-1e0d-4001-aeee-5a4e5ca6719d", "name": "Count Documents Satisfying a Query", "request": { "name": "Count Documents Satisfying a Query", @@ -94320,7 +94320,7 @@ }, "response": [ { - "id": "ef8ebc7e-8af8-414c-89b0-9c9b3f92e195", + "id": "dbe1eefa-4adf-4484-ae6b-d8c9389e16f7", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -94377,7 +94377,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8529f148-0c2d-42da-8515-800156ebf100", + "id": "3d13808e-349e-434a-9dec-3f528151525f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94434,7 +94434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dd63103-a3da-4d7e-bac8-3e6ad1aa4a83", + "id": "ac7748e5-285f-4161-8572-419d6459d901", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94491,7 +94491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af8dc80a-2137-4726-a65f-22f42e9821d4", + "id": "e4e110dc-38c6-4f10-b5fe-5bf7c4c0d517", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94548,7 +94548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d0939af-e69a-4853-8df6-01d8c8458e39", + "id": "95e45829-0556-4746-bf85-f43b0f28d821", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94605,7 +94605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7d9fdd9-9e29-4b89-95b9-2ddb63148884", + "id": "d4d2a93e-6bec-4bae-bda3-1596e4be1f6c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94668,7 +94668,7 @@ } }, { - "id": "d1185577-0c2f-4829-af75-8563f087947f", + "id": "5007bc28-a780-4126-bf0f-65a11218f8e5", "name": "Perform a Search Query Aggregation", "request": { "name": "Perform a Search Query Aggregation", @@ -94739,7 +94739,7 @@ }, "response": [ { - "id": "19764656-c59d-4579-96d3-ec2e4f5fc557", + "id": "b03714fb-ffa9-40c3-ad5a-db978a094d4a", "name": "MetricAggregation", "originalRequest": { "url": { @@ -94833,7 +94833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "086564b8-dcc5-4857-b6fc-7eb06048390f", + "id": "f981cc4e-b589-4a3a-bf59-bb5d388d4b39", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -94927,7 +94927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc5aa316-39e8-458c-8731-642a05f06835", + "id": "01f48dfd-9285-476a-9123-412834520da8", "name": "BucketAggregation", "originalRequest": { "url": { @@ -95021,7 +95021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb9f317e-3c46-4144-a157-a02a3ec6f575", + "id": "f829eec3-da05-4a63-9406-0d91ff4a5b02", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -95115,7 +95115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "569a70de-1b85-4454-87ab-07fe101b7d58", + "id": "3015c294-cca7-4ac1-bca8-392e0a472d8c", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -95209,7 +95209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75da81eb-a5f3-43c3-978e-b719d947918c", + "id": "77e62f62-4d67-4012-b8ca-460e6000dd3b", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -95303,7 +95303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb89cd4f-d8d3-45f9-872a-2ffb8d1570fe", + "id": "43579dd6-1af5-465a-a087-fb9f53db9ffe", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -95397,7 +95397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "203db21d-0438-4c6d-8fe9-a4f2b5781623", + "id": "3b3449a1-e9ef-4d9a-a004-3a604d8c0450", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -95491,7 +95491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "288759ab-786b-4b38-b6c3-3dd2523a9d0c", + "id": "601dc80b-f0b8-4734-b2e9-ca7c76ad1801", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -95585,7 +95585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95989456-43ef-405a-8fe4-911cf8e3a5f3", + "id": "980f3d3f-d959-420d-b778-a2fcd8a0ca9e", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -95679,7 +95679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "975a7bc7-6fa7-4807-a7d6-2a632eee477b", + "id": "7d0952ae-dda1-444e-a149-a48447e37794", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -95764,7 +95764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a50f2342-08eb-4ff7-b2aa-b2faa0fc03ec", + "id": "c675e016-2c97-4c62-b858-e654a2d0df31", "name": "BucketAggregation", "originalRequest": { "url": { @@ -95849,7 +95849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0cb2c55-46a1-4a75-a51f-eaff68dd6596", + "id": "764eee47-a1eb-4edd-9980-c5ff44c32371", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -95934,7 +95934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e943c3ab-5f07-496e-81b5-eab901f31f70", + "id": "a49aad85-8abc-46a5-bb64-6a83645ade50", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -96019,7 +96019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10fe93f7-0f4b-4387-8d98-548589df4354", + "id": "37f68e26-bafa-449d-b5ec-9e397a8322b9", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -96104,7 +96104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0de4af9b-8192-4ff8-9c0e-ef3f1214aa5f", + "id": "efc14660-8b06-4108-abc7-9e375d2f6e60", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -96189,7 +96189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40a0fa6e-7a09-489f-b50b-41b0aafd2bff", + "id": "7f73fa13-dce5-43e8-99d4-bd9ed4c8053a", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -96274,7 +96274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "637360be-435d-4c3a-92aa-992465321290", + "id": "0ef7c996-d76f-4c74-80fa-8589edcc60fe", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -96359,7 +96359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "121aed09-4e44-4c67-9b2b-dfcd043c47b4", + "id": "9b220625-6912-4e4b-afd5-a6125f22ba1c", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -96444,7 +96444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39e3df77-eb72-4049-aed9-5fabff2efacb", + "id": "122161f2-4272-46e9-b45b-d0484064e0b2", "name": "BucketAggregation", "originalRequest": { "url": { @@ -96529,7 +96529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe21bdcf-5cc3-480e-9a0a-5d960569f4e8", + "id": "669e9158-eae2-4377-9788-93658275a967", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -96614,7 +96614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fbc9c01-4626-44d1-9cae-8f1272313bfa", + "id": "1ee0349d-c9de-4315-97ee-32a50c9e3d8f", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -96699,7 +96699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eabc4c3-db4a-430e-922b-e65825807769", + "id": "2c59d8eb-4a4a-42a0-adfd-ad68499777f7", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -96784,7 +96784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08c0776a-029d-49ed-9f9b-5384a4a8a881", + "id": "5d2955df-c284-47b1-b342-948e4596cb1f", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -96869,7 +96869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "798ebe49-e05f-4937-996b-804b802c0130", + "id": "a27c7d4a-f375-405c-9e1a-3ac908459463", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -96954,7 +96954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1665de71-5f5f-4789-b0c3-3973c88dc586", + "id": "1fe99267-2c56-490d-a7e3-c1b3c3294fff", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -97039,7 +97039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53e07f1a-acfa-4550-9b6f-e51d70057c96", + "id": "6050de54-0a09-491a-a1d8-a31095b71bf8", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -97124,7 +97124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0737c922-5e05-46f3-8b84-7a964db1901f", + "id": "02886a54-5261-4637-8553-9bc1b809794f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -97209,7 +97209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46a07108-c1ab-485c-840c-f33ee5b22335", + "id": "093baed5-e176-4684-a3a7-4c3dd120ecad", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -97294,7 +97294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98c736fd-7c83-4f26-ac96-384538598e06", + "id": "1d132147-0d79-4ff0-bfdf-3a2c3c3294ef", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -97379,7 +97379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec6b37d5-4a18-47c4-891f-679d164e3d5a", + "id": "47a14ad7-2e99-4548-984d-4d87e8e027c2", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -97464,7 +97464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b31efac-47f2-44a3-8abb-192cbaa3a5ce", + "id": "af37d283-7d87-470a-920e-4a0f7aa29019", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -97549,7 +97549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7f0b433-7ccf-413c-97ca-83781b791be6", + "id": "3f78a523-546b-416d-a653-0ce0d7386160", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -97634,7 +97634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0afff93c-5c39-424c-84eb-9ce6e250762f", + "id": "204b32e1-3e8b-491f-bda7-884aebf530af", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -97719,7 +97719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa703fd1-f6ce-4555-af3d-0171163f2ed3", + "id": "b2fcdb98-fe03-498d-9766-82080214c9f8", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -97804,7 +97804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b29670d5-b102-4f81-9836-021c2d7e326f", + "id": "3c62b1f5-90c3-453b-8fb0-ab988034073d", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -97889,7 +97889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b67a762e-56a8-46f3-b713-328f2f659310", + "id": "fd73aa36-4d52-415e-aa1e-81bf098ca1ec", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -97974,7 +97974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7df0858-1cdf-4958-9244-5e98352a338d", + "id": "6bf288a7-3f3a-48e9-ad1b-381839b5b6c4", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -98059,7 +98059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90af8007-78c2-47f3-b13a-f1198cc27e99", + "id": "6986ca97-05da-4957-83c6-7bfa032ecae5", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -98144,7 +98144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c8f5878-1b6e-4a66-ad93-bd1412972d61", + "id": "f5efc35d-5a95-4527-97a1-bca62d1353e1", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -98229,7 +98229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "367efab8-735d-41b4-84c4-231243c38bc0", + "id": "416f605a-65cf-4ab9-896c-dd7f24bf9e15", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -98314,7 +98314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "001841b8-0fbf-49de-a95e-f886ce9cb482", + "id": "af8f4da0-f9a8-4a09-8bf5-c51e1f68d868", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -98399,7 +98399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "473dec03-1a2f-4e0f-bae4-8303a7fdf19b", + "id": "97c71805-5851-446c-893a-faad8825b483", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -98484,7 +98484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8738bf9c-88dd-4878-9d6c-7af330ba1efb", + "id": "7356ef53-d810-4c90-902b-c05b3a093eee", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -98569,7 +98569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c55c483a-5435-49c1-aebc-441863d7a381", + "id": "f37b24b7-0303-4127-9266-22b9888ad535", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -98660,7 +98660,7 @@ } }, { - "id": "f608890f-a090-4466-bcd1-fdec224c852b", + "id": "0e4898f7-d846-4319-8a36-ff576e49cb46", "name": "Get a Document by ID", "request": { "name": "Get a Document by ID", @@ -98712,7 +98712,7 @@ }, "response": [ { - "id": "81de5a1c-7c72-4811-81bb-31ef872219c5", + "id": "98d84d04-cf4b-46f7-b016-5acfff1a89c6", "name": "AccessProfile", "originalRequest": { "url": { @@ -98757,7 +98757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b469bb3a-174c-449b-a079-341638d172e3", + "id": "5db7a55f-2154-4a98-88f0-792adb600acc", "name": "Entitlement", "originalRequest": { "url": { @@ -98802,7 +98802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e26e715f-f31f-43a5-ac26-656d8df70ecd", + "id": "aa61576f-68a5-4090-b147-d3252fd6bd2a", "name": "Event", "originalRequest": { "url": { @@ -98847,7 +98847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "606ee861-9183-46c9-a098-9898bc794740", + "id": "ef16f077-1f85-4afe-a9a6-d9393253862f", "name": "Identity", "originalRequest": { "url": { @@ -98892,7 +98892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff82afbb-4f8d-4603-8f77-f3f208f301f3", + "id": "1e8bebbd-6b0c-4ad1-9653-10f20c3e5575", "name": "Role", "originalRequest": { "url": { @@ -98937,7 +98937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eb466d0-feea-45d1-9ac2-094f8cde1ad4", + "id": "cbefe945-93b5-4672-9f54-60196d70cd1e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98982,7 +98982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b656bb2-ad26-4bd0-a1fc-514dd0aa7720", + "id": "0654bb4f-6fd5-468b-b5c8-2fae4394d5e6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99027,7 +99027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2154c12-c1c9-43c5-9174-8382d9243fa2", + "id": "3a0d470c-20d8-4eb0-a302-aa7a3f6845af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99072,7 +99072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24fef8cf-56db-4090-a9e8-7b7887c016cd", + "id": "b39da85b-afa1-4a2e-a805-8a3d6ec7f087", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -99117,7 +99117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff759620-d089-42b0-97dd-58706420cc3d", + "id": "0a1a92f4-0c57-44fa-a1c1-6b2e1479ce2a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99162,7 +99162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5f91f8e-2e0e-40c4-a03b-0ad9f74cb41e", + "id": "08f0ddc1-65f6-454e-b624-cb9d25300ff8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99219,7 +99219,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": "3fabefe4-93e5-4dc5-83e2-787c7efb9d5b", + "id": "db52fd20-3def-4e48-8952-49cf7aa2ec09", "name": "Create Segment", "request": { "name": "Create Segment", @@ -99261,7 +99261,7 @@ }, "response": [ { - "id": "71a76b67-6d9e-48ca-83ca-33899ff78fdf", + "id": "6b36054d-d096-422a-b9d3-9f3d3f0f67ac", "name": "Segment created", "originalRequest": { "url": { @@ -99317,7 +99317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4d1c743-d856-4807-b819-45c42ee8d228", + "id": "7a62b3e0-4994-4818-90e0-d7b0af705799", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99373,7 +99373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fef6637-db31-442b-a87b-318b1fb19f24", + "id": "aae23d71-b980-492e-9c76-8170cf333f50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99429,7 +99429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da6326a5-9c95-483f-9e91-4e97f1249590", + "id": "fe7ec9f6-68cd-4010-aaf2-dc81cd9ed310", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99485,7 +99485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8e4d952-3457-4bfb-ada5-b12339a193bf", + "id": "c604ac24-8a9c-4cf4-a006-4308c3dc2419", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99541,7 +99541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1caf0c89-04c9-45f7-861d-da71f4c55d67", + "id": "4b7bdb3a-f0fc-4750-9bc9-2b97b6f2a6f3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99603,7 +99603,7 @@ } }, { - "id": "73d5581f-81ff-45a0-807c-b3a8f8fcc741", + "id": "5e98cec4-a28a-41d4-9d26-e7268e5b117d", "name": "List Segments", "request": { "name": "List Segments", @@ -99660,7 +99660,7 @@ }, "response": [ { - "id": "a5cf7eb1-5be7-4ce4-ac3b-b35c957fe117", + "id": "3a1e18b2-c326-4c2d-b621-23a1979803b0", "name": "List of all segments", "originalRequest": { "url": { @@ -99731,7 +99731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc2d6a4d-8477-48ed-bcca-133833742a49", + "id": "a8db50fd-f924-4bd8-915e-230b88e9fd5f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99802,7 +99802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "497143c3-caf2-4265-9237-ad0bf90b4e4b", + "id": "e3dda15d-994b-46fc-9ad1-093776ffeee1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99873,7 +99873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67caf153-b68e-4f16-bbf0-59cfde701966", + "id": "996de282-5bcd-4b50-817d-f96afb0a2948", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99944,7 +99944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91616033-0f16-43ac-a05d-e095b35185d2", + "id": "69779502-22c6-4feb-9652-89e269314d4a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100015,7 +100015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56e4677b-8978-433b-b963-313e66570c66", + "id": "7bc6ed9b-4f1a-48da-8670-0050b7779044", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100092,7 +100092,7 @@ } }, { - "id": "250a110c-7f2e-4037-bff5-25992c68a766", + "id": "48525ca6-be81-4fcb-874e-0b849fc9d6ca", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -100133,7 +100133,7 @@ }, "response": [ { - "id": "a49f9f97-4fa4-4c53-80ce-dfb7e1807094", + "id": "fe638be6-72d0-4dd2-833d-604d8c4e345d", "name": "Segment", "originalRequest": { "url": { @@ -100177,7 +100177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8880a6b-2d29-41d0-adfb-ab4f195fa7a9", + "id": "b8d51b0a-4b2a-4000-9502-18a800e488df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100221,7 +100221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08436365-1c3e-403d-b203-d6999cbf9bfa", + "id": "1f8c1836-ac96-4a40-a2f1-e973583418a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100265,7 +100265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df610386-f290-4fe5-a4de-59210b0c8c31", + "id": "90fc67c9-c461-420c-9ff6-da94f7085cb7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100309,7 +100309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cc71747-0de4-4806-833f-de0e77cdcb7c", + "id": "6dd29292-b2e7-41b0-b041-e8c47f26df92", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100353,7 +100353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f932f011-8230-4222-8c86-0ef3eeca003b", + "id": "5ba49f9c-0dd5-43c3-b6ce-e2e47d0b6861", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100397,7 +100397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd5faa4f-e03d-420f-90cd-50cac825c1e0", + "id": "fcb2c498-177d-49f1-b2cb-f098f6400ad3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100447,7 +100447,7 @@ } }, { - "id": "fc272f3f-0c0a-47ce-9a86-440186ddad15", + "id": "96132bd1-483b-4f14-8076-42feca3e3ebd", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -100488,7 +100488,7 @@ }, "response": [ { - "id": "607c5f80-a83a-4f98-9cba-856e956d6938", + "id": "1615db31-6026-4bc9-a75e-d70ba746c2fb", "name": "No content.", "originalRequest": { "url": { @@ -100522,7 +100522,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9d03e454-de4f-4370-9730-7f48bf1f776a", + "id": "98df4af0-0e9c-44fb-bc48-9847a9c1c808", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100566,7 +100566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1333f368-a9d3-48cc-92f7-e99e1ab43b29", + "id": "18108fb5-9a21-4b08-be2d-5d978ec98ebb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100610,7 +100610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86ec1f88-14cb-4123-bd74-f423a8209b0e", + "id": "8a7fa32e-90e8-4b49-9cdb-3f077bf0028d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100654,7 +100654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "849e30f8-281a-4fa6-830e-1ca8038e5986", + "id": "765eb05a-ad1c-4317-b67d-29a69c12216d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100698,7 +100698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1094383f-969b-4935-8a2e-fa85e9337ad5", + "id": "622bc150-f86c-4b74-a8ad-04c6ced56f8b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100742,7 +100742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02951a29-6528-4ca6-8e7e-627b052ac083", + "id": "e0252143-ddc3-4e7a-8234-c3c5bc683aa2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100792,7 +100792,7 @@ } }, { - "id": "26a2b756-913a-4d6e-b484-0c27d6cd3ef0", + "id": "c5ff7e0e-c8b2-47de-82c5-d2467c237490", "name": "Update Segment", "request": { "name": "Update Segment", @@ -100846,7 +100846,7 @@ }, "response": [ { - "id": "54952fbc-87a0-42d4-b152-2349fa91d408", + "id": "db5f1953-3919-4214-8064-174ec4e9554a", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -100903,7 +100903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d4e8779-36b8-4eae-ae32-46099d36a645", + "id": "815e8c08-04ed-4685-a699-b765961cc5ad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100960,7 +100960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0748933f-a67e-4543-b8a2-cafac6a87de7", + "id": "0249e47e-730d-4236-a6b1-ff4d52aeef12", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101017,7 +101017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3764e8e9-bf95-4e63-8679-701fc2aeec12", + "id": "a293ca99-9a01-43b0-8e0f-f01212d0f496", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101074,7 +101074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2932f7c-324c-424c-bbf7-aa173143f25c", + "id": "4a1abd5b-d2b6-4e85-a185-b587f83e97da", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101131,7 +101131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19aab1c2-247c-4601-9e93-dd7ed8b6db55", + "id": "e459436b-8ec5-45ff-bff9-294fa97e6959", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101188,7 +101188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "225c25b5-6ef1-45fe-b839-c283caaab3f9", + "id": "b96071ea-c3fe-4a85-a645-627b7a0f2b1b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101257,7 +101257,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": "94aa96f9-e39f-4399-9f66-e3b174de21d0", + "id": "6e16f0f7-824f-4378-ac70-eb543ef11a79", "name": "List existing Service Desk Integrations", "request": { "name": "List existing Service Desk Integrations", @@ -101332,7 +101332,7 @@ }, "response": [ { - "id": "bd5698b4-c37b-4ce2-a8b3-538953779e17", + "id": "24435f41-566c-42aa-a691-e8074607a4ba", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -101421,7 +101421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd474a16-2f2d-4e77-9065-9c4c6a1bff98", + "id": "16dec68f-c9d6-4cde-b19d-41ec4d1d1500", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101510,7 +101510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3df8b96-f7f3-4198-8a5d-f30035a8a8e3", + "id": "ef210ab7-acbe-42e2-888f-639798fcd8a0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101599,7 +101599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d684f41-18c5-4969-ada5-a878f7896051", + "id": "b9fcdc4b-61df-437d-8fda-437f342e4aad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101688,7 +101688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c691f515-8406-48de-9260-800ea0ebad03", + "id": "faac9bac-351b-44a5-bcfe-e496f8a412a7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101777,7 +101777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da0112bf-02c9-4d16-a60c-25a57b6e61f9", + "id": "82d52ef1-dbcc-41f5-b607-bed5cf456fe9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101866,7 +101866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05599279-3b91-4c1b-969c-bae41809f89e", + "id": "cc5a7f6f-cad2-41b9-a47e-5df11b18b0e2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101961,7 +101961,7 @@ } }, { - "id": "ca3bf13c-0599-4ca9-b2e5-f79f079d2bd7", + "id": "ead401f5-8e14-459e-b735-ff093abe70aa", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -102003,7 +102003,7 @@ }, "response": [ { - "id": "4ad48a10-ae7b-4b2f-89ca-c4f9bca2b8f0", + "id": "97e09f02-2d66-468f-8d6b-49e6ee710617", "name": "details of the created integration", "originalRequest": { "url": { @@ -102059,7 +102059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d74b5a8b-882d-487b-b4be-44f38c8f56c6", + "id": "a1491f90-ff1a-4466-a0d8-5a673863bc10", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102115,7 +102115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0815a669-3b9c-491e-8683-646142717e2d", + "id": "e8eef355-b975-40a5-a0fb-144aa75519c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102171,7 +102171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2ce9f8d-f929-4c51-8129-713bde49a331", + "id": "14271394-e2a4-4c03-a99b-2f6eddf481d1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102227,7 +102227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1a57b2c-0725-4532-b3cc-f4345d27130e", + "id": "77ac89ad-3fda-47c4-a7b1-bcb33b3985e6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102283,7 +102283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a629cdda-f455-450f-8297-e2f7979541f0", + "id": "68a3e939-f9c2-4cb0-b692-a02a96cd9d73", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102339,7 +102339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d52b2da-a897-484c-9297-5c4baa50b5d9", + "id": "b77bede4-a0d5-4829-869a-aa811d72f85b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102401,7 +102401,7 @@ } }, { - "id": "01599cf0-6ef5-40a6-9473-740148f75b57", + "id": "92b40e0d-ef95-4ba0-a22b-9faac6e8c2c5", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -102442,7 +102442,7 @@ }, "response": [ { - "id": "2bf9db89-7317-404a-96d7-eabd038f25f6", + "id": "e7408b49-f99e-490b-8bc1-ad93920dad55", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -102486,7 +102486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9e2eaba-210f-496b-a60e-7e3e450de874", + "id": "9620bac0-df9d-4e22-b365-c7f672ae3893", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102530,7 +102530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2041b9b3-736f-4b35-8f10-ef2a09b23441", + "id": "c7094d83-4b21-4e57-a3de-7901a7686812", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102574,7 +102574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1189db15-e280-4e8e-a2a6-1682cd60a60e", + "id": "4f480abf-5462-4a16-a9f1-b3827ba5288e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102618,7 +102618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8c7e967-e2ba-4c31-883f-4c0374fcf8fa", + "id": "47fc53c1-0f43-41c3-8cc4-b10d3c387e1a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102662,7 +102662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee7191c5-ad2d-4ba6-a13f-2fd6a1b3c07f", + "id": "78af38af-0085-4ec7-aa8d-0eb733cedc3b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102706,7 +102706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b28f3f9-b99c-4c0b-8d5c-97030803c05b", + "id": "5f4ce4e9-80fe-4a9c-8e3d-3145e443658e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102756,7 +102756,7 @@ } }, { - "id": "5cf84d36-a7c9-4f89-a34f-b1587a2a0187", + "id": "d9a44926-e2c6-410a-94b7-267aab7619f1", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -102810,7 +102810,7 @@ }, "response": [ { - "id": "031a60b2-bd3c-482b-8adc-0751f669022c", + "id": "ef8020c5-9693-4cea-8737-f973b8d390c1", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -102867,7 +102867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a67b315-91d8-4768-92d8-479537dff9eb", + "id": "a25bb7d6-e91f-45f7-b127-4b171c5cc498", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102924,7 +102924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23aded11-f7fe-415e-addf-12a729ec5e04", + "id": "0cab1bbf-d1f0-4b38-a183-6cdde3af0b7f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102981,7 +102981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fcf0bd7-e8fa-43c0-8f31-69d8881c971f", + "id": "9cb5e3e4-3ea3-4b57-ad80-7c55f06532cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103038,7 +103038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55578e39-c9f4-4227-8c95-67ae6f292aad", + "id": "358f047f-d5a6-4e17-83df-c7f71470ae39", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103095,7 +103095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57b58720-c069-4b38-bace-0119574109ee", + "id": "256c89a7-5cd1-4864-8695-e97b2d02e107", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103152,7 +103152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9df6882-00b8-4f55-81cc-f73a79ea357c", + "id": "bde1dda6-6066-4967-a76b-2f5e02b24176", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103215,7 +103215,7 @@ } }, { - "id": "926f9b98-c0a3-4d48-b390-17f3d7040243", + "id": "857e1706-04db-440a-8d84-8c2e256c7389", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -103256,7 +103256,7 @@ }, "response": [ { - "id": "c4e454ec-44bf-469e-ab27-2853a629177a", + "id": "3ba1c3f1-e768-42e8-97cd-cc030b900109", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -103290,7 +103290,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d95b51e6-aced-4069-a649-ea70e920d478", + "id": "2aad077c-210b-47d9-9c84-a2792c4c2de7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103334,7 +103334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55813f45-6bab-4506-b249-becc2a931d2e", + "id": "d9f9606a-182a-4ae3-aae6-75e6971172b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103378,7 +103378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d855b44d-d5ee-4e2d-bee3-7f0131b7789f", + "id": "514b4cd7-98b4-43df-bfb3-8a0f3d3a60f9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103422,7 +103422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c9f60b7-5588-4d58-a5b5-d8d76ae22a7e", + "id": "c6c59409-7aef-4191-aa8b-2dbaab598b34", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103466,7 +103466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "718150b7-3362-4188-8d32-34339694bd9c", + "id": "bbe4d7b4-62ac-4439-906f-c46013d48769", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103510,7 +103510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80a95ad0-0861-4d85-a8f4-a11c1b92fa4a", + "id": "dd15b943-fde1-479d-881f-f4c3e6eb9163", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103560,7 +103560,7 @@ } }, { - "id": "6ea73841-1298-4fb6-9516-903641db1d72", + "id": "31ab15b8-a70f-42d6-820e-0a8dab589ac7", "name": "Service Desk Integration Update PATCH", "request": { "name": "Service Desk Integration Update PATCH", @@ -103614,7 +103614,7 @@ }, "response": [ { - "id": "4b3cf323-467f-4897-b5e2-8986d8475b1a", + "id": "74252bfc-5d40-4654-83a6-b620939c3391", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -103671,7 +103671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8921984e-09df-4005-8edd-873074c71ed0", + "id": "9856787b-8b9b-4deb-8313-17dd18eadc72", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103728,7 +103728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e92948b-fe2b-4aba-8672-78c5add3326b", + "id": "cb65dd1c-a192-4016-ad28-756a6b323968", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103785,7 +103785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4941e729-b232-43c0-9cc5-406be1669e14", + "id": "2ebb670c-4071-485c-ba08-bda2f3fecead", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103842,7 +103842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33ff7d01-8c51-4e93-8295-c15d4fc28ae6", + "id": "2687bd62-033d-463c-b404-827cd95b3675", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103899,7 +103899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40787bc1-e835-487e-b14a-f56e94cfbf5c", + "id": "ac05de04-3e44-45ae-a909-daf618b43fd6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103956,7 +103956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67359eb2-54c5-4bc5-883f-5becc7d4b88b", + "id": "15dea9f9-c33a-47c1-96a5-6693dd84c88c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104019,7 +104019,7 @@ } }, { - "id": "e7ee608e-24dc-4f11-8d5e-18d3627c59fa", + "id": "8c67f52c-255a-42bb-9374-d444f6ea08f2", "name": "Service Desk Integration Types List.", "request": { "name": "Service Desk Integration Types List.", @@ -104049,7 +104049,7 @@ }, "response": [ { - "id": "21854c05-c8a0-4b3b-8006-7c116d6a045a", + "id": "6f497ac1-b124-49c6-a3e7-dc7f6b559ff1", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -104093,7 +104093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe392921-62bb-47a8-9c34-bc56802c4c7e", + "id": "d1340bb9-c195-4533-ac90-858f09e98a7f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104137,7 +104137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcd3b703-cfd7-450b-9a4f-4f972682df09", + "id": "8be1d0fc-8595-43ea-bfa5-06b837f2973f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104181,7 +104181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae49a043-dddc-4eb8-bcfa-2131e5fce326", + "id": "aa74421c-036c-43b5-a704-12393986d5e3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104225,7 +104225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e322eff7-6d2c-4f0a-b7ea-017e75fbfb51", + "id": "5c3d8915-6e4e-43ab-a4f7-f075b44656e8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -104269,7 +104269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38b86c34-d5c3-4a67-b835-b7607dae346e", + "id": "f6d9a6c9-b5c2-41fd-90da-3002ad9e4cb2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104313,7 +104313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efafd41a-ac57-4d55-ae9c-fa9e473988ae", + "id": "2c3a69f0-9363-469e-8bcb-928c5337e86a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104363,7 +104363,7 @@ } }, { - "id": "5ea9bcd6-d8e8-4b57-a7f9-867f12aad16e", + "id": "6ea6e75d-af5b-4a6c-b29a-7148bcdf71a4", "name": "Service Desk integration template by scriptName.", "request": { "name": "Service Desk integration template by scriptName.", @@ -104405,7 +104405,7 @@ }, "response": [ { - "id": "abc0a0ed-10f3-4cc3-894c-fdc85446febe", + "id": "8227d7dd-d7b5-4d73-9582-52bc986c15b9", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -104450,7 +104450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df2cf23f-902f-4724-9715-8262f3ed4e00", + "id": "57d3887f-55dc-46d4-9935-d0c99260b5c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104495,7 +104495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a2afa55-8cd1-43cc-af1e-b1ac57da5f11", + "id": "e7900d4f-b2b2-4c17-8c09-304a2f51b2c2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104540,7 +104540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e62c7071-c400-4c9f-a77d-fe310af8ebfa", + "id": "184d0765-29e7-4baa-bfa8-577e6dca1e3d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104585,7 +104585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44e163a7-ad0a-4dd5-8c84-f87e24588331", + "id": "33496a7a-af0e-4550-af45-67614dab57a7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -104630,7 +104630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f9d4d1e-a492-4f4a-9492-b4d20464d2de", + "id": "eedac80d-169a-48d0-93b9-b37089c74d6b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104675,7 +104675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73d5cf13-edaf-4f2f-b0f4-6878d9df535c", + "id": "45501c41-4cc0-427f-b264-67a095eef285", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104726,7 +104726,7 @@ } }, { - "id": "53660587-0e5c-4637-afec-6095454c1209", + "id": "568f72c6-bb9d-442b-beb0-2bae654285fa", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -104756,7 +104756,7 @@ }, "response": [ { - "id": "c500d7d2-1bec-44f1-b05b-ebb226da473c", + "id": "ff2cc4c3-5a48-4170-9336-55d1ba40c7ab", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -104800,7 +104800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f79ecab-1926-43e9-9854-d008eb5fd989", + "id": "dc0befaf-c4aa-4a5f-a6b3-707b4ba3b75e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104844,7 +104844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8afe956d-8f18-4093-99cf-86056527a476", + "id": "3ac4409c-f9c1-449d-851c-766c06ac7372", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104888,7 +104888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c2ed9d8-1e80-431d-bea3-975c5dbd8351", + "id": "b6ba2d61-ad8e-41c4-926c-e052e67ba0d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104932,7 +104932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96d1ff7b-a6d6-4dbb-bc69-a30e3fdd1586", + "id": "84837e6c-d89f-4b4c-b9b3-0bdb8c765c52", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -104976,7 +104976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9adb53b0-cef9-4a35-a294-7fbad431f13e", + "id": "3c94a59a-77a5-4d76-9040-757c7e6cda23", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105020,7 +105020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd75352f-fbc7-479b-ae41-cbe55454b55a", + "id": "ab972cbf-f959-4eb4-9bcd-d2c5032ef0db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105070,7 +105070,7 @@ } }, { - "id": "7ea38a40-3f2a-4080-bf54-37096db2971e", + "id": "9ca2805c-bbad-4737-ab4f-9b1a7e2e259c", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -105113,7 +105113,7 @@ }, "response": [ { - "id": "a29d8ea7-5641-41ed-8339-189880d5953a", + "id": "374797e6-df66-4629-bf7b-2bca33918e1b", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -105170,7 +105170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6786b77-8625-4363-a02e-8c2564dc72ea", + "id": "a716c320-46c4-4a92-ab3e-f7c47cbc8f1e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105227,7 +105227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82f536f4-9c54-4d4d-8251-8741e42d7fb0", + "id": "8b94852b-03b6-4b9f-9e11-50b14c13e477", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105284,7 +105284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "938ef222-2c45-4f4f-a414-7e9046da820c", + "id": "b9dc5a16-42e5-4c97-9799-947eb933dbf0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105341,7 +105341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49d773a6-cbfc-43c0-910c-8b9f0595f93f", + "id": "5e168214-d884-4d5a-ab4a-666e41e32b95", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -105398,7 +105398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0337f2d-ae99-4697-b7b5-d448f066858c", + "id": "94be1b07-e2e3-4d24-a56b-9ecb460546fb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105455,7 +105455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f281acd9-503f-45f6-aefb-ce16f9a28945", + "id": "a3007129-c726-4956-9bee-f3bbef4128c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105524,7 +105524,7 @@ "description": "Use this API to implement and manage \"separation of duties\" (SOD) policies. \nWith SOD policy functionality in place, administrators can organize the access in their tenants to prevent individuals from gaining conflicting or excessive access. \n\n\"Separation of duties\" refers to the concept that people shouldn't have conflicting sets of access - all their access should be configured in a way that protects your organization's assets and data. \nFor example, people who record monetary transactions shouldn't be able to issue payment for those transactions.\nAny changes to major system configurations should be approved by someone other than the person requesting the change. \n\nOrganizations can use \"separation of duties\" (SOD) policies to enforce and track their internal security rules throughout their tenants.\nThese SOD policies limit each user's involvement in important processes and protects the organization from individuals gaining excessive access. \n\nTo create SOD policies in Identity Security Cloud, administrators use 'Search' and then access 'Policies'.\nTo create a policy, they must configure two lists of access items. Each access item can only be added to one of the two lists.\nThey can search for the entitlements they want to add to these access lists.\n\n>Note: You can have a maximum of 500 policies of any type (including general policies) in your organization. In each access-based SOD policy, you can have a maximum of 50 entitlements in each access list. \n\nOnce a SOD policy is in place, if an identity has access items on both lists, a SOD violation will trigger. \nThese violations are included in SOD violation reports that other users will see in emails at regular intervals if they're subscribed to the SOD policy.\nThe other users can then better help to enforce these SOD policies. \n\nTo create a subscription to a SOD policy in Identity Security Cloud, administrators use 'Search' and then access 'Layers'.\nThey can create a subscription to the policy and schedule it to run at a regular interval. \n\nRefer to [Managing Policies](https://documentation.sailpoint.com/saas/help/sod/manage-policies.html) for more information about SOD policies. \n\nRefer to [Subscribe to a SOD Policy](https://documentation.sailpoint.com/saas/help/sod/policy-violations.html#subscribe-to-an-sod-policy) for more information about SOD policy subscriptions.\n", "item": [ { - "id": "0e34b9ae-e6a3-443f-bb62-f098cd2d38e5", + "id": "db9047c6-50db-44cd-a24a-48cf449871ff", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -105566,7 +105566,7 @@ }, "response": [ { - "id": "4a4e8465-4cc1-4550-b4e2-96ff39190214", + "id": "b78ab802-e826-4e3c-80f6-f1523acd6d0a", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -105622,7 +105622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cc36b59-92d7-461d-a368-210dcc4c0c35", + "id": "1283e58a-aa77-4af9-8df2-cb1f859d62c0", "name": "General Policy", "originalRequest": { "url": { @@ -105678,7 +105678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54c03e9a-cd61-4765-aff7-4185be0f1156", + "id": "36e2d1aa-11d6-45ff-8c1f-d54716497b67", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -105734,7 +105734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4be667f8-2ae0-4ddb-a838-2c15e2be0755", + "id": "13ac112c-5b6c-420c-929b-d3267c908527", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -105790,7 +105790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a4ecca2-0e72-403e-a56d-4355f5c023d8", + "id": "7c4e003a-b4ea-4698-ac81-0afd5764c1ec", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -105846,7 +105846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caafb98e-ff42-4f4d-aa6f-45f671d8488b", + "id": "07682439-db86-41c6-a6a4-5c4d6cb2a8e3", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -105902,7 +105902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "405dd0fa-f5d6-46d0-b908-78348ec27190", + "id": "fd41c48d-af89-48df-8da0-b28047d67852", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -105964,7 +105964,7 @@ } }, { - "id": "3a98e73e-afcd-497f-84e8-760fc69533dd", + "id": "4597a19d-fd61-4a58-b00d-930965edae4b", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -106030,7 +106030,7 @@ }, "response": [ { - "id": "a555ae09-c25b-4f8d-84df-fdf2d4822f76", + "id": "cdb8aee2-017b-4707-8a57-c8e12aadec95", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -106110,7 +106110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7dac94a-2943-4bb0-b39d-c2c138ed9b2f", + "id": "7428283c-064f-440f-b0c9-c20b44fdadea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106190,7 +106190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3508030d-b1f2-46a8-87cf-228dee9a90e8", + "id": "014d22bb-1d7e-48db-9787-109f4ccdf333", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106270,7 +106270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "095f7f40-ede2-42d1-ae20-bc30fb882796", + "id": "69c57f2b-09ae-46b9-9196-40a186e7b5f7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106350,7 +106350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbff4156-073b-44be-9ea1-c761e94fa98a", + "id": "2e61990f-48a8-42e5-ad95-51ad3e9ca17a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106430,7 +106430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14b3f127-6655-4203-a32a-08c7894d6aec", + "id": "37a1d822-97b2-4658-a775-db18cab0fef3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106516,7 +106516,7 @@ } }, { - "id": "ec4eeb80-1e18-4bcd-9b07-510cc365963d", + "id": "04faf73e-8454-4d72-ab9f-1548bb2cdfa6", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -106557,7 +106557,7 @@ }, "response": [ { - "id": "c9501af0-cd13-44b9-9495-98e4a627c6dd", + "id": "f490808f-1989-4b03-8919-3da19e3a483a", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -106601,7 +106601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "203ce340-0218-4623-8785-fa7df9ed9bdf", + "id": "092e5587-ce75-48a8-a850-3ffe9e7d0ae3", "name": "General Policy", "originalRequest": { "url": { @@ -106645,7 +106645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcf3f062-7854-4aea-89d9-eac50796dd01", + "id": "b47d1b5d-45f1-4040-85b8-1414abba6b4c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106689,7 +106689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5981b478-9f20-4ad4-ada2-03ad98767d77", + "id": "8fe0a165-192a-4f03-b9c4-56d9a319cdb6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106733,7 +106733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de4d43b5-66f9-44ba-8d28-729ba4f5757c", + "id": "5b7cd618-90f6-467f-8db8-e1d91c751196", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106777,7 +106777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e7b364c-6778-448d-882c-73f48fb0c61d", + "id": "8f10a026-c951-451e-9e9f-869b6f658a52", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106821,7 +106821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae08c285-7f89-4624-8a5b-2a85b974f4f5", + "id": "3ce12e6b-8501-4b59-86a8-3dfb339b23ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106865,7 +106865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c16b352-7586-4870-b3e9-7f04b71121ee", + "id": "0e2fd1a8-6f49-4623-b142-faf2a72edb72", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106915,7 +106915,7 @@ } }, { - "id": "8d1b648d-cfbf-4a1e-b62b-12f027aa5a5f", + "id": "77e51ae3-f926-4ae8-98a9-87216d027a0d", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -106969,7 +106969,7 @@ }, "response": [ { - "id": "06653ed4-f111-4798-9ac6-982eac95f6bd", + "id": "c749b8e7-e329-4ac1-916c-2fdcffcce39d", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -107026,7 +107026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63db8bfd-544d-42d6-aac5-5b560a3f67cc", + "id": "15b50744-1358-488f-a385-47c2e1a11b4c", "name": "General Policy", "originalRequest": { "url": { @@ -107083,7 +107083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2896d663-9895-4afa-9e99-c3b3d6b6f092", + "id": "44dba4d9-cf85-4eba-8160-4580dc411896", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -107140,7 +107140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "081a1a1c-338e-42aa-9140-ae217ae7b91f", + "id": "af567b30-cc3b-480a-a129-a4864a2e54ec", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -107197,7 +107197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99f685c8-539d-4b63-88c7-fd66895f5ad8", + "id": "88a575f4-1067-468c-b4a9-7d1602f579b9", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -107254,7 +107254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e27bfbc-5b45-49cd-bd8f-dd6a11e815b3", + "id": "396805b9-facc-4326-83a3-394289ce971a", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -107311,7 +107311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92e87442-ebb2-4847-8591-4747c61d677c", + "id": "3453954e-0b02-499a-b886-32b20c7940da", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -107368,7 +107368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad249797-8822-49a2-9d74-4ef5d0bd22d4", + "id": "81fdd38f-9160-4567-b21b-c98ab475e8eb", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -107431,7 +107431,7 @@ } }, { - "id": "9423c8a7-a3a5-4672-b381-0673f6d00c80", + "id": "0b17af3c-ee64-4700-afa0-cbf5bc5b97fd", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -107482,7 +107482,7 @@ }, "response": [ { - "id": "7df9d893-6eb9-461d-83f9-a3967748c03a", + "id": "cd4f394e-a1bc-462b-b4c4-9d6f68473588", "name": "No content.", "originalRequest": { "url": { @@ -107526,7 +107526,7 @@ "_postman_previewlanguage": "text" }, { - "id": "50a43466-a993-4ead-b3fd-1f99111f34c1", + "id": "a9d941a9-207f-440c-a0fe-3fddc3b1c6a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107580,7 +107580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b460792-b6dc-4d11-89e0-269511aebc06", + "id": "d4030d34-3f6e-4c4b-8498-e2091e007f45", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107634,7 +107634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c56a187-8267-4518-900e-52a2ece7f913", + "id": "76efe55f-379c-40c6-970e-c63a8e8c549b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107688,7 +107688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd5f886a-165b-4693-a9a7-78543517a2ca", + "id": "97bbaa6c-0295-4288-90b4-2d2cb68fd2a1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -107742,7 +107742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "239d3440-eefe-4b0a-bd8d-a9e6b0c428f9", + "id": "eb2b3329-e1fa-48e4-b2c3-344509a36157", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107796,7 +107796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44cb7d2c-4d88-4107-b2bb-1fcb47f6fb47", + "id": "4b6e527e-275e-4e86-96cd-d86d657e9fc5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107856,7 +107856,7 @@ } }, { - "id": "8beefd14-afb2-4a6f-800f-5a871a0a8652", + "id": "5c0b23ce-2650-44be-a060-a70b9295aeb9", "name": "Patch SOD policy by ID", "request": { "name": "Patch SOD policy by ID", @@ -107910,7 +107910,7 @@ }, "response": [ { - "id": "ef35c18f-2b6a-4f6e-8093-9551e0c0e618", + "id": "047512fb-fdfe-4eba-98b0-6c50cbbbe566", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -107967,7 +107967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2da119e1-5bca-4b03-a392-737a2e25dd77", + "id": "d73089bb-6420-4ab7-8f88-614da30cc1e3", "name": "General Policy", "originalRequest": { "url": { @@ -108024,7 +108024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6e1986e-6147-473f-bd9a-27cca8752301", + "id": "5523ce92-5742-4918-8ea1-b11a86ddfa94", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -108081,7 +108081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d664ece-62af-4faa-82dd-258bde54f721", + "id": "03398943-9cfd-40fc-89c4-daffa9490115", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -108138,7 +108138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dee05341-2761-47a3-83d9-d06492e425ec", + "id": "d31c9da1-0e02-47f5-9d23-387399741f65", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -108195,7 +108195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "074226be-3637-4117-9433-dae720367739", + "id": "139b45ec-17c5-4219-8810-2e4422a32df6", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -108252,7 +108252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70396f16-f287-4641-a6e0-b1b0672e1433", + "id": "b8c488dc-64db-46cc-b271-68756808f41f", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -108309,7 +108309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ab6f50a-bf54-40fc-b269-94ca2b4381ba", + "id": "25b5a0f3-526b-4dd0-bb24-ecb8739bce94", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -108372,7 +108372,7 @@ } }, { - "id": "57e2804e-0cc6-40e7-a24b-42b016dc1b94", + "id": "74e57aeb-1707-4bd7-b0d9-51557a6a6364", "name": "Evaluate one policy by ID", "request": { "name": "Evaluate one policy by ID", @@ -108414,7 +108414,7 @@ }, "response": [ { - "id": "c58ebf16-00ce-4998-88c9-9a31a7c4a440", + "id": "6e668820-4860-4964-ab3c-ca02337eba65", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -108459,7 +108459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "488595ff-6c30-4307-a795-0c96883c91cb", + "id": "7b9e10b2-dda5-4c36-8b77-4d28d52b73d8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108504,7 +108504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "484681c4-a8d7-4e2b-b17d-788f397b354d", + "id": "be70b20e-c3ef-4a7e-b46c-24a0c4244982", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108549,7 +108549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ae8d901-ce16-4c4e-b49b-b87a74258ef6", + "id": "f5af30c2-d990-473e-8387-bfddf85c2a17", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108594,7 +108594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6db4658c-8cda-4737-aa24-3b1b191dcd7e", + "id": "ccaf12ef-21a1-4ece-b132-4430af778f38", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108639,7 +108639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6221d42-83f8-4929-adbb-c6884974ee4e", + "id": "5d03fac7-c254-4152-9ea1-58598c07f77b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108690,7 +108690,7 @@ } }, { - "id": "6c6071e1-db08-4913-ae8f-e5b6920da857", + "id": "8c351227-dbbc-46d5-ab4b-89a9bc88905a", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -108732,7 +108732,7 @@ }, "response": [ { - "id": "319189b3-f384-4a01-a82c-ff56ee90e7f0", + "id": "beb025a6-4697-47cf-9381-f06b3afe7c3f", "name": "SOD policy schedule.", "originalRequest": { "url": { @@ -108777,7 +108777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09b2bc93-c73d-4fbd-8a87-97b096fff6dd", + "id": "c62b2a5a-1d2b-441a-8454-90f89d9c250c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108822,7 +108822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94cea1aa-3c74-4207-bd1b-37dc7820f085", + "id": "21433c28-26f5-405a-ba01-0042deebb67f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108867,7 +108867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ca3ed3f-fa70-47d6-831d-c5b20d276bf4", + "id": "933f85dc-e5e7-4e03-97aa-10c0e2aab8d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108912,7 +108912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a37bd819-3199-49c0-b18e-1dcc09c3e658", + "id": "273a7ee6-16c3-4a42-8e3e-bf41cb958d90", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108957,7 +108957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be0c6392-64e0-44eb-8b93-af4194769d5f", + "id": "c5ce8db1-c559-4286-bc33-363e62492f65", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109008,7 +109008,7 @@ } }, { - "id": "1adf0b9e-e062-46ec-a783-dfefbf42b612", + "id": "b720dec6-0bc9-4877-8c89-153cd5729a66", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -109063,7 +109063,7 @@ }, "response": [ { - "id": "a884e09a-da2d-409b-911c-be5dbed30839", + "id": "d2248125-42a9-4cae-aeff-96b5296725e5", "name": "Created or updated SOD policy schedule.", "originalRequest": { "url": { @@ -109121,7 +109121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ec006c5-9f5d-40a3-bca1-a316a9e2998c", + "id": "bc60b8c8-47f1-41ef-b32f-e78cf42227b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109179,7 +109179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e47abc0-12b5-47e9-8626-ef40f19c483e", + "id": "8955835c-f4c3-4553-a329-af38b2ebf7c2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109237,7 +109237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4cb7fd9-94f0-4599-ad7d-96a86a0a93c9", + "id": "a699c85b-e374-456a-bb1d-18ca565d2544", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109295,7 +109295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4538733-eddc-4a44-9f29-24596065ef66", + "id": "b95bdedd-7852-43e9-b166-2b8be09886d5", "name": "Too Many Requests - Returned in response to too many requests in 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": "23e87f3f-0d50-4a69-a1dd-d94cc8511125", + "id": "a6273708-37ae-4e72-b051-225cbf22a08b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109417,7 +109417,7 @@ } }, { - "id": "a8c35705-e742-4013-a70a-997136079fa2", + "id": "2c5fac38-bfdc-4e52-a53b-b0e091a9e36b", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -109459,7 +109459,7 @@ }, "response": [ { - "id": "b9691bc6-bc6e-4b2d-8353-8e4ece819c34", + "id": "947661d7-805f-4c4c-a096-ae3efd212833", "name": "No content response.", "originalRequest": { "url": { @@ -109494,7 +109494,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b440aa01-a7a9-472f-9265-80214b910426", + "id": "5027581e-b1ca-411a-a037-368206120b5d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109539,7 +109539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f4eefde-132d-4d6e-8a85-9ad6dbf74f74", + "id": "3da6aa9b-16bf-4cf4-a7f2-b38d8c6b016a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109584,7 +109584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a95df39-a490-4d17-8a75-b39a9433d2b7", + "id": "27a6ab5f-cfae-4dd7-9396-77909d30ccf8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109629,7 +109629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d7d9456-3c8d-4ffe-84cb-c6b651af7192", + "id": "310bdcb1-5a6c-4078-9552-ac3589f9190a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109674,7 +109674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62f3f3ba-8f44-4072-9019-bcfdf2253b3e", + "id": "f9d40edd-2912-4f79-98f9-dcf7552276e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109719,7 +109719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c14257a-1c0b-49c8-aa8f-c4adf8ac66f0", + "id": "7315b0d6-399b-4748-b183-db2d6e8a8fff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109770,7 +109770,7 @@ } }, { - "id": "bd201a70-127f-4eaf-b711-ee12f0b8eca6", + "id": "70cff2ec-57ad-42c9-86fb-d2250fe41c90", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -109813,7 +109813,7 @@ }, "response": [ { - "id": "40d7b711-48dc-4126-860e-8decc215a7b5", + "id": "94833e08-f193-4213-b44b-ae6c1a426465", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -109859,7 +109859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96af74c0-ce0b-48d0-8779-dbfbdae359b5", + "id": "4a85bc75-ad8d-4c3c-8743-6561e9e1a72c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109905,7 +109905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a54f77cf-effa-404a-9181-e3737eb7f63b", + "id": "336c81e3-17c8-4d8a-9788-8ef794534314", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109951,7 +109951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4af1afb4-610b-4742-9f78-076e5a1ce06e", + "id": "ceb9157a-761c-43c0-a42b-91d6c31ba441", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109997,7 +109997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e19c02f-fff5-42f8-a1c0-70ab34a78cab", + "id": "dab99fad-49a3-4a37-945c-a5cebd545603", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110043,7 +110043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78aae72f-49c8-4cb2-9e02-89c4cb79106b", + "id": "51275855-22cc-42d2-ab95-36cca0490f19", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110089,7 +110089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f5b02ce-65b4-492b-ab28-e99c5c6b64d5", + "id": "a6523dfe-f38a-4174-8a85-bec40613c1ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110141,7 +110141,7 @@ } }, { - "id": "c9481a61-e091-4cd4-b6f0-ccbce1e23e62", + "id": "cbdc44ff-fb0d-4048-ad7e-e56e6ebbf71a", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -110183,7 +110183,7 @@ }, "response": [ { - "id": "e0aba0ef-f7ba-4ec3-a39e-2147f263b851", + "id": "2c588914-1262-4f3e-ace6-bda58dde5964", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -110228,7 +110228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8a15a76-6ce1-4cad-bca9-f736c383cea1", + "id": "24c14390-9cbf-47d6-9b20-d91b90b3942e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110273,7 +110273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42389c0d-8514-4017-b1ed-58c9087b36c1", + "id": "2dface29-f10e-4300-bdb7-957e0f2a46dc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110318,7 +110318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cebaa041-758a-499a-bbde-af511b8b9aa8", + "id": "908c9951-f938-4e5a-b7f0-8c79c4acfe0d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110363,7 +110363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e23b884-9015-469b-9a38-e1597f80d2ac", + "id": "c65ec32d-186c-42b8-888f-5e6bdb23765b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110408,7 +110408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d688c78-2c95-4fc9-ac82-858639b05405", + "id": "e69e876c-3f4f-4f5a-a930-484591cff698", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110453,7 +110453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94fe3ac7-9b31-4df9-8af5-8347fe7d7a0d", + "id": "85ff1f82-ff9d-4b75-8ebb-879e68b39e1c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110504,7 +110504,7 @@ } }, { - "id": "b38a4dc7-c6ef-420a-908c-bb4523eefc74", + "id": "7f95364e-9ac7-40fa-8799-3236e9b16f72", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -110546,7 +110546,7 @@ }, "response": [ { - "id": "18e5c4a4-7666-4a51-b1be-3fb62a972b7e", + "id": "95b00969-68b5-4cc5-9c0a-8660e65ea6b6", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -110591,7 +110591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a1390c6-5769-48b2-a865-548a1946ed4d", + "id": "51decbfd-00ff-4c3f-932d-f9fbed574d3f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110636,7 +110636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fd6668c-01bc-40d2-9a11-db63bf156a98", + "id": "54efb27d-06c3-4cc1-87db-e6d55fe80ebb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110681,7 +110681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f618e05d-344b-4db2-9b0f-b992a5a66666", + "id": "3d642553-ab9c-4ff5-81c8-4db98ce450f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110726,7 +110726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcc8c30c-ca6b-4973-9da9-a733b2c2b3bd", + "id": "e6998d42-42fa-4369-80ab-54b89401c17a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110771,7 +110771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67f6581e-58a3-432f-99a7-8cce7e2c73cb", + "id": "6e50675d-866f-43c8-b0e5-8c540cf6bbdd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110816,7 +110816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba4b2f0e-86d7-4db1-8ac2-c9d52f7185f6", + "id": "49c48704-59f9-425a-adfb-75920eb7d27f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110873,7 +110873,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": "a62d875d-38bf-4125-a7bb-f82c377f4262", + "id": "26113848-a466-42ed-9b9a-1a6ddb08d777", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -110916,7 +110916,7 @@ }, "response": [ { - "id": "8cbacba1-825c-4937-8b8e-1e85d74f338a", + "id": "1a7db1ac-d886-4b7f-a15f-fab6ede6e81f", "name": "Violation Contexts", "originalRequest": { "url": { @@ -110973,7 +110973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d086c6ef-2e5f-4600-b572-e54d51cf174f", + "id": "da5ec78e-bb15-4d16-a638-03e0bb2bf5e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111030,7 +111030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5bac965-3d0f-403c-8cc8-6a6dc220c6bb", + "id": "28ac3432-db3d-4e15-8807-9a072221bf37", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111087,7 +111087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0c81a71-7fd6-4ea1-9c95-f2ca0c8cbfd5", + "id": "4b970fcb-9c0e-475c-af97-ced304c621d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111144,7 +111144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fd308e3-c333-43ed-80b1-37be244d6a7a", + "id": "99aea256-09dd-44d9-86dd-33f35948e8c6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111201,7 +111201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "161f91bb-aef7-4b1a-a457-15f528e3763b", + "id": "2bba0ece-049d-4895-bd35-b82f22cdd2f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111258,7 +111258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3192cd1e-5e25-4027-9f52-3cac884e4650", + "id": "3b9f0989-b700-4901-b146-47e23f5e9d8f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111321,7 +111321,7 @@ } }, { - "id": "82cbf3d5-50a7-43f4-a03e-7f7e0a848ab6", + "id": "cc9bc8cb-1868-4903-9183-640daf7749a3", "name": "Check SOD violations", "request": { "name": "Check SOD violations", @@ -111364,7 +111364,7 @@ }, "response": [ { - "id": "19b46020-adca-4598-ad80-2594d05e63ac", + "id": "855b3070-a494-4b81-b37c-fb06a4786364", "name": "Request ID with a timestamp.", "originalRequest": { "url": { @@ -111421,7 +111421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87b5dbb3-2521-4957-ba8f-1c26612e0829", + "id": "2295a562-aba1-40b7-9b8f-7a565ddddc0b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111478,7 +111478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7aa0c42-9c2d-4059-92cf-ed6d54d41d51", + "id": "585b4a00-e3d3-486e-af46-b2b838445260", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111535,7 +111535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64035a2a-052e-4d33-a1c7-64619066ece3", + "id": "c50da2f0-112b-4fa6-870c-4da167a7408f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111592,7 +111592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6921305-a59f-4d01-b225-3ab89b747285", + "id": "67be7f48-acd3-46af-adc1-836fbd88404f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111649,7 +111649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbc1df42-a7ca-44a7-9561-6fc66fc10553", + "id": "c47ac361-ce92-4d56-ba99-4a0ebe0ac69c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111706,7 +111706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3bdd1ce-5687-42d5-954e-49d9af5d8ecb", + "id": "9eb2dfc3-97a2-4c0b-aaf1-f53d67b387f9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111775,7 +111775,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": "2854690b-634b-4d44-b638-135e01e2e204", + "id": "bd1292b9-55fa-4aa2-8cf1-ff3ff96e2725", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -111859,7 +111859,7 @@ }, "response": [ { - "id": "9590545b-0fd1-406c-abc3-6401563a3fd7", + "id": "2813d899-4c13-466b-b54a-598a5a4400b4", "name": "List of Source objects", "originalRequest": { "url": { @@ -111957,7 +111957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f6be39a-a532-4d42-8da9-4ad7e8bc8971", + "id": "7af66a57-2823-4444-b500-b8982e4061bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112055,7 +112055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faaaf937-5c7e-4b2b-9b7b-a72e6d734058", + "id": "b0915950-0cd3-45eb-8dbe-a0e0643dca40", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112153,7 +112153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edb3b317-3c76-4b0b-ab40-ca1e29d07fa0", + "id": "0e69026a-79a6-4978-bd0a-f3c4c7b09fb1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112251,7 +112251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bbd8581-08ee-4e6e-8a03-b706fc6257b0", + "id": "e69ad994-81d0-45b9-b17a-f4f0b7397868", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112349,7 +112349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f984382-88ab-46a6-951b-820597998f34", + "id": "5de29587-8cb8-4f85-9d86-32772eedb613", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112447,7 +112447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50e3f265-b0e8-4fe5-9489-f85ee36a2211", + "id": "59ac02e8-b9da-41a9-8627-bb4c25f11a0b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112551,7 +112551,7 @@ } }, { - "id": "46db3514-b428-49f5-a31b-c2b7e3b168b4", + "id": "6461309d-c486-4c34-b439-90e4bf830e54", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -112603,7 +112603,7 @@ }, "response": [ { - "id": "5a1e2161-0005-4b28-9be4-fbc7d739e159", + "id": "279254ef-3196-4871-9719-3351bb58437d", "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": { @@ -112669,7 +112669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cf2b1d8-8699-43dd-bfda-565d1706b9bf", + "id": "9e498fa8-0b5d-467d-84b1-3147d8349433", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112735,7 +112735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62ad5eac-64a7-4849-bd74-5ff816edfef7", + "id": "62b6ff10-1d83-456e-a4e8-eb543a31a2c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112801,7 +112801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d44c86ca-ec83-4af1-b776-8bed66d97b5b", + "id": "bf535894-7ddc-4336-8109-224a0f52b904", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112867,7 +112867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e101b75-c9c9-4b6b-a135-39d32699e70d", + "id": "8f9e69bc-eff4-4730-87ac-729cc91d0d1b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112933,7 +112933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bb1359d-1902-4116-8c43-533d362b76aa", + "id": "b9124cc7-5796-4062-80a2-21572a63175d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113005,7 +113005,7 @@ } }, { - "id": "4d9ca99b-b8ec-4d4d-a93f-5ba9b0a08ebd", + "id": "4c326984-beaa-402c-b406-0cd8c9c1074a", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -113046,7 +113046,7 @@ }, "response": [ { - "id": "b5b274db-1464-4f28-bd4b-ada1ab940feb", + "id": "65a9c8d0-49ff-4009-8a9a-e00a0c28ab4d", "name": "A Source object", "originalRequest": { "url": { @@ -113090,7 +113090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be4b45c8-b4f6-4623-8f7d-adfc78c18a11", + "id": "db8b5e3b-4714-4375-8761-9eb2525d2fd0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113134,7 +113134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "979c460f-5f96-4d9e-b47a-98e323545b26", + "id": "eac54a32-cf03-4e6b-b4ba-62dc55559752", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113178,7 +113178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11f23d58-8007-4ea5-9745-e3f0161bbe30", + "id": "3969cb56-6b7d-4860-a7b9-5b2d281ca430", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113222,7 +113222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21a2da71-93c9-4e96-923c-ed724c630f5b", + "id": "8a0b05a3-bd2f-4853-b7cc-91e045e28e6f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -113266,7 +113266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35bb710d-600a-425d-88f4-cb6cb8481fa4", + "id": "92acdd68-bac2-4ba9-8998-1e4ce99817dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113310,7 +113310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "552abcc2-03e3-4399-8158-764f3dfa53db", + "id": "92e824f7-47c0-4b3e-b893-7a6f0fa15d55", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113360,7 +113360,7 @@ } }, { - "id": "69461aae-61c0-4578-909e-c2f4c7f80083", + "id": "ce11e20d-2f67-444c-ab4c-80bb602db7ba", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -113414,7 +113414,7 @@ }, "response": [ { - "id": "34a9e191-6bd6-48f0-b529-4c8e8c890f5a", + "id": "b2c8dc1b-5e62-4429-8062-9a38d2c26fa5", "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": { @@ -113471,7 +113471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21b9dcb6-acaa-426a-88a7-749a1bcede64", + "id": "4ec649b1-b942-41fe-850b-687c635f949c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113528,7 +113528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "208e3cef-d06d-4db0-a581-a99ef07667e0", + "id": "ba9c03f3-870f-40f6-a70d-c27cfe243cda", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113585,7 +113585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "015006a0-c59f-4f58-9ec0-0afa4620e546", + "id": "9411a5c6-137b-4984-80a0-b79e067f404a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113642,7 +113642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84572604-4796-4b21-83cc-013d39b1ccd2", + "id": "4ebed0cb-3b64-44e4-af06-66b1776a52a6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -113699,7 +113699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e3ba568-3bd6-4d1c-bf64-87ecbc6b050a", + "id": "f2d8a6be-c9e7-4588-8fd9-6459f548db26", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113756,7 +113756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "697292d3-3e55-454c-bed2-2c4a9649652f", + "id": "0bcbfabb-8773-4396-b35c-8d1d6ce08622", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113819,7 +113819,7 @@ } }, { - "id": "d00178fb-4f4f-477a-9c31-3f78fd125214", + "id": "f1becc30-ba0a-4b3d-ab3f-d563f8f17cf9", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -113873,7 +113873,7 @@ }, "response": [ { - "id": "f3bca05a-447b-4240-ada2-d430ef498795", + "id": "fe824931-14ec-4b6e-976d-f3e4cc90cc38", "name": "Edit the source description", "originalRequest": { "url": { @@ -113930,7 +113930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4b58951-7071-4804-b540-e2487562f3bc", + "id": "539b1c4d-99cb-43aa-b0da-3a30e691f4c2", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -113987,7 +113987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c89dc91-da41-4c47-9358-20d44a3b6c80", + "id": "8075d163-a9c1-4dc7-bc9b-4fc71c31c88d", "name": "Edit source features", "originalRequest": { "url": { @@ -114044,7 +114044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e9cfcb5-155a-40a2-8f73-f7a31d13521a", + "id": "56a21b99-9874-4980-8f29-e73206804e28", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -114101,7 +114101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64ec5741-1faa-4a23-a26c-93fc126df4ed", + "id": "ad717715-f19d-4fb7-abea-1b321ef7a60c", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -114158,7 +114158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "182dc3e4-e1c1-49e9-a8e2-ffdf336d14f4", + "id": "496f6a01-f422-4b22-bfbf-50c4924b3c9a", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -114215,7 +114215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a29b0b70-7b94-42b7-ada9-0182fdd49f4d", + "id": "d836f6ad-f124-4066-9831-cb6b13616f91", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -114272,7 +114272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f58b79e-fcf2-4237-b97e-53b6ae719271", + "id": "02835638-dea4-427a-9218-98e0e4b40852", "name": "Edit source features", "originalRequest": { "url": { @@ -114329,7 +114329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d10f68b8-d629-43f1-8966-e318e140c319", + "id": "ca35a39c-17bb-4eb0-a3bb-f7d3b7400414", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -114386,7 +114386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "072aae8c-af10-40a5-b7c6-a24d59c46dbd", + "id": "e536f918-4e18-4d5a-8856-228f31f1ad68", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -114443,7 +114443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c79fa14b-2aa1-421d-a47b-c5cd01df55dd", + "id": "d28db836-b1a2-411a-a181-3516231b772a", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -114500,7 +114500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50a24135-46d3-4bb5-971e-c1374acd2f9b", + "id": "7fe3fb34-7e2c-4b65-a908-16b22945e17c", "name": "Edit source features", "originalRequest": { "url": { @@ -114557,7 +114557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22e1cb02-03e0-4bd8-9ac4-4b80ff00fb14", + "id": "43d93df9-77a4-4664-948b-7ae053677988", "name": "Change a source description and cluster in One Call", "originalRequest": { "url": { @@ -114614,7 +114614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b821cfcd-a94a-4115-adca-19d72f21a96f", + "id": "64d270f1-76b9-446c-aa35-b1de01047a87", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -114671,7 +114671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5beeeb25-4c0b-474d-9771-549dd774889b", + "id": "d09de40c-863d-432c-b159-81bd208ffab4", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -114728,7 +114728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0831cc6-51a6-4505-88aa-0b28e772009a", + "id": "a1077767-6096-4be7-8694-2d0979fc4001", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -114785,7 +114785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69a3086d-6fd0-4c26-84cb-baadf402d008", + "id": "846c4bfd-1987-401b-99e1-0e20692cf4d4", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -114842,7 +114842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2af07321-3f8f-46d4-b6ec-a6b5874e7f59", + "id": "39f396b8-03c3-4234-b001-215a51a6c1d3", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -114899,7 +114899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db9a8406-3d9f-48ed-bb85-8c448a3ae05e", + "id": "ebbde68a-8ea7-4680-ad02-d0b4935af986", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -114956,7 +114956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75fc9e36-0001-4b9c-8174-c3ccec98455f", + "id": "ecc45a75-bfd0-4f6a-91de-df0139e246a0", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -115013,7 +115013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b0cc178-4519-488c-8662-a91ef2936a37", + "id": "929a7e00-1844-4ca5-9584-6c496f4219ab", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -115070,7 +115070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac9b5bbc-1a20-495c-8f15-9f2f0cdc97ef", + "id": "6d36f74d-a8f1-41e5-b299-51b9bb194ee3", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -115133,7 +115133,7 @@ } }, { - "id": "8cf90e27-64ff-46f6-9026-f3e6b9e1c996", + "id": "0988472a-17e9-47d3-9114-099abe85b3eb", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -115174,7 +115174,7 @@ }, "response": [ { - "id": "31f5b1b9-e6b3-4dee-bcd5-478363769702", + "id": "5ac5ab6b-7160-49fe-a713-0c2c3b5ffabf", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -115218,7 +115218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "366a484b-6c97-4672-8809-fd2fc4f2ae14", + "id": "c96873da-c435-4608-89c6-b363bf9da257", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115262,7 +115262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "231393c5-71c8-45bf-8eb5-791ff954f6b0", + "id": "c9e7b638-42b1-419c-9060-3d2aa2f2d56b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115306,7 +115306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "338ec4a7-05e4-4969-b366-592ebdceb70f", + "id": "ec7ff878-36ef-4e2f-afb8-d4e582faf020", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115350,7 +115350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "404dbd8a-ca69-4032-8e32-399df1ced17e", + "id": "5cb84d00-a333-4af8-aec9-24c0fa1124e9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -115394,7 +115394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1785c614-87f8-4868-a981-db14503b12e8", + "id": "f7d9d22a-bb16-45fc-b579-1b917c40254e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115438,7 +115438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40bb0b70-2cdf-44b9-89cc-8b722defd65c", + "id": "693453a4-95c1-4988-bf8b-6fb8c8ff33de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115488,7 +115488,7 @@ } }, { - "id": "71e2f314-2eff-4af8-85d2-82b538791d09", + "id": "751d602e-b88b-450c-bb1b-33a96fbf82c4", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -115530,7 +115530,7 @@ }, "response": [ { - "id": "e60d2f94-e306-4276-bab8-1cd8d1bcd7a8", + "id": "e3b02645-db40-46fd-8b36-8b3e7764b023", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -115575,7 +115575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a7ad515-57d9-4ee1-b9f3-8902759630bd", + "id": "76ad1cdc-5dc6-482f-be5e-4033326d199f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115620,7 +115620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "795b0143-5e67-47c5-8e01-eecb1f2c3477", + "id": "02df61b3-4309-4502-8312-8ab86bdf8b38", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115665,7 +115665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9c6bb53-1f2b-4349-8521-d66b3b69ab1d", + "id": "a915c91b-8f57-462e-866b-bf6a301eaabc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115710,7 +115710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "231676d7-c091-4b96-bf12-9a52e843551f", + "id": "b8d710ad-c792-4259-b91b-d09adce8867c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -115755,7 +115755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1a15230-e6dc-4194-bec7-6614f9d7b13f", + "id": "8f3b16f0-3dec-48d8-b52f-e2c84bc87764", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115800,7 +115800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dc3908b-778a-48d3-a733-f1eb661d83f1", + "id": "28b716ff-f772-412f-bdae-23d73530f3c3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115851,7 +115851,7 @@ } }, { - "id": "a6f6028c-6a18-4767-ab1d-ffd1e5937acd", + "id": "c6dd3edd-df9c-44e4-9eed-9337782a9b5c", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -115906,7 +115906,7 @@ }, "response": [ { - "id": "253f0566-2194-4e9b-97cf-5a1d8511861f", + "id": "fe6b15b6-9eaf-4362-b5cc-8ee368d53176", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -115964,7 +115964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85abd681-f09f-4f4b-89ff-eb57dcc806a6", + "id": "32378c65-69eb-439c-8de8-0cfc39b68ca4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116022,7 +116022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "906eefe5-fd16-449c-9ccc-1cd0b1b5c45c", + "id": "12016424-2405-4a78-9399-5cf98e695ac3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116080,7 +116080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cdfdd13-db0e-49e0-ad35-245e468afa2f", + "id": "66f05abb-22b5-4e8f-9d69-c738c43eb5f4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116138,7 +116138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cb85fdd-c703-4dda-a023-3e577a2bde40", + "id": "9a65d58d-f422-49fc-8e4e-ec0705f62f1f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -116196,7 +116196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "783f4330-5eb2-406f-bcfa-3f48431470b4", + "id": "29bc91e9-b7c7-479b-821f-93b4e6adb90d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116254,7 +116254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b21bc0b-b71c-4158-ae4c-892f38c93c29", + "id": "b8cf8b35-dd33-4407-9c93-bf2cafcbd59a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116318,7 +116318,7 @@ } }, { - "id": "577f6102-b944-413e-94cf-9fa678f1b1f3", + "id": "6963d84e-d846-4605-81ce-f21f7f78f72e", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -116371,7 +116371,7 @@ }, "response": [ { - "id": "aff976e4-e8f1-4457-aca0-3812ac356b6d", + "id": "fa010a79-0e88-4bd4-a731-fa7010ec4766", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -116417,7 +116417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0193e055-4b33-470a-98e8-7be80b93918b", + "id": "a1c9fc5f-7777-487e-b938-4824e984e500", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116463,7 +116463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6df41def-51f5-4e26-9052-7e099a84e2c4", + "id": "71d28705-cd5d-425b-b1cd-f86101e6f0cb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116509,7 +116509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b24346c-18a7-449d-bf15-c60c7ae09fa8", + "id": "e401b19b-5738-4cfd-955a-897fb9ce8fe3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116555,7 +116555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ff91e8d-8b98-4b08-9d83-73b06546b3a5", + "id": "ca5c670b-a2d0-4c98-9e16-4776a8977030", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -116601,7 +116601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "824dcf94-c42b-443c-bfd3-a95b701a0633", + "id": "ff5110eb-dbe0-4ce8-a27c-7609546022da", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116647,7 +116647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c212284-2b14-48e5-a20b-c285d8a45932", + "id": "928380b5-4ad8-4523-bc28-fdfe83bccacd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116699,7 +116699,7 @@ } }, { - "id": "775ff790-1388-4824-b893-d96003cdc3bc", + "id": "f236c8bd-0a74-4766-a4bf-1dfb5ed3ffc5", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -116765,7 +116765,7 @@ }, "response": [ { - "id": "e795382b-0510-43d9-b14c-cb009f88e1f0", + "id": "b00771c4-68c5-4a5c-9b14-8406e108354c", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -116824,7 +116824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9269be88-f933-4dbd-80fd-7123d4b0f57c", + "id": "425fbcdd-63d6-4f31-8a0d-beff6d7bf84f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116883,7 +116883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51e4a1dc-a20f-48e1-80a9-f2de970d1b0e", + "id": "1e8f5778-97ff-4c69-bba8-5405154fdc6b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116942,7 +116942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5451d604-b43b-4014-b61e-6c9a16be0228", + "id": "c5fbb647-01e3-4e20-8aed-f2ff51fc8cad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117001,7 +117001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffdf0e73-bda5-4b2d-afb3-e6a9847b4b29", + "id": "2732e425-5891-4b5a-a2ab-159e2ab21541", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -117060,7 +117060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4376a6ee-ddee-4237-b2f0-764b46c04185", + "id": "cc2265ef-0bb6-450b-aeb7-b41312084a23", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117119,7 +117119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cdf25b4-113f-475a-bc95-718864a54c37", + "id": "e8968a9f-3a46-4fde-9757-b71c8957c0d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117184,7 +117184,7 @@ } }, { - "id": "ab415c95-5438-4f5d-be5a-38667c33f7ee", + "id": "385020f5-6137-4347-b0e8-610aafbd73b5", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -117250,7 +117250,7 @@ }, "response": [ { - "id": "98529b96-7396-437a-9ef8-372661f6f88a", + "id": "4c9c3827-941b-417c-bb96-0e5596a698c0", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -117309,7 +117309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d13a04d5-c193-493e-84cf-f88fa1662295", + "id": "38a85a07-2c31-44d8-9249-cf5eb294e1e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117368,7 +117368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cb59883-0e13-4909-9c89-729fcd84d9f2", + "id": "4fb09ce0-cc07-4f00-9bd5-02def1e1c194", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117427,7 +117427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9935794b-707a-414a-8e52-64e2f0af6e25", + "id": "5bdbbfae-a441-4a44-804c-a0bf1fbd4ace", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117486,7 +117486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa4a248d-47e3-426c-9f6f-5d6e7f07cf41", + "id": "548a7c7b-74e3-4d6a-aedb-3cdc858cd083", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -117545,7 +117545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7ed20bb-5a00-4a89-a28e-14fe0421da4f", + "id": "cbb51ecb-892a-45e7-96e4-d5a3e1ee1ce4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117604,7 +117604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50b7d10b-6046-485d-8cc3-3f60be968d0a", + "id": "16449a91-0255-4c8b-986d-cbccaddcc8d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117669,7 +117669,7 @@ } }, { - "id": "1dd94dc1-56e5-45c9-afa0-c3a20234f2aa", + "id": "5ce1d75e-97e8-43da-a0fb-8bcf315e0955", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -117722,7 +117722,7 @@ }, "response": [ { - "id": "b51b652c-75a7-4318-b151-11dbc32ca181", + "id": "43a7c44d-7911-4128-8f45-4c53f30d19bd", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -117758,7 +117758,7 @@ "_postman_previewlanguage": "text" }, { - "id": "183d26ef-3909-453e-bb3d-b359b8e0d5a7", + "id": "1afea47b-bcf9-4ed0-8834-de0b195060c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117804,7 +117804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d36249a7-fead-4537-a33f-386bd6e79a35", + "id": "72e12032-deb1-4225-8ec7-b11724f5467d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117850,7 +117850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "939085f3-9114-4f99-a19f-76e45ecf3bdf", + "id": "c72b6fa9-dceb-4dbf-8012-2a97497c5ca3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117896,7 +117896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4bda571-e67e-4c60-af9e-f966dff1834b", + "id": "5de2c3b3-38aa-490f-b09c-7be2c3e1ab8b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -117942,7 +117942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3100fa7-40d1-4547-8661-c7d85f40cbb1", + "id": "e6d1dad2-c607-4b64-9bb4-f14b2bcfcdfd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117988,7 +117988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "913149b7-f7f9-4c68-a698-4ad33431e698", + "id": "112e0f24-b34f-488d-a4dc-db6e387e095e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118040,7 +118040,7 @@ } }, { - "id": "d6678b3b-6e8c-4d18-a0ac-d58f8b0088b9", + "id": "162aaa91-40e7-41fa-a735-2e3f259e6ffc", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -118096,7 +118096,7 @@ }, "response": [ { - "id": "a7e7bece-b054-474b-9d13-3631d163a45a", + "id": "458633cb-e93a-484a-ab6a-648ff66bf70e", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -118155,7 +118155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45299a42-ed3f-4f80-a59e-b4e691d9cce4", + "id": "fe387238-7c12-40dd-86f4-b4f35fec870d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118214,7 +118214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "214d7200-e5ff-4fc1-bd0e-2769b9fdb0cf", + "id": "1ba72ef7-be4f-427e-86c4-55cf717f0971", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118273,7 +118273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a421fe0-a0b6-4aa3-979a-c37b575fa505", + "id": "05793cd0-6470-435d-90ef-5d6374ea81bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118332,7 +118332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1379da7-1539-46ef-84ee-e4e359d405d1", + "id": "5cd97d60-e7c4-4640-b420-da9f270ad845", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -118391,7 +118391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a193c524-7be7-45bb-81c7-0c1f089a18e5", + "id": "25fc6551-b576-4852-a11a-2f80accba7fe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118450,7 +118450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a44a6999-31c3-440d-87d1-fb84160050dd", + "id": "1682f07c-209d-41ad-9c06-ee7417c7f154", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118515,7 +118515,7 @@ } }, { - "id": "d53bd18f-fb27-40d8-9181-cfb212bf40a0", + "id": "7f34ef89-e557-445a-bdf4-26b9ad9d0d9e", "name": "List Schemas on a Source", "request": { "name": "List Schemas on a Source", @@ -118567,7 +118567,7 @@ }, "response": [ { - "id": "6cbbf95c-24a9-4f6c-8c7f-e13e7d725fa7", + "id": "36c56b67-2388-4dbc-a9b7-67b50c285e40", "name": "The Schemas were successfully retrieved.", "originalRequest": { "url": { @@ -118622,7 +118622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39a49c2a-daf5-40ca-a96f-98c55cd7b6e4", + "id": "9ebcad14-1a55-47c2-9de7-63f8a761ab32", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118677,7 +118677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95ff83d8-75f7-484e-b5c9-41864ad946dd", + "id": "a8ffb3a3-ecb8-4256-b474-ea9aa0864b3b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118732,7 +118732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "801f40db-dae6-41be-903f-2e9e475e893e", + "id": "66e9f49f-a689-4d5d-8d87-ef55f04fdbda", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118787,7 +118787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9627e9df-02c8-4d6c-ad33-6775e002358b", + "id": "c73d9e09-d347-474b-94ae-758dbe7a9527", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -118842,7 +118842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19e63d0c-f098-460a-b16e-32ab551eda03", + "id": "73ceb216-d0f6-43fb-ad70-84fc2a3a099d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118897,7 +118897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bc3a40b-59d9-49e4-a42c-46b1d5358e12", + "id": "dedbad29-17e0-4094-a2da-e99e8360b970", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118958,7 +118958,7 @@ } }, { - "id": "e060ea4b-1a0a-4f81-a2cc-16ec4d82b198", + "id": "293561b6-69dd-4ec8-be90-297afa8294c7", "name": "Create Schema on a Source", "request": { "name": "Create Schema on a Source", @@ -119013,7 +119013,7 @@ }, "response": [ { - "id": "51f34ff6-f4fc-491c-8f4f-bada479d8355", + "id": "5dafb4dd-cd61-44bf-a4e1-3b303fb749d4", "name": "The Schema was successfully created on the specified Source.", "originalRequest": { "url": { @@ -119071,7 +119071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b450ff0-75dd-4fd3-8cb6-800557283a61", + "id": "8e4683a7-ce53-4139-aed0-d3dd4a158fbc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119129,7 +119129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "542cc043-f98d-4d3d-aa04-b084be0f81c8", + "id": "f72836c7-466e-43d7-a5db-257928d56f21", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119187,7 +119187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9688a93-1b41-461c-9b60-76abb5eb5a1d", + "id": "1b6b782c-7bd5-42e6-97d7-3f1205f3ae22", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119245,7 +119245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd9d4148-e22c-4b1e-8560-0206a10dfa56", + "id": "804db3c6-f6cf-4477-aae3-0e8ca9af24b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119303,7 +119303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "867ec55e-9128-4c17-99ac-d424084e10a5", + "id": "ac6dad4a-b1b6-44d5-a261-26325d529c51", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119367,7 +119367,7 @@ } }, { - "id": "5df8c5d8-e2cb-4761-be83-2d8adfc3515d", + "id": "4b7dd0f8-c1a2-41d9-a39e-89c6cce0b8a8", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -119420,7 +119420,7 @@ }, "response": [ { - "id": "411236aa-0ce8-456f-abaa-c3f1280e8b63", + "id": "6150260e-6fcf-4463-84d8-393626873719", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -119466,7 +119466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6be3f51c-80f7-4d83-9e12-fc54b1d74dc3", + "id": "4f40a275-a623-4d5e-8110-aae5a87fdc9c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119512,7 +119512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60aef8d0-9c20-4df1-9b4a-6645da4c27db", + "id": "1168b668-f381-4f98-8693-7b9d688ee56c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119558,7 +119558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf675066-dd7f-45fb-9bb4-dd5f015acb27", + "id": "24db915a-3aa5-4ce7-a74e-6d1a7c26bd68", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119604,7 +119604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1537c63a-cbde-458b-b399-63a46fe00998", + "id": "678ea7a9-519d-45a4-9a2d-785d2cf9d09b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119650,7 +119650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2796c345-fc2c-4130-9aff-bbe0513fe421", + "id": "42a1f8f9-0593-4c8d-87d6-0fd075113936", "name": "Too Many Requests - Returned in response to too many requests in 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": "47ad4fae-676d-4512-8112-2ec948d2a997", + "id": "36852b02-f89e-488f-a257-3f5932c2cca0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119748,7 +119748,7 @@ } }, { - "id": "d6c92240-5f2a-4665-87fb-4e8d80384323", + "id": "c59bf088-a0a2-4bf6-966d-8dfbfab337c4", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -119814,7 +119814,7 @@ }, "response": [ { - "id": "26fc7b10-abce-4ac4-a890-99c60fd6225d", + "id": "f268ad46-a159-4dba-a68e-088f35244506", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -119873,7 +119873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6555972b-93df-4889-ae7a-281e82b88ba5", + "id": "8ebdb989-ce95-4077-abfd-4a6005ca2186", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119932,7 +119932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6ddaee5-f74d-4de3-84c2-4a4fc1638bb1", + "id": "db84afec-1a9f-4ddb-8376-b3390dcb9091", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119991,7 +119991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3e89268-2bfb-4cae-9374-dd549f8f9874", + "id": "b95e4a86-727d-4735-a564-fdd32337356b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120050,7 +120050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8782065-588b-4730-84bc-e702898636ce", + "id": "40d00f28-9018-4997-a746-de437ddd1ef9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120109,7 +120109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "983812db-e627-44af-ad77-1e1d51123615", + "id": "4c415445-d156-4f59-ab8b-524af2651000", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120168,7 +120168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "637eb40f-7723-487b-864d-00e04eefb29a", + "id": "e7adac54-015a-4b5e-8579-d91f5f9997bb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120233,7 +120233,7 @@ } }, { - "id": "43ee5187-4d94-4a45-82af-f88caff7ca35", + "id": "0364e527-07fc-45d4-a5a7-83c81b7bd891", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -120299,7 +120299,7 @@ }, "response": [ { - "id": "35be3fd6-aea0-4a36-8c24-6cbbae84c30c", + "id": "c268f90a-347d-49c0-b157-e01600c832cd", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -120358,7 +120358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bed1d81-bc21-458d-a650-03217834ae72", + "id": "c911225b-d3e0-47e5-941c-abc505bcd46c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120417,7 +120417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81f242d0-fe1b-480b-a212-ea78fce67f63", + "id": "22c6b897-a79a-4ebf-a757-b6d85a3fb241", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120476,7 +120476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9febf331-70ad-40dd-99ea-bed2e5d9f8eb", + "id": "4fdc5d41-91f5-4b53-874c-61ae27842c25", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120535,7 +120535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff5bdd30-4970-43e3-98f7-09010c44e55c", + "id": "a788085e-1009-4d6c-a1a7-a43a7b321def", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120594,7 +120594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28f77138-2ece-4134-a8ec-d941fda88529", + "id": "16194d13-2b32-4437-b53b-9a2b0c7a7313", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120653,7 +120653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65e8f518-b1e2-4d70-a2a8-385e4942f81e", + "id": "12b7669a-7693-41f9-a363-cc0132739099", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120718,7 +120718,7 @@ } }, { - "id": "b14b9ea6-064e-4361-a311-ad0018a56250", + "id": "c0436999-60d2-4a8b-8a7f-4915fa957678", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -120768,7 +120768,7 @@ }, "response": [ { - "id": "6ea51a89-6356-4e7e-8500-e9484253326c", + "id": "40155f34-ff37-4c92-b6fa-203d3c54b5c7", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -120804,7 +120804,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4c142965-1ea9-44f5-b604-d4813ef9fe7d", + "id": "a5447ee5-23ce-4fe1-81e5-ee17afed9263", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120850,7 +120850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5f8174a-3dda-4313-badd-7067d785f82e", + "id": "c601a1b8-bd23-4da5-96c2-907d1c00b334", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120896,7 +120896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e9261be-1ff2-49ea-8548-b1408a34e0bf", + "id": "73eccec0-4044-4d92-9f68-5e81d643c076", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120942,7 +120942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05b75827-718f-43e2-804e-8165102b1d3c", + "id": "e6e5cde5-12d1-43db-a430-7f9f5da38f01", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120988,7 +120988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddffc66d-4ae8-412e-bbe1-56a8631ba198", + "id": "85fc9cd7-fb51-4760-b627-51ed4e9f6d6b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121034,7 +121034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cf2867b-33ad-429f-a72f-1b7183db2af1", + "id": "8a94dd53-137a-42ae-aef8-7c340199aa8a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121086,7 +121086,7 @@ } }, { - "id": "5ae02c63-bcd7-4882-a326-0d27607a4cda", + "id": "d157a647-2f33-46de-9ec8-e5df46599f35", "name": "Fetches source health by id", "request": { "name": "Fetches source health by id", @@ -121128,7 +121128,7 @@ }, "response": [ { - "id": "451abac2-a6aa-4d19-9328-6a3d51cadddd", + "id": "b24f9eb8-d10b-4c2b-ac77-a3d6c1cbf62a", "name": "Fetched source health successfully", "originalRequest": { "url": { @@ -121173,7 +121173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a508c74-9f6f-4f65-918f-b75dc58df324", + "id": "57fafa7a-73b5-433b-be2a-4401d8e146f1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121218,7 +121218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a60e045f-26a2-4b61-805e-5d0c434b0b65", + "id": "275e6dbf-789c-4ae0-aa27-9e566828427b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121263,7 +121263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f5d8e32-31ef-4831-91b3-edf37a5b219b", + "id": "08a42152-44bf-4cf0-bd7c-566524b4d7fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121308,7 +121308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3d6b898-c5cf-4b69-8caf-a4da92607ee1", + "id": "be41e104-fd69-42a1-b7a8-d4f68571b1d4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121353,7 +121353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f22c2b1c-a4f8-4df0-a03e-9db8e1bd3540", + "id": "634a057d-474e-42cc-8552-75b0968bbc2d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121398,7 +121398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea7d4e8f-b477-4eb7-9a06-00aa384bf5e5", + "id": "8b3fea47-604e-4ee5-af6b-c29c49e6f2ef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121449,7 +121449,7 @@ } }, { - "id": "66a4344a-ad00-4e50-bca5-0a7bc70bbbd1", + "id": "6f5b3d81-8b59-4fa5-9f68-e2e59254e7c9", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -121492,7 +121492,7 @@ }, "response": [ { - "id": "a64b3cc6-d053-4ee5-b85e-97944624ce68", + "id": "63a18f4f-c144-42f6-8f99-a5c81be098fe", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -121538,7 +121538,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7baeb654-cb65-436e-bd54-9164b56a1592", + "id": "2e0113bc-f672-47b3-a6ec-bc4e6de6a648", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121584,7 +121584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4964beb1-fbc6-491b-9cb5-a84a69716788", + "id": "74661576-1f27-4c1b-92d9-6ed240cb74ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121630,7 +121630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa404b52-e645-44ec-85b7-2294c1a70766", + "id": "435fdc83-7fa7-45f4-b24b-0ba3f1090bcb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121676,7 +121676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af63d36d-72c9-4dfe-94b7-22888727b358", + "id": "eb429067-7d2b-428b-ba03-54276b9bfc8a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121722,7 +121722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d2c017b-0b03-44c7-a3a0-ef00e0472031", + "id": "e356ae51-fed3-408a-821f-e614547ddf5c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121768,7 +121768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4508759d-7a2c-4752-b489-21060f1175b5", + "id": "75ea708e-d0d2-4a6f-8b37-7b581140fcb6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121820,7 +121820,7 @@ } }, { - "id": "e82f47f8-d1cb-41ca-bb69-78bb28f17c93", + "id": "3c4a9689-e15a-4a45-9a95-27d57d0b75d5", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -121872,7 +121872,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -121880,7 +121880,7 @@ }, "response": [ { - "id": "b9a9b8e3-7cec-4ac0-b3bc-d89f0ac65918", + "id": "83ab3aa8-c9fc-469a-97f5-e16546987452", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -121924,7 +121924,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -121943,7 +121943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18a25dd8-f9de-4db4-ad49-08e21c3a6a90", + "id": "cfd1d7d7-57c0-4897-a6b3-deaa22b46f5a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121987,7 +121987,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -122006,7 +122006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f12ccc4e-3ebc-41f0-96d3-b7d9edf53d15", + "id": "47664b21-b528-49c8-8a65-5e5fddb022cd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122050,7 +122050,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -122069,7 +122069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fd3612d-32d3-4199-bc01-2096eec8cc6d", + "id": "e84323a9-bc78-481e-831c-37baaef365ee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122113,7 +122113,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -122132,7 +122132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d37c9ba0-1e10-4640-a286-7097bc65f1c2", + "id": "94502626-0b30-4213-85e2-9273f423d76d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122176,7 +122176,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -122195,7 +122195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44256a2d-3138-4fd5-a2c9-9e1b1c09b2b2", + "id": "9952b522-d1d3-4366-9446-035a618d8f9f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122239,7 +122239,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -122264,7 +122264,7 @@ } }, { - "id": "d90a2334-930e-45db-bb4f-d39395e52afd", + "id": "48a84b7f-a46a-4700-ae06-80cb2977bc89", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -122317,7 +122317,7 @@ }, "response": [ { - "id": "ee2b38a0-a0b3-4358-ab0a-4813101546ac", + "id": "77d6fcf8-827f-4dc2-af56-d9c77a535a59", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -122373,7 +122373,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8cd20db0-81d1-4de3-af61-64ca5165dd25", + "id": "d44c9696-a298-4818-a0e3-087fc432c2dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122429,7 +122429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1c69112-2e8e-42c6-a453-ca3b2014ba78", + "id": "ef8154e9-c8d5-4def-8f60-fdff33c33764", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122485,7 +122485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e91d3c39-8cd0-4a24-8f44-70eab2a24a6b", + "id": "a1d6d67b-1077-490c-b17e-faaef69a307e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122541,7 +122541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aa42d31-0e71-483a-84af-846b1d4dec81", + "id": "c5d75799-0c89-4f92-9c4c-426b6010d34a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122597,7 +122597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f839b84-51c9-4d4a-b361-038ad4b34ebc", + "id": "9c40139e-d11e-41a6-8605-5574357bd111", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122653,7 +122653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d99ab52d-b7ea-4edb-baff-f08b0da369e9", + "id": "4d84f4b9-8d85-46c6-9389-461274840bca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122715,7 +122715,7 @@ } }, { - "id": "cac7aa34-a2c1-47c9-b27e-0421ba1a873c", + "id": "62562a03-2456-4e6c-9b74-a638c7ade193", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -122777,7 +122777,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -122785,7 +122785,7 @@ }, "response": [ { - "id": "461169ac-39a9-4682-8e5c-1bce80bfd0b1", + "id": "6ee1ea77-e648-4cb3-9d56-c73829401cb8", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -122839,7 +122839,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -122858,7 +122858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49ab7f76-cc01-4b5a-8000-5069f02edb41", + "id": "caf0453a-c29e-4bd1-8542-9899f4a72ff5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122912,7 +122912,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -122931,7 +122931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25787426-122d-4d3e-9898-ff6416f623c2", + "id": "cdc9b5c3-ba3a-4c78-ab7d-3182faca8aac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122985,7 +122985,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -123004,7 +123004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d74fec80-f6f1-4a2b-b61a-4916f43b9a41", + "id": "eddaca62-f785-4baf-9dfd-435ffabc2296", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123058,7 +123058,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -123077,7 +123077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15dadad7-c9ea-424d-b05e-b285933f04a6", + "id": "48e0561c-3c50-4850-b0b4-d5d076f14737", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123131,7 +123131,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -123150,7 +123150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d76e1f95-f892-4500-8346-24293e435183", + "id": "d4376c5d-047d-4cab-a219-34de73d4bb93", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123204,7 +123204,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -123229,7 +123229,7 @@ } }, { - "id": "ccc764de-f5b5-447e-9d24-618b89879ec8", + "id": "370da49a-6a2e-4f96-a745-7b441ff1c808", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -123280,7 +123280,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -123288,7 +123288,7 @@ }, "response": [ { - "id": "173332fe-40e3-4908-b423-ccfe78af0df6", + "id": "49ef50da-afb4-4d66-a173-071b66b3de5a", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -123331,7 +123331,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -123350,7 +123350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2222c03b-13cb-4fe8-ab96-26c4e8129c27", + "id": "3468e91d-fd63-4c2f-89cf-add3f4c2a7f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123393,7 +123393,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -123412,7 +123412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a89ae132-9ddb-4d74-a987-946d72932db8", + "id": "78dcf2a6-a1d4-40f6-8e42-75c54859dfca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123455,7 +123455,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -123474,7 +123474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "424860eb-62b5-45e3-8e8d-a07788ba3799", + "id": "088bda25-944b-4b59-9222-e0d91f368071", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123517,7 +123517,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -123536,7 +123536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f51c3662-43d1-4645-871e-a64c2bb99e6f", + "id": "dec12995-31e5-4221-8c8d-b6276c1f8d60", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123579,7 +123579,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -123598,7 +123598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c546b2e-5d98-425f-b5a2-4286dd22e02f", + "id": "b74d91b5-5c2b-466d-895a-e6f774e54e0b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123641,7 +123641,7 @@ "type": "text/plain" }, "key": "file", - "value": "consectetur laborum labore", + "value": "ullamco tempor", "type": "text" } ] @@ -123672,7 +123672,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": "481f941d-bad0-4843-8cac-d7eec29340ca", + "id": "ae624145-0cd9-4296-aff4-8fb18438f41f", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -123714,7 +123714,7 @@ }, "response": [ { - "id": "777f60d4-93bf-4230-af01-cf023b4fa04b", + "id": "fd50f592-94a7-453a-a546-29cfaabeafb9", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -123759,7 +123759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3ae81ae-720d-4bdd-9548-ac10ae583ea9", + "id": "ee49d00a-7adf-4345-99d5-d8be17c85c91", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123804,7 +123804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2498035-b4f3-4fd6-a5da-8ccc2b2ac789", + "id": "2e7355b9-aef0-45b2-afb7-6e5d14a71f75", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123849,7 +123849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7b5bdce-1887-44f2-898a-ee80c3c1104e", + "id": "b2037439-b762-48a9-af7c-557a72a22e75", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123894,7 +123894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4150fc1-5ba6-47e1-950e-fde524b25fad", + "id": "8a0be9a5-0e20-4948-a8bc-19c6f035843e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123939,7 +123939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b77d077-aecb-4364-a7d8-8cc253556c17", + "id": "fef64080-124d-4949-8f2f-e82a67eb1c69", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123990,7 +123990,7 @@ } }, { - "id": "d5d9f83e-790c-4800-8da2-f13cd9109e26", + "id": "60214723-7f2d-4595-bd80-c9943cc49da1", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -124069,7 +124069,7 @@ }, "response": [ { - "id": "eb70e848-701b-4060-bac3-1e9d4ef75325", + "id": "031a6e35-04ac-43ac-b0d1-3f878cc4598b", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -124151,7 +124151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6fcf987-f33b-4692-9da6-55d85cc174cd", + "id": "4c406b88-928e-47ae-a12b-263e4a9d0f59", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124233,7 +124233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4466364b-8d65-43ff-bb99-752a19552e54", + "id": "62743cd7-0c1e-4570-a01d-fc779e8ada24", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124315,7 +124315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14914ec1-25be-4374-ba6d-1a8b16a0be95", + "id": "ed314522-f824-42af-8e9e-d12c7b776d37", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124397,7 +124397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc4ba469-172c-47a3-b6d6-87d3c4443af7", + "id": "174d2c48-6b5a-4a41-94ba-32bc5198b103", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124479,7 +124479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a570774a-6148-424d-a5b0-ea11945c2780", + "id": "781e4a97-663c-40da-9022-2974232cec35", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124573,7 +124573,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": "1c3b1186-383b-417e-a5f2-09fecb2d61ed", + "id": "4267df6b-e6e3-4b71-a837-3c5754f51993", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -124639,7 +124639,7 @@ }, "response": [ { - "id": "0f76a872-9cb2-4b63-ad0b-5b46e44981e8", + "id": "fadef9d0-b35f-4d36-93e7-153a40cceb6d", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -124719,7 +124719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baeb6743-d313-4c64-a4bc-4efd1cc1b57c", + "id": "5f8e0ac9-9ff5-4c30-9a94-0b967358aaff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124799,7 +124799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64c1ee03-a226-48b6-8117-1f76d1723f13", + "id": "ff68e09d-4c65-4fd7-a98d-0dd01e842ea3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124879,7 +124879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b649fddd-6a06-4983-a515-0ec29d872f3a", + "id": "4173255a-2e13-4a68-ba57-ce913b337b93", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124959,7 +124959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8873d4f4-2753-4c4a-bd43-2a29ccabfe54", + "id": "972b02c7-1e27-4912-842c-5ccfa26ff5cc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125039,7 +125039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cff404cb-6d71-4a3a-86ee-a4c420ede50e", + "id": "d27be5ca-82cc-4642-8d9a-823f24bdad00", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125125,7 +125125,7 @@ } }, { - "id": "e807cb68-6753-47c3-aa27-102cd1f853b7", + "id": "97c8dcac-5222-43e2-9303-324937e21fc7", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -125167,7 +125167,7 @@ }, "response": [ { - "id": "9356272b-ef2a-4fd2-b0c5-2391e0a3b499", + "id": "86995e70-8d24-4693-812e-cfd91501a408", "name": "Created.", "originalRequest": { "url": { @@ -125213,7 +125213,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2b293d1b-561b-413d-a1c2-813f0c303e27", + "id": "6383befc-c10e-459f-8764-e509ae28a3e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125269,7 +125269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c185caa6-f797-43c9-9b47-0ba2871660a6", + "id": "98f9a620-11fe-47d4-8ff2-92de49d42ef0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125325,7 +125325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2d1e433-ef14-41b5-927c-e0d4edb0f2fd", + "id": "781fdd42-2bd9-492b-b442-b7239e914dc8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125381,7 +125381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd42612b-2346-47ff-b0ae-894e6c9357cf", + "id": "1b007ea5-9ca6-45ab-a45c-94e5930dd786", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125437,7 +125437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "280394ed-bd77-4986-826b-6b91f24f5f89", + "id": "6f319ebd-92d9-4470-9846-53df39468ecd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125499,7 +125499,7 @@ } }, { - "id": "cdd0fe2d-a2dc-4ac5-a92f-4c8934596d4d", + "id": "a6ce3877-72f0-4ff2-9cf0-9d65f994ad0d", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -125577,7 +125577,7 @@ }, "response": [ { - "id": "cbc9961e-48fe-4599-9950-e5918598391d", + "id": "c516612f-7c2b-4983-9a78-9e6138dee3e6", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -125658,7 +125658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25a3b066-3884-4894-a0c3-b5b2bd197811", + "id": "265c9060-cb1d-4934-8a70-daa7c79ce30e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125739,7 +125739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0506441-5e9a-4058-8606-7ce5a567be5d", + "id": "0dba2913-1740-4b42-adc0-ccdff9225e85", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125820,7 +125820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81cf47fc-eab2-4f0a-a9c6-32d68ca1766b", + "id": "9aaf4d13-986c-44d1-960d-8a0a45f04b52", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125901,7 +125901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6ce4525-a5df-40b1-ac01-d7c704ed85c1", + "id": "3673c654-25be-4a91-8d51-8d12dd2a23db", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125982,7 +125982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02c7b770-fb50-425e-8103-378cc3a66e7d", + "id": "338d4839-91af-4b78-b57f-79bb4926b2a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126069,7 +126069,7 @@ } }, { - "id": "c7c6fa90-4d9e-493a-893f-2d00305dab30", + "id": "ed2ebd48-f2d1-4fa2-b650-a6e762dc9e8a", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -126121,7 +126121,7 @@ }, "response": [ { - "id": "9f683913-6b52-4964-a527-627042514762", + "id": "49d53b34-4070-40ae-bd7b-c108e503496a", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -126166,7 +126166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b64cc43a-0939-4ccc-82c5-8f366cf849ef", + "id": "a7b135b3-813f-4c30-a268-624a9037f8bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126211,7 +126211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00786972-148f-43e3-8705-138cc42d3731", + "id": "f532c92a-0342-4933-a63c-d988bc26c4b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126256,7 +126256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d62729ae-86a1-44ae-95d2-6d75e1f7d2b4", + "id": "b6110773-c56e-41b9-b146-e39f80b552f1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126301,7 +126301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ed142bd-1815-4540-ae7b-bf4d83ddcb4c", + "id": "e0d30d58-7a2e-4072-83f4-a9e341e0e52f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126346,7 +126346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96b1e2f8-77f0-4492-a01c-e4054efdb5ce", + "id": "f3c014ca-fd6a-429c-a966-c1c5c1a8912d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126397,7 +126397,7 @@ } }, { - "id": "3fa67d72-601d-468c-bd9e-033cd2944647", + "id": "393121d4-f2c5-48ed-ae0d-b81a9491f045", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -126462,7 +126462,7 @@ }, "response": [ { - "id": "a91a1ef7-f05a-41e2-a449-6b135c8b8b0c", + "id": "f2c2ab66-07f5-4753-9a2c-927573915aa1", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -126520,7 +126520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "048a271d-9067-4fbe-95fc-d309e84094f1", + "id": "95798252-f507-437b-bce6-a28b18183193", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126578,7 +126578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29a5e043-c050-4103-9f07-3f891f00dd61", + "id": "32d189c7-dea1-4a27-ba9f-a5258f2596d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126636,7 +126636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "014e49bc-50fb-4a47-95de-580763aace33", + "id": "fd6fc3e7-9568-4853-b7be-1a71ee87428c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126694,7 +126694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96360d06-9204-4258-ac1f-d6ff29e2e675", + "id": "bbda4693-38fb-48b8-a640-3cd5a11d0c78", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126752,7 +126752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1bc4f94-bab2-4ed4-89ec-609431311bfc", + "id": "ae70ad30-72e6-426f-bd77-2ea7a4ef2650", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126816,7 +126816,7 @@ } }, { - "id": "423e66af-fc3f-4d01-ab57-c73a3ce607ad", + "id": "fb65b3c2-f67e-45cc-9a2a-693313c22aae", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -126868,7 +126868,7 @@ }, "response": [ { - "id": "a9580b6e-c485-48e8-bda7-055c081b13bd", + "id": "bfd012b0-2611-4111-95ed-ed38ca5c4a56", "name": "No content.", "originalRequest": { "url": { @@ -126903,7 +126903,7 @@ "_postman_previewlanguage": "text" }, { - "id": "80a61ea0-a8e3-4c7d-bc51-27fda3404be6", + "id": "0455ae47-6d9d-499e-91e1-4f78382361a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126948,7 +126948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "348bd2cb-bb1a-4bfc-8c9a-76b7454a7c73", + "id": "6faa2306-7dd1-41d7-9cbb-f6c8d92a635e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126993,7 +126993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2a8e427-3c5a-42d7-b7f9-f39b446bbc5a", + "id": "e1459b64-08a1-4e37-96fa-d954dfcd88fe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127038,7 +127038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7604a1e0-ca88-4ada-94de-93edb447bbee", + "id": "7809cdd0-3f3e-4237-a5aa-3fe657d6bf1d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127083,7 +127083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e2893f0-23cc-44aa-ad9a-d10320384213", + "id": "f4762deb-ce32-4ebf-ab14-8720b0f318db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127134,7 +127134,7 @@ } }, { - "id": "cb08707b-7126-405a-b95c-bb4e529fec1d", + "id": "ce79024f-af2b-496b-8548-0e5f797aefe4", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -127177,7 +127177,7 @@ }, "response": [ { - "id": "13d71e36-3464-4291-a50a-2281f22faf6c", + "id": "48fce169-741c-42b6-b6f4-927c84a00c62", "name": "Request succeeded.", "originalRequest": { "url": { @@ -127234,7 +127234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42c71d70-5a43-440e-8838-cc95ad7f51c0", + "id": "00368fc9-499d-4c2b-9153-fa85c6f257b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127291,7 +127291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3975e843-39fa-4f2c-b0a7-32f37c1e8309", + "id": "a9bde2a7-fcbb-40ee-9ce2-4a2b986fd352", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127348,7 +127348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58e5604c-3856-4079-aa2d-45d287cfcf88", + "id": "517dfb9c-e167-46f3-b32d-60b31867d320", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127405,7 +127405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3996932f-31c8-4d88-8fc2-03a2159fbde7", + "id": "1df5c592-bc3b-4e84-b114-9d5e80548ba8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127462,7 +127462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1006c5cc-f7f4-4239-b43b-4bc43d68c3a3", + "id": "1123a118-e982-4ddb-9b93-ad3a30696e40", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127525,7 +127525,7 @@ } }, { - "id": "bc4b94dc-20e8-4f40-9c46-72d9c1f21c2b", + "id": "4152864f-6adb-49bc-8ace-161ef27e5ff3", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -127568,7 +127568,7 @@ }, "response": [ { - "id": "307b38d2-f6f1-422b-989a-8281eb436e5d", + "id": "2cf4258c-b3bf-4fc5-8c1f-566a1a0edc18", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -127615,7 +127615,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d5391fc2-f448-4c72-879c-896c14048d46", + "id": "9327d1e4-aa93-4b9a-ae0e-0253379be6f7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127672,7 +127672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "037bf9fc-40a3-4021-9437-66af6e5f99ad", + "id": "02d32b04-2583-41a1-9c0a-5ab761ea563a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127729,7 +127729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2770f9d6-ce69-43c5-979b-3d4bf32ecc68", + "id": "b185751e-672c-4a38-b0b1-46fcb10853ec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127786,7 +127786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0303df5-ea7d-4e4d-81b2-17fe8f485c6a", + "id": "c983155e-4130-446e-b1f2-f6e0182cd588", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127843,7 +127843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2f69d04-7279-4486-a60b-044e7bc5ba95", + "id": "18c131a8-26fd-4252-855b-97121df3e6e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127912,7 +127912,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": "7b7f14da-c397-4c74-ace7-03da4fac0b3e", + "id": "364b8b29-ddf5-4e31-8334-dcc55480a057", "name": "List transforms", "request": { "name": "List transforms", @@ -127987,7 +127987,7 @@ }, "response": [ { - "id": "7b571769-a9b7-40e3-b503-78d630cbac9b", + "id": "be7eb405-b2a5-43fe-ae3e-8d75c277dffb", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -128076,7 +128076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "726f43d9-df72-4793-86cd-9abb89bc1ab3", + "id": "f1c41d64-fed0-4221-b856-a4b4574c9ad9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128165,7 +128165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8277dfbf-854a-4218-b388-c2a962f1c1c1", + "id": "7598a351-d99e-4096-90ce-37bc31aea778", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128254,7 +128254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1de88355-2a85-445b-8625-13d66c363d8c", + "id": "a38e11bf-8d69-4953-b23c-147702755206", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128343,7 +128343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f29c49a2-0bfc-48a2-b590-bb405aa6a777", + "id": "0094a203-c39b-4200-92d2-2a2f806d97cc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128432,7 +128432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "391df7eb-2569-4b93-925b-f1bf9a09543f", + "id": "af39c5c8-a44d-422b-acf5-a5584c5440b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128521,7 +128521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c5a56ca-3b9f-48f4-961e-58b9da35e3b2", + "id": "c13bd8fb-e2de-4aee-b901-3056156caecb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128616,7 +128616,7 @@ } }, { - "id": "0aba79ec-4388-487a-bf90-527e16758e61", + "id": "6ed8a9a3-f923-4555-808a-c4b4b65f07b2", "name": "Create transform", "request": { "name": "Create transform", @@ -128658,7 +128658,7 @@ }, "response": [ { - "id": "e2dd9ae6-100b-4071-bdc8-0240252e8545", + "id": "8e005ac0-7ae4-4076-9dcd-9f0952cf3178", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -128714,7 +128714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "213f2b36-50a8-4120-9a4c-039a05a7b307", + "id": "407508e1-fc32-4758-91c9-ad4ff6f13caa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128770,7 +128770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7678c3c6-260a-4fa3-9c72-79911ef09c63", + "id": "297ecf2e-d6cb-4e84-9377-5b780a4aab25", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128826,7 +128826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30a8e7f4-dfc3-48db-a777-9d08334faee9", + "id": "e8eba1fc-9046-48a0-ae63-058406bf989d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128882,7 +128882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2559a9dc-1f22-49ad-8508-2736527fc7ab", + "id": "646ac4bd-1ec9-4463-bc01-f5aabf138d21", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -128938,7 +128938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12b7a70a-5391-4c77-aae0-83d620b783db", + "id": "2aa902c4-7268-4ed7-9780-09ae9f2cdaa8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128994,7 +128994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6d2fa2f-305e-46f8-a1f5-c91946dfd961", + "id": "4293db35-2ba0-483f-b73f-2d3c03f3542e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129056,7 +129056,7 @@ } }, { - "id": "b40d8f88-1c63-4abb-b701-b4ab6e142367", + "id": "d95b666c-602f-4f0d-a1ef-f38047015315", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -129097,7 +129097,7 @@ }, "response": [ { - "id": "bf235b93-3889-4b36-a2bc-2104b33dcf85", + "id": "7f395847-7434-4597-a90a-081abdf1c1dc", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -129141,7 +129141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c10903de-a83a-43fc-a848-d2a5fdd1ea23", + "id": "2706d3fc-4809-40b9-bdfe-4d1f837d0534", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129185,7 +129185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edfdf0b7-75d0-408e-9f5d-10642870bbd0", + "id": "40ef8192-d237-41f3-a54c-80dc64f7c202", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129229,7 +129229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7465f81-e93a-4c17-bb9e-b80b4a240780", + "id": "e992b6c7-565a-4a5a-9537-af41a3e4c9bf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129273,7 +129273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14984bca-6e78-469c-8469-932d4cbc741c", + "id": "f7680358-3efb-4c89-a01d-758c52cf685e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -129317,7 +129317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "639e39ab-966b-4bf3-b3ff-3b6596cf30a8", + "id": "f69a179a-c20c-4721-8c5f-786aaf79f42e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129361,7 +129361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "905c2867-847c-4c06-b9f6-7a52d5d44c46", + "id": "a4f84aac-e0c6-45a7-93e0-6befc052e294", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129411,7 +129411,7 @@ } }, { - "id": "c75258ce-f9ef-4781-a9bf-c0fdac812b9e", + "id": "6fec42db-2664-4c04-981d-ae48ec65c312", "name": "Update a transform", "request": { "name": "Update a transform", @@ -129465,7 +129465,7 @@ }, "response": [ { - "id": "0efc22af-348c-40e6-8a48-bcf3e8b89411", + "id": "0ede5dcf-84bf-4ae9-9e5d-59f4c3e019b0", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -129522,7 +129522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17560621-85cc-4453-a973-838064bba840", + "id": "3671fc0e-c6a3-43be-a15f-539fe6e873c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129579,7 +129579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf39c49f-010c-4974-9b2a-4578b3a925c4", + "id": "84468780-11d7-4c39-8d8b-624020910a63", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129636,7 +129636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33995403-83d9-4a83-9180-cbea92353f17", + "id": "8759ad8b-dcd1-46a0-ad9d-cce7b0a0d505", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129693,7 +129693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f076f30-af48-4440-b03a-b148940100bf", + "id": "a8ae38a9-5798-4079-adf4-6ea291a286a9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -129750,7 +129750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e75ca9ba-9dd4-44f5-b558-2ff16c22a506", + "id": "8f734b7b-ca3f-4673-b7b9-e4f9b433a7bd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129807,7 +129807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3705414a-4665-443f-8b67-8d12174bde1b", + "id": "5ed01b7a-01b0-4a4d-8be4-4e88768adbba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129870,7 +129870,7 @@ } }, { - "id": "4c2c1032-ca61-402c-985a-4ea319b663a9", + "id": "176e91d6-7d54-41ba-953e-f6b267be1527", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -129911,7 +129911,7 @@ }, "response": [ { - "id": "d52d9d8b-8a85-4b92-ba54-b40965372251", + "id": "dcbe9b34-2c00-4508-aa09-7b733018e683", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -129945,7 +129945,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3e1bf49e-2b67-4424-a31f-cbddd924a4e7", + "id": "fc9b8d0a-7856-4392-a2e2-14cbdef45f55", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129989,7 +129989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e515e95-474b-4aae-927f-82527d239ae4", + "id": "854a13ce-6cb2-46ee-97c5-ee59856a0a31", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130033,7 +130033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0ae0b93-dc66-407f-80f7-5f957416bd7e", + "id": "443f256e-b4c3-49e2-80a5-62952ee2e734", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130077,7 +130077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63a0c885-5998-4401-bcc5-6f8826c41d96", + "id": "1a931516-d1dd-45b7-a06b-c1fe21a972d8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -130121,7 +130121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3d95ebf-d235-4a78-b0dc-eaa8f12bac06", + "id": "ab705265-4e53-4a62-8400-24fe80271d85", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130165,7 +130165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02116d34-b3b7-49a7-ab13-637d6a426e7c", + "id": "39b3cf9e-6eb4-4ddc-b300-6a188c8168ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130221,7 +130221,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": "cb6466a9-4a7f-4476-a2d1-b1af586cc9d1", + "id": "30d67ed3-a956-4e43-8f0e-1c2d51dd6ada", "name": "List Work Items", "request": { "name": "List Work Items", @@ -130287,7 +130287,7 @@ }, "response": [ { - "id": "4f35d1b7-87a5-48b8-ab59-ee4c4738a4d9", + "id": "4f5360b9-9dbc-4c6f-a61f-72374c7e5e0c", "name": "List of work items", "originalRequest": { "url": { @@ -130367,7 +130367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c135c0c8-d38d-44bf-8712-ad1b04a31d2f", + "id": "2a2c1bd0-5696-4ef1-a84d-10d0b9bda15f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130447,7 +130447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87c69b67-ffc7-4ff4-8fe5-d807a4b730fa", + "id": "3b312707-bd2f-4695-b565-297eed853c11", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130527,7 +130527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c010d643-6023-4610-98b9-8b36bc2cd54e", + "id": "9fd98a85-5176-46ae-b392-6361eeabd3e0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -130607,7 +130607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4690cadb-5e9e-4c92-8ef0-490db810bac5", + "id": "ae7f6e13-58b6-4bfd-b1a9-fee33a127a0f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130687,7 +130687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7821e12-79a9-481e-8bc1-d4434f3b4820", + "id": "a6e255c9-68d8-4c59-bdba-db630df632cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130773,7 +130773,7 @@ } }, { - "id": "1f25a9d9-a05e-4c54-8bed-8cc8ee1e5845", + "id": "7c8a0219-bfd6-414d-8fac-12858c6c860c", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -130840,7 +130840,7 @@ }, "response": [ { - "id": "2eff9939-4fb1-4aae-8968-77d52f598c43", + "id": "477c3e63-763e-44fb-b62f-a994dccc1780", "name": "List of completed work items.", "originalRequest": { "url": { @@ -130921,7 +130921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3858831c-3c79-44ab-aa65-abbaf53fedcf", + "id": "9309f002-e1be-4fb2-8471-f56c10d11c90", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131002,7 +131002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "522c48dc-8ec1-4e88-9a20-a5cb872cf7c2", + "id": "e9087802-69f5-40c8-a3a4-d7b11cc0d194", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131083,7 +131083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1c6f0ec-ccb4-41d8-8f9c-b136f90b19f2", + "id": "ff996418-119c-4620-bd46-29de10d08fbf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131164,7 +131164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4f22fbd-4f0a-4180-8200-63f9a2820d74", + "id": "8dcfcbbc-8e40-4d4d-ab76-3ad885c6c3fe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131245,7 +131245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "571dda14-82ab-41be-9dce-1fbbaa35bbdd", + "id": "753e90fe-8ac3-4eb2-9454-38798cd28def", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131332,7 +131332,7 @@ } }, { - "id": "2baada9d-06da-41f3-94c2-580efb2bebd5", + "id": "80bc6fa2-b426-402b-a53d-64fa2c3cd74e", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -131372,7 +131372,7 @@ }, "response": [ { - "id": "94a9a1e6-ded4-491f-8181-40ac044563f3", + "id": "12604500-1acc-41fe-99e7-40d17d29127f", "name": "List of work items", "originalRequest": { "url": { @@ -131426,7 +131426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35d71bcc-142f-47a2-8f6a-a415cb087c2b", + "id": "2ded7c88-a009-4083-a0cd-6e80f3ac1ca4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131480,7 +131480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "079cf8f0-872a-4988-a81d-5d4b3cc13b37", + "id": "7134dfca-7230-4be1-8a83-1e1ee817e27d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131534,7 +131534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "793331d4-4594-42a8-905f-2726cfdbb2b0", + "id": "2eaca4f4-9501-4911-ae9d-e4fe66890408", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131588,7 +131588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59339046-5282-43d1-a4ac-31a8ce30ae34", + "id": "ab23945b-dc54-4fd2-a867-bb6c78d1ba2b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131642,7 +131642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31117a20-9af6-4cba-bd7b-8e65a9d927b2", + "id": "dc93ef7e-b347-4f00-b986-902c334ccb07", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131702,7 +131702,7 @@ } }, { - "id": "66117f13-15f1-409d-9832-9c48fcb0c1ba", + "id": "1aca2b7e-73b9-42f3-851d-60939e4d51ab", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -131743,7 +131743,7 @@ }, "response": [ { - "id": "80de6b99-6d17-4017-961c-d92a91c37549", + "id": "32b5b6b0-efd8-408c-bc8e-ec07c75b0075", "name": "List of work items", "originalRequest": { "url": { @@ -131798,7 +131798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24b12ee7-dbaf-4e37-bf9e-1189231d4c90", + "id": "7f5cb6f7-66d6-4b29-b4c0-dcd4f7f87509", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131853,7 +131853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25617d5f-39f0-48de-80d6-ecb53a034b2b", + "id": "8b493768-3286-4571-a4b6-1a5f2ac05c4f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131908,7 +131908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25df527f-affd-49ed-a8d2-4da283523e8e", + "id": "efafd067-fe29-437e-96bf-9577404923ec", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131963,7 +131963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4de772e5-a258-404f-84cc-d87fe3583a76", + "id": "314f57a8-e3c8-4141-bfc7-049b25b3aa44", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132018,7 +132018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb7f4a7d-3e1f-4ca2-844a-f7e144510b9f", + "id": "7cc8defd-15a9-4adf-ad18-80b2fb79391c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132079,7 +132079,7 @@ } }, { - "id": "545aac8b-63bd-438b-bf39-dcd347aaac0e", + "id": "cd022b25-6fd3-4ce7-86ba-f577bb10d7f1", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -132119,7 +132119,7 @@ }, "response": [ { - "id": "f88547f3-f87c-41fa-a5d1-1d4f0028e47c", + "id": "ea1b61eb-f239-4a38-83fd-451488facdd7", "name": "List of work items", "originalRequest": { "url": { @@ -132173,7 +132173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3a0ebc1-550e-48e2-b73d-da610333ff6c", + "id": "18c74683-fd75-40a8-b4dd-14807af552ea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132227,7 +132227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "894a0ae5-5d9a-4554-b7c9-43f92a272829", + "id": "a4e78e31-7b12-4997-8228-c57a50c5004f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132281,7 +132281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "246842f6-5abd-41c4-b6c8-c03f32ce4cfe", + "id": "0b573f45-b055-43ec-b9d7-16a10468096c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -132335,7 +132335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "796fa043-d374-44c8-bccb-e937e5c67e21", + "id": "23a9c942-fa7a-4b66-86fe-9b39a4188fb1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132389,7 +132389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91429bd6-b923-407b-887d-351efc7413bc", + "id": "2830b28d-c1b1-4444-9405-82266e5ee3e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132449,7 +132449,7 @@ } }, { - "id": "d60d9e9a-931b-45f5-849f-f51cf5628fd9", + "id": "100b7a7e-9e4c-41e1-987c-c6a28947890b", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -132490,7 +132490,7 @@ }, "response": [ { - "id": "72536c8c-a11a-4136-ab5d-614417e36bf9", + "id": "fe83cd60-23d4-4037-87ec-eea458da1cf3", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -132534,7 +132534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "584ec017-6231-4187-b4a8-d37deec1485c", + "id": "24cc46d4-6b2d-4729-b2ca-8f832799144f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132578,7 +132578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "116cac4e-e231-478b-b297-099762c76b2c", + "id": "31fb5702-c1fe-4acf-8aaf-6e5a4ef67453", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132622,7 +132622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1361ac82-da2f-4384-8500-0af8bc1efef2", + "id": "d6eadd00-54f5-4f0e-bf64-13d6203bb6cd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -132666,7 +132666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75a6df64-5939-432e-b6f5-407a8fe1879c", + "id": "f095a83e-8362-4834-9c14-ed52a4a2b5e1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132710,7 +132710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c50a60b4-a010-470e-b656-5d6ff00def07", + "id": "2f92e48e-afcd-451c-a291-209e6ef1b574", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132760,7 +132760,7 @@ } }, { - "id": "4ed01fca-5df5-48a7-a35b-dd619d72b105", + "id": "b7c0fa52-06a8-42d5-8b4e-56f5657580cd", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -132801,7 +132801,7 @@ }, "response": [ { - "id": "4000e886-51d3-4a89-ac8b-8505fa883dad", + "id": "fe76c98f-2489-483b-9a99-4fdadb205c8b", "name": "A WorkItems object", "originalRequest": { "url": { @@ -132845,7 +132845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b288ffca-0f95-41ea-bff4-bbbb702bfbc9", + "id": "0ce26ce1-7990-48a0-a47a-17287b795d9f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132889,7 +132889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1c74b40-39bc-4caa-a7a3-8777c0fba8b8", + "id": "c6aab66e-5e50-404f-aba6-a5911ed5ef92", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132933,7 +132933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc5f5894-15cb-4a56-8886-a9814d24652e", + "id": "825745d9-55fe-4f7e-b2a8-fcc35ece1051", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132977,7 +132977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fbb0cf8-8359-445f-afd3-e743089f3b6e", + "id": "3e355e3e-6b7b-4d0e-af82-1e12d2829a0e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133021,7 +133021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9daece40-42a6-4d96-b520-fa1a0de35219", + "id": "4a8c7351-767c-43c9-94c3-c5e57e085829", "name": "Too Many Requests - Returned in response to too many requests in 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": "39c01d1f-1361-4ef8-8c10-72a5a56e5724", + "id": "f854af81-62dd-494d-8e50-a30a000c0fb4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133115,7 +133115,7 @@ } }, { - "id": "4b179e04-1b8b-4407-a8c1-a66f6ba203fd", + "id": "3da3ce04-0581-4574-a791-2bf9f589bec1", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -133168,7 +133168,7 @@ }, "response": [ { - "id": "baa69669-0016-42a5-b211-1336c8b5a572", + "id": "b4d7f286-2e7e-438f-9034-17cfabe72e71", "name": "A work items details object.", "originalRequest": { "url": { @@ -133214,7 +133214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2859c347-7aba-4da0-9bca-4b4b53527a51", + "id": "91d2e9fd-cbe0-4209-bb9c-781d7f1c2022", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133260,7 +133260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95834ed8-d534-455e-a8fd-890262666bdf", + "id": "d6da6eb6-5cf8-4158-a0a9-7e7bb0ed361a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133306,7 +133306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6370443-54de-4fcd-b595-8add79eba460", + "id": "16c34f31-9ee1-4e88-8299-f870f3aebee9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133352,7 +133352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c22201ce-e702-46d4-9b6e-6e43a06cfd84", + "id": "b3752338-eb62-49e4-ac8e-9391cc5aab8b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133398,7 +133398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc68bc58-a816-4629-bd21-cd543fbf5511", + "id": "9fa8b023-7d25-466a-9877-70dd1f0c534d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133444,7 +133444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de3f98df-2be1-4338-a82a-1b685563a759", + "id": "0628e719-34b1-40db-9d53-a55975ea19a5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133496,7 +133496,7 @@ } }, { - "id": "6b206380-e29f-4402-a850-e9bdaf3e9d8f", + "id": "33db359b-cd70-4fed-8a49-fa24456bed5c", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -133549,7 +133549,7 @@ }, "response": [ { - "id": "509f5fd1-9bdc-405a-8095-34b6cf56523f", + "id": "34b54274-476d-4c04-b3d7-f57a5fff2687", "name": "A work items details object.", "originalRequest": { "url": { @@ -133595,7 +133595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f1e3dd1-3ac5-49ef-9441-cbb981478db4", + "id": "7c01352d-e466-4e16-9fcc-50e0c6d69aa4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133641,7 +133641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23f10dc8-0005-445f-88b6-fd6babc30107", + "id": "fcc98cf1-fac6-4df0-90f7-dd16925c4db0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133687,7 +133687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc6db73e-1864-4cb2-a212-37e885fb033d", + "id": "b5ab058b-0d31-40c4-9817-7e360b862c79", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133733,7 +133733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36d64e98-caa5-4af7-a70d-d56d7e68019f", + "id": "87c2c7dd-3cb6-4719-9740-7efc3c52e6fe", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133779,7 +133779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f45954ba-0325-4d0f-a3ec-4e5ba6e72fd4", + "id": "f32d2a82-9c07-4080-80d8-3f3298630bc4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133825,7 +133825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3351b3eb-9173-45e7-b003-4d9668d74d4a", + "id": "956d7f1d-9dfc-4283-bc64-e9dfed7adf40", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133877,7 +133877,7 @@ } }, { - "id": "de39bf0f-72ea-45eb-9ec7-90578c63b381", + "id": "35737373-de8d-4557-a6b1-1789db673d74", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -133919,7 +133919,7 @@ }, "response": [ { - "id": "158aae93-7737-4f14-9c46-e72e694470e1", + "id": "513115dd-b8a0-4726-846c-2a41bf808c5c", "name": "A work items details object.", "originalRequest": { "url": { @@ -133964,7 +133964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c971d689-aaac-4518-88c2-7504e66fd647", + "id": "1d86d636-5939-44eb-9908-c1a090985ee2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134009,7 +134009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "460791ad-79ee-471b-ad33-044add8d24d1", + "id": "6509e625-7e91-4285-b8bb-2bf7ba454594", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134054,7 +134054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12c254a0-e969-4216-95a2-5a0ba7a69dc4", + "id": "42996235-1a33-425b-b9b5-15baaa0c45b7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134099,7 +134099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a25d802-da52-469c-b000-3f92759fc281", + "id": "934c2d14-060e-4b32-886e-908268e3e12d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134144,7 +134144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8640412d-4764-4b84-a049-6b380c0a34e3", + "id": "81241115-3128-4b44-8d3b-71490829e3ed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134189,7 +134189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff399e80-86dc-49cd-a307-5cd569dbafc7", + "id": "218e8c16-a889-4431-9de3-555165633836", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134240,7 +134240,7 @@ } }, { - "id": "5dd22fb0-6e26-4a08-9b2a-5f574c23508f", + "id": "569d28a5-17df-41f8-bf73-096f1b605e00", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -134282,7 +134282,7 @@ }, "response": [ { - "id": "6a24c823-08be-40b9-aa31-ec8ef9bbb755", + "id": "ae664b3b-cdea-451c-aed1-4c578d1fb859", "name": "A work items details object.", "originalRequest": { "url": { @@ -134327,7 +134327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e90e5c3-8536-4c7f-9e55-09d51207b753", + "id": "acd42576-b88e-4cba-8a25-682b63f59d21", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134372,7 +134372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c626669-1c9f-4e23-83bc-173a10479bf0", + "id": "bc44a202-3e50-41b0-a825-a008b40b3157", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134417,7 +134417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b26e934f-1fb8-4182-95d8-aa575e7f8dc8", + "id": "f162007f-0637-424b-976b-6db5e83ec81e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134462,7 +134462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb29669d-0e1a-4589-a40f-8248b1682085", + "id": "3b964b4a-c889-4b77-a3c5-2916f81ab350", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134507,7 +134507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa18d910-c673-48ff-bbec-b4282ece8612", + "id": "5c6dc780-0a39-457d-9987-3c2d6da53c53", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134552,7 +134552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b57714bc-1399-40cc-b871-c60c8deeaec5", + "id": "acacf18f-5c2c-41f6-8aca-d6cc94aa38ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134603,7 +134603,7 @@ } }, { - "id": "62596895-ed09-4eff-860e-3b4d7762341a", + "id": "cc0e3c2d-aa72-4079-95c8-18b7ced19027", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -134658,7 +134658,7 @@ }, "response": [ { - "id": "ba6f347c-428b-4845-bf68-e77cf415e184", + "id": "f8043bca-3fa4-44bb-9336-f243da055e81", "name": "A work items details object.", "originalRequest": { "url": { @@ -134716,7 +134716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3306b8a7-af42-44dd-b336-31730d2a48ac", + "id": "aab4f644-eec0-4fcf-9cf5-e7d15e1e2a78", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134774,7 +134774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5035dab4-2a6e-4360-a6c3-46f259fe4e32", + "id": "926e77ba-b114-4de2-a1fc-093267cb1608", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134832,7 +134832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a262559-5e1a-44e5-a4b0-0dcd7a40b2db", + "id": "4c6b22fe-3c09-4aa4-b798-e18e0eb9fa43", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134890,7 +134890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bec6a24f-965e-4331-b4ee-1fd88400b80f", + "id": "bf74cd32-ba3c-4f6b-9d12-8cead659eefb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134948,7 +134948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "933680c7-f8fb-496f-b455-a97eb5ec5908", + "id": "19c30811-0fee-4bfb-a5e2-d12d55989c6a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135006,7 +135006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ac8c3d5-641b-4e2f-bb3d-e1e12f2256bb", + "id": "36e205d3-03e4-463f-bf5d-98f3ab9759e6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135076,7 +135076,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": "962abe94-1c88-4f83-bd53-cd376e553e87", + "id": "54ecc8ce-36fc-4d54-8c43-cd7575858775", "name": "List Workflows", "request": { "name": "List Workflows", @@ -135105,7 +135105,7 @@ }, "response": [ { - "id": "6c89a771-5b53-493c-a132-1ad6ddfae0f8", + "id": "4835722e-4eb8-4e2a-8d58-6b5ca7136f84", "name": "List of workflows", "originalRequest": { "url": { @@ -135148,7 +135148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3254070f-60bd-4c6d-9861-ecc77cd8c183", + "id": "0a838e0e-3a18-4837-b6fb-c16b42c591f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135191,7 +135191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44a8b520-4d89-4d89-9cea-63f747dac5e8", + "id": "60be7fd9-f18b-45e6-8af7-fb85648e9b07", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135234,7 +135234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea712188-96df-498d-a264-0d7ac3c81b14", + "id": "0cc3c34b-77c1-4a17-9c5c-a43038ec1a66", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135277,7 +135277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a587e893-f435-4cd6-97e5-190e2f7064d7", + "id": "e96a0b6c-106f-47fd-a314-e204f8de8226", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135320,7 +135320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1000f988-4a45-4cbd-b09b-a7c298a7c015", + "id": "9ea316f3-24ef-44e4-af30-d9a90affffc5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135369,7 +135369,7 @@ } }, { - "id": "170a700b-ec3f-4529-96b0-a1fa48bf4ef1", + "id": "11211523-875e-4eae-86b7-b8b26097f53c", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -135410,7 +135410,7 @@ }, "response": [ { - "id": "5378b9f3-9f4b-46b5-b064-5a455eebef8d", + "id": "fa95f309-f639-483d-a95a-6b27699efb5e", "name": "The workflow object", "originalRequest": { "url": { @@ -135454,7 +135454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67c6ea19-d96c-4c72-972b-2ae13089071d", + "id": "d22d17d6-c139-402b-bbb4-1f23557e5fe9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135498,7 +135498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "406f6b5b-29dd-4aaf-bc12-ebb789f03edc", + "id": "955dc486-b7f8-466c-a49c-ecfa461e403b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135542,7 +135542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01502d2e-4b4b-4ce1-b0e0-68e981b888ba", + "id": "7e20fd99-0a81-4cd7-8e08-f500e10bd494", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135586,7 +135586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91cf961c-2576-40df-8ce0-411669896679", + "id": "3cceffa0-e5f2-4b27-95e3-be52393a4a14", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135630,7 +135630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "864d73e3-b37b-4924-b75e-9a4187d927e7", + "id": "967cb84f-14a9-4d02-9a2b-d951daf5bb27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135680,7 +135680,7 @@ } }, { - "id": "682b630f-4536-40ad-932a-9ead5ccc4f08", + "id": "2b35b48d-27cd-420c-b378-08b05ac4caab", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -135734,7 +135734,7 @@ }, "response": [ { - "id": "5cde90b1-cfae-4029-95b5-d7ef5459b895", + "id": "c3677350-5fb2-4e6a-9cd7-e44fbbcfc8d8", "name": "The Workflow object", "originalRequest": { "url": { @@ -135791,7 +135791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37f2fc5d-8527-4884-8620-8c5b42d1ed82", + "id": "49875d35-c91e-49c7-88e4-7f6722b647ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135848,7 +135848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "680f8a8f-2874-4a31-aa74-a078bbf8adc5", + "id": "a478867e-db08-4f9e-81b0-8b64ffcf5df6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135905,7 +135905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "775688f3-995a-43fc-a08a-9bd0005e9e53", + "id": "f44dd943-5f52-4b49-8109-990b6ea8e6cf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135962,7 +135962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f542316-412a-4eed-b535-efed684dd5ee", + "id": "082e5eff-6eff-4c7a-88cf-6481143e8c36", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136019,7 +136019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7691c86d-7193-4742-b33e-98b6d5f32042", + "id": "0dfecf49-e6e9-47e7-8d63-427b7ef2203d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136082,7 +136082,7 @@ } }, { - "id": "d9c2eaaf-25a5-4ec6-af51-a8691d07480d", + "id": "7203e2a7-5f51-4736-b3e3-19991251bc94", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -136136,7 +136136,7 @@ }, "response": [ { - "id": "1a7ba775-faef-4292-90c1-6a951a615fdb", + "id": "10be7d40-1d24-4274-863f-54de0578474f", "name": "The Workflow object", "originalRequest": { "url": { @@ -136193,7 +136193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54366d4b-3482-4cd5-bf9f-72d3b832f4e8", + "id": "fa29ac10-34eb-4c24-a57e-dd382fb24ef9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136250,7 +136250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e666baea-bbb5-424c-b96e-17fa4401f7a5", + "id": "52ceebdb-ac65-49bb-8eee-8316f8a84217", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136307,7 +136307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5fdd7d3-3c7b-4aed-b3e2-7e0a2ca5e16b", + "id": "47c60861-d473-4d7d-9858-35d0d4b53012", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136364,7 +136364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15ccad56-1535-45dd-88ed-257bebd593fc", + "id": "4c685458-87bf-4b18-b21e-daf860e57c53", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136421,7 +136421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a255e89-8890-404b-b278-7d249b79ae88", + "id": "4109f5f1-5ff6-4fca-831a-f31157319980", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136484,7 +136484,7 @@ } }, { - "id": "fd47bfa7-f0f7-45df-93ef-9f0d841fb96f", + "id": "afac7eaa-4773-4241-b7fe-d52ece8a0011", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -136525,7 +136525,7 @@ }, "response": [ { - "id": "b793833e-c2f4-4881-8722-66c4a51a2150", + "id": "a5a2cbec-b80b-426a-a38a-bbb5cc33eb21", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -136559,7 +136559,7 @@ "_postman_previewlanguage": "text" }, { - "id": "49b06422-014c-46b7-b922-672530816e6d", + "id": "162ce86b-76b3-4e14-ad79-94858e5123d8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136603,7 +136603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cda6990-bea3-42bd-9281-2a00fbab4691", + "id": "f3c8514e-118b-4e96-b993-50055dcaa23b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136647,7 +136647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fc80fda-d8cc-4fe7-87b8-11abcbca77da", + "id": "943fd944-0ab8-4ae9-bf9b-c4bfe8bee0b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136691,7 +136691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d51ea11d-af3f-41cc-97dc-4d2bab0c314f", + "id": "3b9c8f1d-6356-4b9b-a9ef-a012624959d6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136735,7 +136735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8557f077-0b6f-42fb-83b3-9264fee374bb", + "id": "56a81af4-5550-47b3-b094-ded07650932b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136785,7 +136785,7 @@ } }, { - "id": "7b99005a-db2e-4049-8704-95b83e30f469", + "id": "d2efc89e-b30e-4b8f-bfb9-d94e2a8a268e", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -136833,7 +136833,7 @@ }, "response": [ { - "id": "48e91f06-19cb-4424-b129-f86fecf3b31b", + "id": "53ff68dc-e290-48d6-a466-bc7f4ebd6802", "name": "Event Trigger", "originalRequest": { "url": { @@ -136890,7 +136890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abc9c4a7-8cac-4b80-938a-1ccdae5ea772", + "id": "27562068-ab3b-4fcc-8ea9-a3be905c2666", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -136947,7 +136947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b65b7b3-fc3b-4382-b89b-97783005ee30", + "id": "e81d23c1-32b6-49a6-b876-da716fce1562", "name": "External Trigger", "originalRequest": { "url": { @@ -137004,7 +137004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "937bdda5-8770-424b-8d90-534133bdfea1", + "id": "946d62b4-85f7-45c7-966e-89be2fde005b", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -137061,7 +137061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb4a4eed-1845-49b4-b478-2d2700df65a7", + "id": "beb2bbf1-ea23-4271-8e39-4e8441d75766", "name": "External Trigger", "originalRequest": { "url": { @@ -137118,7 +137118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8cf1c1e-3bb7-4844-bbd8-b2865bfcc737", + "id": "77778fdf-b4a2-4c1b-a4f8-a1b7ca2d13d1", "name": "External Trigger", "originalRequest": { "url": { @@ -137175,7 +137175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27733241-7905-42c1-8019-c70a707d7fe5", + "id": "8e9a0fd1-6457-4129-8640-471d722aa0f6", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -137232,7 +137232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a0ab1fc-3725-4d78-81f3-911603a0a0bf", + "id": "edb21687-fabc-4a4c-933e-12899804f5d4", "name": "Event Trigger", "originalRequest": { "url": { @@ -137289,7 +137289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d783c6da-bbb7-479f-a9be-6c5af147a7de", + "id": "a07498ba-b9a6-4f61-82eb-73739ccaf1d9", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -137352,7 +137352,7 @@ } }, { - "id": "141afbc4-033e-4ef5-a8cb-01f7080dda24", + "id": "f6eea02a-b6a9-4f28-9cca-454eaabed5a6", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -137407,7 +137407,7 @@ }, "response": [ { - "id": "473ed0ff-40dd-4dee-9835-7be0682f7c55", + "id": "bc273e8f-ffe7-43a6-8d6d-ef029e1886c0", "name": "The Workflow object", "originalRequest": { "url": { @@ -137465,7 +137465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6839fd2-5e10-4f61-9747-e4c873dcfe3e", + "id": "571ef6ed-4266-4342-a6e3-9e4682d5f77b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137523,7 +137523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ab47456-dcdc-4b05-9b70-7b5e6e809f62", + "id": "1e480bd9-d184-4851-9ad4-6b8798242911", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137581,7 +137581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62f087dc-6b44-486e-b16a-c939748ec60b", + "id": "5de44148-445f-454b-8e71-cdb4319984d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137639,7 +137639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c392e7f5-9ca3-4c56-b545-beb555bb31e3", + "id": "d59d9a1e-1865-44c9-98b6-52e6a92a36ab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137697,7 +137697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b5b9651-34ac-4c40-b7a7-a7122aeef7ae", + "id": "aea84851-9456-4d96-8a52-d4fc10c7e8e5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137761,7 +137761,7 @@ } }, { - "id": "e199c93d-a943-41b3-bee2-4fa5e49a2c6d", + "id": "1efdbcc4-3651-4905-a1d7-68ac8d36d308", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -137840,7 +137840,7 @@ }, "response": [ { - "id": "44ad3a24-5576-4e79-8e44-011b595ae69a", + "id": "f1059073-a2f9-4d64-a7fd-cc09265768d4", "name": "List of workflow executions for the given workflow", "originalRequest": { "url": { @@ -137922,7 +137922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11b6503e-18b0-4149-b471-6187ba2e3523", + "id": "d80db7a6-3cda-4565-8d6f-68fbd9aa9f3f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138004,7 +138004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54b549c6-9a82-42d4-9aff-6136d2a046cd", + "id": "38f8de1e-2de7-41a4-aa10-69f99a808c2b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138086,7 +138086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99c11a93-8d6b-4fec-9547-493b1647f7f3", + "id": "c6b7dd82-b65f-44a7-a63f-4649cc9f52e6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138168,7 +138168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ad80f31-ea18-4b5a-bd41-79d495295675", + "id": "b844e365-37d3-445c-bc26-0ec093726cfc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -138250,7 +138250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "149df3ab-e42e-44b8-a420-b74e5adf7ddd", + "id": "4c0fd66d-a0b0-4e1c-a3a5-9a38ade3180e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138332,7 +138332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e61ddcd3-adbe-477f-85da-969e0cce28d8", + "id": "7e729ecb-0483-45a8-8aa0-4c8748a8dc20", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138420,7 +138420,7 @@ } }, { - "id": "fb3d22c5-4d36-4002-ba3c-eeb81b27a2b4", + "id": "b4b0d217-81c4-4c9d-b528-80927d15a0f6", "name": "Get a Workflow Execution", "request": { "name": "Get a Workflow Execution", @@ -138461,7 +138461,7 @@ }, "response": [ { - "id": "3d0ee16e-60e5-4784-8504-21f70db8fc9c", + "id": "ee5ba32e-ae5a-42b4-8296-4af6cd2abe22", "name": "The workflow execution", "originalRequest": { "url": { @@ -138505,7 +138505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6978468f-804b-4a64-bbb8-dd2fab82296f", + "id": "e63d8795-7efd-4de8-a0ff-7d4cb7b80283", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138549,7 +138549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7d83d3d-df30-4961-b850-c1b7318c70c7", + "id": "32f39916-3ded-48ec-b793-de7d9276765b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138593,7 +138593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fed347e6-c7c0-4d86-a777-dbbfa9a7f1e6", + "id": "2a546e70-9244-4b76-a777-55c36a09af1f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138637,7 +138637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08b9f0db-0c2b-4b51-a956-fe24ed43229e", + "id": "6b1d6ddc-2b1a-48b9-82cd-835ec9963996", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -138681,7 +138681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcfc75e6-c16d-414c-86df-4eeb124ca705", + "id": "84ccfce8-5e54-4e11-ae05-c9797fc1a9f2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138725,7 +138725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc664454-9500-4ecb-87cf-cf174bc6dac6", + "id": "2e608db2-8c87-4fc5-be89-0ee29e04a6d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138775,7 +138775,7 @@ } }, { - "id": "31def00b-d661-40e0-a1c7-d2714afa0e4a", + "id": "70c62013-4cab-4d05-a55f-6b91a0641723", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -138817,7 +138817,7 @@ }, "response": [ { - "id": "c3d65664-0006-4327-8bef-d83502abb4f2", + "id": "84b06f12-c75a-4088-a455-b603f91db011", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -138862,7 +138862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d843fafb-2773-4de2-b428-d89f6004f750", + "id": "dd661686-0ccd-4993-bd94-5393d3e14ef5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138907,7 +138907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0f58b20-6928-49ad-8b46-54413c958de1", + "id": "7dbd62bd-a2d1-440f-a46c-e05678f13594", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138952,7 +138952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be239cba-69c9-442e-91bf-995339c51b37", + "id": "310de286-9191-455f-8ffb-3c52e946bdd4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138997,7 +138997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "519cc5f1-ec41-4492-9515-5d0f9ecd27fe", + "id": "496fe265-8c32-479b-b1b2-a519df91a875", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -139042,7 +139042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f3ba088-1809-46e4-ac28-669b65811cf9", + "id": "ce14bde0-5a0a-41ec-9e26-a6953c904226", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139087,7 +139087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51748cda-a62a-40ef-8e67-4ce6ddbf6cb4", + "id": "65a40ca9-deea-4760-9692-5f36fe21877d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139138,7 +139138,7 @@ } }, { - "id": "a58ec620-f4fb-4aec-a8f6-3e3e42a9575b", + "id": "0ce35d8e-a799-4500-be05-913e3c19ba12", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -139180,7 +139180,7 @@ }, "response": [ { - "id": "93ed4c8b-5f00-4892-b468-a7e83e7e7f09", + "id": "f9af34c1-865d-4d34-b487-879077faa33d", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -139215,7 +139215,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5ce8a6ad-1f3c-4881-b804-bbe4404dd0da", + "id": "d715ca67-dc59-440c-8e58-b6babaa07157", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139260,7 +139260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5e22151-fd25-4217-ad30-17fd3a55edde", + "id": "7e7500d1-4aa0-4cbf-b3cf-fd76b97030e7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139305,7 +139305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e45c354-ca30-4c28-88b8-379bab8ff6d0", + "id": "c4704722-86ad-4b79-a019-c19660f817fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139350,7 +139350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6024be0-4204-4a7d-9498-52733f303dfd", + "id": "232ecfe2-1394-40f0-96fe-3a29ed63753c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -139395,7 +139395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94bb1468-d08d-4a33-a66f-cc94a61d30cc", + "id": "1b792599-ecfe-467d-9747-0e55c01b1ce0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139440,7 +139440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f438c76d-383d-43ea-ba78-89942a9f3e1f", + "id": "e1665290-42a6-4e21-aab6-8187fc5dca17", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139491,7 +139491,7 @@ } }, { - "id": "835af195-edf1-4495-bb82-fdc4001d1c39", + "id": "4c0ebe64-681c-465b-84fd-39d979a811c2", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -139539,7 +139539,7 @@ }, "response": [ { - "id": "9a6fad90-1124-4cf3-81bc-283e0ebcd25f", + "id": "79c35075-46a6-456f-ba99-c218078fbc74", "name": "List of workflow steps", "originalRequest": { "url": { @@ -139601,7 +139601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "485612dc-64cc-4b46-8ce5-d53280200131", + "id": "d89a96a3-d643-47f2-9e09-c929e67e72cf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139663,7 +139663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b994a5e1-80f5-4c5c-a5b9-469e972c21eb", + "id": "181c91fc-3a3e-4f43-a21b-547b140b9d4f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139725,7 +139725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f48889b-fd8e-43f4-bc22-af4994787247", + "id": "63638cbe-f878-42c8-8df6-ae8f6534f412", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139787,7 +139787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab52e559-81cb-4b3d-9ae4-a966128fa802", + "id": "34a10f79-6846-495d-a80f-0774a046becd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139849,7 +139849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "122ea8ca-5f65-4fa1-ab89-88e6751d8222", + "id": "d0c8f15a-3df6-4b64-b8b6-2f00494b75af", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139917,7 +139917,7 @@ } }, { - "id": "9e5bbfc8-b476-4fed-88de-cab49d3be003", + "id": "a36051a1-6ada-48fa-b5e0-a98def5909b7", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -139975,7 +139975,7 @@ }, "response": [ { - "id": "4f1210b1-5a02-4d97-bb95-e351367aae02", + "id": "0b974415-b85f-485d-bc8a-0859ea08ddee", "name": "List of workflow actions", "originalRequest": { "url": { @@ -140047,7 +140047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7120709-e5d2-43a3-a5c9-9ddbdd3a39f3", + "id": "6dc8d956-2553-4bfe-8886-d913f40bff75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140119,7 +140119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "622bb3a8-c279-48c3-b63a-860fcccf27c9", + "id": "4a1bd9df-4d84-40f1-8459-bb3ce9d075db", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140191,7 +140191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9b5de08-6ed6-4756-8d8c-3e4e2c5964eb", + "id": "df00fcf9-59e5-4b26-b5d5-0470931cf3b6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -140263,7 +140263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a511b10a-e13c-4f80-a2b7-e934c5e8c93b", + "id": "c485fb97-9b16-4f67-9c9d-2821c2a0a2b6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140335,7 +140335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74ee4dfe-9897-4d9d-9826-e5c9257f4e55", + "id": "4ab75019-ffa4-4100-ae9b-b61872de5704", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140413,7 +140413,7 @@ } }, { - "id": "87ab7194-abd1-4501-b43a-2241d64fb589", + "id": "a52538f5-ae15-4897-8ee6-864e2db71e7b", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -140471,7 +140471,7 @@ }, "response": [ { - "id": "d34fa6c0-f09f-44b8-835e-4ebb38d8f49e", + "id": "4ddae0e9-4c4d-463e-a49f-1e3e40361f07", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -140543,7 +140543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cfe2b56-e58c-4547-b512-c620e2ad6a22", + "id": "7b032040-369f-454e-82e9-07242603f143", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140615,7 +140615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff612c5f-d959-4cfa-adde-107d872f8139", + "id": "07ba794b-ff92-4475-bf71-bec92939e484", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140687,7 +140687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7552fc09-5cdb-4602-859e-6b931a67ba56", + "id": "497f4cf6-d589-4b53-98a6-052ec4c47f0c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -140759,7 +140759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95f999d9-3e8b-4dc8-b8dc-f2296adf4e87", + "id": "105af32c-97a0-413c-8d07-87b8a655d774", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140831,7 +140831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4c14aca-1c1b-47fa-926e-9e00bec49e58", + "id": "9fe0cfd8-1fe5-41de-adf3-486eb9e882e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140909,7 +140909,7 @@ } }, { - "id": "2dc2c4c6-fa8d-4c0f-bb82-5310d411a4fb", + "id": "de05ee79-c11a-4e64-8ffe-9616bee8d6b7", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -140939,7 +140939,7 @@ }, "response": [ { - "id": "69dee751-0e43-40d0-acd4-23cc39f291d1", + "id": "c8ce194d-d995-4930-942b-1fc20e41ce91", "name": "List of workflow operators", "originalRequest": { "url": { @@ -140983,7 +140983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b941e0e-2fdb-43a5-8b72-18da053b516b", + "id": "a82e00b9-40a5-443d-aaf8-1711a7933391", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141027,7 +141027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef0685c1-fc55-4a9b-91fb-91a2757f7a47", + "id": "02ab0c1d-a6d7-4c2f-8c9a-1e0d5eb7718e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141071,7 +141071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9496883a-9146-4838-920f-5eb282b2a207", + "id": "5febec11-c627-4a1e-a6d1-ca16b2f0c376", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141115,7 +141115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df3753dd-b740-4f4a-8008-d39b01ac96ba", + "id": "c4be27d7-c50f-4c12-b05a-91e68e0c1610", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141159,7 +141159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b90cd0fa-911b-4662-8d70-b9ce35ea7cac", + "id": "34b78d19-1deb-4cc5-b5f4-4ebbcf8b99db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141209,7 +141209,7 @@ } }, { - "id": "462b9be7-fe8f-4491-bf8e-599939cccd15", + "id": "063772c8-af37-4221-98c0-883484e028de", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -141252,7 +141252,7 @@ }, "response": [ { - "id": "aeb6fd90-c377-4bff-910e-adb247a2a5f0", + "id": "4c20d300-f624-4a4f-b00c-5020d994f563", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -141298,7 +141298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c384e84-1475-4ebc-be1b-ee755e539ead", + "id": "2067f61b-e18d-4690-b9bf-67e0b4b83075", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141344,7 +141344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c932fbd-7be5-4c6b-81aa-1aa2100086d9", + "id": "6f250f56-d168-4962-a167-b5222481694b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141390,7 +141390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acacf143-8801-4d9d-ad55-3c653bc55f5b", + "id": "6750166a-d800-4b34-89e9-7211c4ed7773", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141436,7 +141436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9450e762-3e47-4b33-9ed0-545e843b758c", + "id": "2e73cd14-f041-4c72-b7ea-6beb4dfaeaef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141482,7 +141482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5deb9f5f-0b46-4b4e-be33-e0ba830d5160", + "id": "41700674-facb-450e-b85d-184104d97154", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141534,7 +141534,7 @@ } }, { - "id": "2b352e86-b4de-484a-af49-3492e86a2ba1", + "id": "f499c996-aa0c-45ca-ac8e-fadb26a98466", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -141590,7 +141590,7 @@ }, "response": [ { - "id": "a6bdbcec-5681-4081-ac17-0a5789527111", + "id": "0b7de8ea-93e5-49dd-8c9f-e94a87f913e2", "name": "The Workflow object", "originalRequest": { "url": { @@ -141649,7 +141649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e18f605-a9f4-4c13-9695-57ca99b7158a", + "id": "928aed38-0d9c-4437-9808-2f9b3754b89d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141708,7 +141708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c334c3ee-df56-4dfe-9fc8-7f4e62be3910", + "id": "72f31361-6da9-4551-99ef-96939587a54a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141767,7 +141767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9a621ae-6662-4b56-ba45-2ece3432a37e", + "id": "7afc7797-e792-4e3f-ba98-f2e27a1238b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141826,7 +141826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c4a8706-ba7e-472a-b69a-5fb654094e12", + "id": "b39fa0ab-3eae-4a83-9e16-a66d0aa73393", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141885,7 +141885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a672e994-5893-4b39-b2d6-42c3dabb8f1d", + "id": "7e5a240b-512a-4650-92da-a8ac7cd79499", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141950,7 +141950,7 @@ } }, { - "id": "89a1d135-a1fd-42df-b1b6-f9f074407b68", + "id": "526e72a2-22f7-44bf-9a68-2d886d1f9745", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -142007,7 +142007,7 @@ }, "response": [ { - "id": "b53dd3f4-eeea-45f3-af02-5fba7469b52a", + "id": "7f0ffb63-f459-4a53-9319-8b7e715b2a92", "name": "Responds with the test input", "originalRequest": { "url": { @@ -142067,7 +142067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e4cb815-a333-48d4-9135-5efc971c5b20", + "id": "33e7c42e-1808-406e-9ca0-e7c5d629e34f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142127,7 +142127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f4fe0cc-ac5f-497a-a96d-f0dd6778be02", + "id": "07451c2b-a1d8-4231-a04e-61d0ee6a57ff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142187,7 +142187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0af733e-a405-4856-b6c0-4635aed1d408", + "id": "736981b8-e2c3-4996-883b-2877f526406b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142247,7 +142247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c7d0cb7-e83a-4715-beac-fbfa8c7503ca", + "id": "06a1f437-6d16-417a-8490-69de96604ea8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142307,7 +142307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e15480bc-74e6-41fd-a478-c6efa4a2281f", + "id": "7343858f-ded0-4598-8c1e-e39fec23d667", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142379,7 +142379,7 @@ "description": "", "item": [ { - "id": "431f0285-43fd-4271-a71a-d44ce54f862b", + "id": "168bd1cd-1205-4aa9-959a-a58db52e63ea", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -142422,7 +142422,7 @@ }, "response": [ { - "id": "0b7d2c2f-7241-4f5b-b8b8-cec8721ce010", + "id": "800e574b-5d8f-46db-8e6d-7097e674dc7c", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -142479,7 +142479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8712d643-011c-409d-a9a0-f0fd9ff5f3d0", + "id": "be1192da-9159-4585-89eb-c37d2ee2ebaa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142536,7 +142536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "717e401f-21db-4c3f-8238-3e8f2d492eea", + "id": "a17431cb-d5c2-4540-99d1-c8aa65e46d12", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142593,7 +142593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e9b8041-c104-4a2b-9bd3-d53c8faadab6", + "id": "7189bf2f-e6f8-4e8d-896e-faf83dd9253f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142650,7 +142650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "309e2759-11d8-4dfa-b778-8020bac65e34", + "id": "978609b0-4515-4ec9-af92-11b1cd32ca7d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142707,7 +142707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2f60d3e-9eff-4c27-8e5c-ea72c29b8af1", + "id": "8df3a4a1-4fdb-4ac3-8635-e93e84d09059", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142770,7 +142770,7 @@ } }, { - "id": "1119b3fc-b06a-46c5-a987-82e6e57a5491", + "id": "d764781a-c8fd-43e8-812b-decc9e8f099a", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -142799,7 +142799,7 @@ }, "response": [ { - "id": "c687506e-9efc-40db-8515-26e16d3f1f02", + "id": "126002b1-a2d1-429b-b2d8-40ef54fd1de8", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -142842,7 +142842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ede1c52-6f1d-4943-8091-818ad5f72d21", + "id": "b3c29bed-7d26-4d31-8608-fa06e2c3672f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142885,7 +142885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2430907-2756-425e-b942-be2b323cd3da", + "id": "14a1defc-6522-4a2c-afb7-713883bf387f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142928,7 +142928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88f2f7a7-49f1-4edc-8880-78926da62c87", + "id": "0c260ff1-371e-455c-b95f-67aff802748e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142971,7 +142971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22df5363-9087-4c42-b3a0-75188f1c6d94", + "id": "bd4badac-a522-477c-b9d5-9fc767b65bc6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143014,7 +143014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a8d6512-b905-477f-800f-f56d13acd7fc", + "id": "3b6c1282-da65-4cb8-976f-107ef4c5c159", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143063,7 +143063,7 @@ } }, { - "id": "e8e14d06-79fe-49e8-9aac-7053145a95be", + "id": "013e9db9-5f71-43f3-a21c-bef1b25e9c39", "name": "Download violation report", "request": { "name": "Download violation report", @@ -143105,7 +143105,7 @@ }, "response": [ { - "id": "5490c011-5a49-4318-b777-47d4d0997f3c", + "id": "f100c1af-bc11-443a-86bb-0246b50cfc88", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -143145,12 +143145,12 @@ "value": "application/zip" } ], - "body": "dolore ut", + "body": "id", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "a71e544e-ac25-4b70-9901-0d8585fb8721", + "id": "1be9e0ee-f0fa-44b1-a84e-603dac311170", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143195,7 +143195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26f3b65e-6d15-4270-923b-12ef9dd4483b", + "id": "0251cac9-2d17-423c-81a5-aa00c921867d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143240,7 +143240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "631c7a16-1e70-4300-8504-188f7e2cf6a7", + "id": "79a79e5b-efd4-4edd-b289-e24e14a8f5c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143285,7 +143285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "775693f5-92d8-4df3-9951-601fdf10d0f5", + "id": "34d2212b-b2c8-4953-ae75-d486d90b2466", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -143330,7 +143330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80dd190c-67ab-48a8-9dbf-8e831635e1e2", + "id": "15109f0c-a84a-4776-a546-be7009361597", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143375,7 +143375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62e63bba-b16a-411a-9870-272c033de96c", + "id": "0f2c215c-6e66-429c-a1ac-3719296c8d94", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143426,7 +143426,7 @@ } }, { - "id": "88f16894-c943-4022-9a0c-36a31121a76f", + "id": "71e2fb0f-8312-4365-af2a-0dbcfc6576dd", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -143479,7 +143479,7 @@ }, "response": [ { - "id": "e9af92ad-fc35-471a-a729-a875280ef497", + "id": "748e6013-c3f4-4f3d-99df-363f792f6bcb", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -143520,12 +143520,12 @@ "value": "application/zip" } ], - "body": "dolore ut", + "body": "id", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "ad0f6d3c-2c68-4ef3-a3ca-a7d8677770e2", + "id": "2c816a98-6927-45c3-9eba-f5e37a94ef3d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143571,7 +143571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fe3ecfc-43a4-4c1b-a282-4c8f5915efaf", + "id": "0da314db-d375-45c0-b37e-8193105081cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143617,7 +143617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ee8cddb-985e-45bd-bd36-fa5f18134840", + "id": "06e8e533-35f9-4070-9c63-ababf59b77bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143663,7 +143663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d38e3cfc-e22b-42f3-ae27-c79b8f546d6b", + "id": "3d2ff563-1a8d-4012-86dd-eb00c12eaba7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -143709,7 +143709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de08b7e0-74f7-447e-98e0-6d5849000f1c", + "id": "0bd2ebc1-11c1-4394-94ec-678d4ec92352", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143755,7 +143755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20870591-8fda-423c-8e74-015db1217186", + "id": "35802d78-183c-4b54-be40-995d886b2749", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143887,7 +143887,7 @@ } ], "info": { - "_postman_id": "8e74dce9-73f4-40b9-8a4f-689d7d5ebcd8", + "_postman_id": "b2729eaf-cd8f-4e9c-959b-c2ed30216f3c", "name": "Identity Security Cloud V3 API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": {