Search dispatch target history
GET/nevisidm/api/core/v1/history/dispatch-targets
Since: 8.2605.0, 9.2605.0
Required permission(s): AccessControl.HistoryView
Returns a paginated list of dispatch target history entries. Each entry represents a versioned snapshot of a dispatch target at a specific point in time.
The following filter parameters can be combined to narrow down results:
userExtId- filter by user external IDclientExtId- filter by client external IDdispatchTargetExtId- filter by dispatch target external IDoperation- filter by operation type: 'i' (insert), 'u' (update), or 'd' (delete)userId- filter by internal user ID (numeric)origId- filter by original entity ID (numeric), i.e. the ID of the dispatch target for which history was recordedstateName- filter by dispatch target state: 'active' or 'disabled'
Request
Query Parameters
Pagination continuation token from a previous response.
Default value: 0
Maximum number of results to return.
Responses
- 200
- 403
- 422
Dispatch target history retrieved successfully
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
items object[]
The original ID of the entity that was versioned.
The date and time when the version was created, formatted as ISO 8601 string.
The version number of the entity.
The transaction ID associated with the version change.
Possible values: [i, u, d]
The type of operation that caused the version change.
The identifier of the user who last modified the entity, in ClientExtId/UserExtId format.
The identifier of the user who created the entity, in ClientExtId/UserExtId format.
The date and time when the entity was last modified, formatted as ISO 8601 string.
The date and time when the entity was created, formatted as ISO 8601 string.
The ID of the versioned entity, primary key of the versioned table.
Human-readable name of the dispatch target device.
The external ID of the dispatch target.
Internal ID of the user the dispatch target belongs to.
The device identifier obtained from a push service.
The hashed device identifier.
The target identifier of the dispatch channel.
The name of the dispatcher used for the channel.
User-Agent string of the FIDO UAF device.
Encryption key used for encrypting the dispatch channel data.
Signing key used for signing dispatch channel information.
The application ID where the device is registered.
Possible values: [fido-uaf]
The type of the dispatch target.
Possible values: [active, disabled]
The state of the dispatch target.
External ID of the client.
External ID of the user.
Business identification of the dispatch target.
_pagination object
The continuation token for fetching the next page of results generated from creation date and external id of the last entity
The maximum number of results returned in a single page
The total number of results available, only supported for selected endpoints, if returnTotalResultCount query-parameter is true
_classifications object
property name* string[]
string
{
"items": [
{
"origId": 1017,
"versionDate": "2026-02-16T11:07:06Z",
"versionNumber": 1,
"transactionId": "3fef071b-0b1f-11f1-b678-92c7ef7822e6_888_28",
"operation": "u",
"modifiedBy": "Default/bootstrap",
"createdBy": "Default/bootstrap",
"modifiedAt": "2026-02-16T11:07:06Z",
"createdAt": "2026-02-16T11:07:06Z",
"versionedId": 46,
"name": "PatchedDispatchTargetd3be4bd9-7616-4bad-b8f4-bb29f0148c51_0",
"extId": "d3be4bd9-7616-4bad-b8f4-bb29f0148c51",
"userId": 99999994035,
"deviceId": "PatchedDeviceIdd3be4bd9-7616-4bad-b8f4-bb29f0148c51_0",
"hashedDeviceId": "be98740e3c0f49548cfb92b29056a64eb0459b80968331061e83541c6a6f16ae",
"target": "PatchedTargetd3be4bd9-7616-4bad-b8f4-bb29f0148c51_0",
"dispatcher": "FIDO_UAFd3be4bd9-7616-4bad-b8f4-bb29f0148c51",
"userAgent": "PatchedUserAgentd3be4bd9-7616-4bad-b8f4-bb29f0148c51_0",
"encryptionKey": "PatchedEncryptionKeyd3be4bd9-7616-4bad-b8f4-bb29f0148c51_0",
"signingKey": "PatchedSigningKeyd3be4bd9-7616-4bad-b8f4-bb29f0148c51_0",
"appId": "PatchedAppIdd3be4bd9-7616-4bad-b8f4-bb29f0148c51_0",
"type": "fido-uaf",
"state": "active",
"clientExtId": "cb83d087-e071-488c-b5cc-fbfc1b6055b1",
"userExtId": "4f589b77-8cda-4d01-8c74-e56092f80588"
},
{
"origId": 1017,
"versionDate": "2026-02-16T11:07:07Z",
"versionNumber": 2,
"transactionId": "4006296b-0b1f-11f1-b678-92c7ef7822e6_888_29",
"operation": "u",
"modifiedBy": "Default/bootstrap",
"createdBy": "Default/bootstrap",
"modifiedAt": "2026-02-16T11:07:07Z",
"createdAt": "2026-02-16T11:07:06Z",
"versionedId": 47,
"name": "PatchedDispatchTargetd3be4bd9-7616-4bad-b8f4-bb29f0148c51_1",
"extId": "d3be4bd9-7616-4bad-b8f4-bb29f0148c51",
"userId": 99999994035,
"deviceId": "PatchedDeviceIdd3be4bd9-7616-4bad-b8f4-bb29f0148c51_1",
"hashedDeviceId": "8f1c200bd06f1c2aeaf44a4c67026e09b5bf45bc4c36593684634e7885701326",
"target": "PatchedTargetd3be4bd9-7616-4bad-b8f4-bb29f0148c51_1",
"dispatcher": "FIDO_UAFd3be4bd9-7616-4bad-b8f4-bb29f0148c51",
"userAgent": "PatchedUserAgentd3be4bd9-7616-4bad-b8f4-bb29f0148c51_1",
"encryptionKey": "PatchedEncryptionKeyd3be4bd9-7616-4bad-b8f4-bb29f0148c51_1",
"signingKey": "PatchedSigningKeyd3be4bd9-7616-4bad-b8f4-bb29f0148c51_1",
"appId": "PatchedAppIdd3be4bd9-7616-4bad-b8f4-bb29f0148c51_1",
"type": "fido-uaf",
"state": "disabled",
"clientExtId": "cb83d087-e071-488c-b5cc-fbfc1b6055b1",
"userExtId": "4f589b77-8cda-4d01-8c74-e56092f80588"
},
{
"origId": 1017,
"versionDate": "2026-02-16T11:07:07Z",
"versionNumber": 3,
"transactionId": "401ce1c9-0b1f-11f1-b678-92c7ef7822e6_888_30",
"operation": "u",
"modifiedBy": "Default/bootstrap",
"createdBy": "Default/bootstrap",
"modifiedAt": "2026-02-16T11:07:07Z",
"createdAt": "2026-02-16T11:07:06Z",
"versionedId": 48,
"name": "PatchedDispatchTargetd3be4bd9-7616-4bad-b8f4-bb29f0148c51_2",
"extId": "d3be4bd9-7616-4bad-b8f4-bb29f0148c51",
"userId": 99999994035,
"deviceId": "PatchedDeviceIdd3be4bd9-7616-4bad-b8f4-bb29f0148c51_2",
"hashedDeviceId": "8d65adcedc1523940b03752c3d322b6b48283d6cbc5f01a6120cdf9c5ecea847",
"target": "PatchedTargetd3be4bd9-7616-4bad-b8f4-bb29f0148c51_2",
"dispatcher": "FIDO_UAFd3be4bd9-7616-4bad-b8f4-bb29f0148c51",
"userAgent": "PatchedUserAgentd3be4bd9-7616-4bad-b8f4-bb29f0148c51_2",
"encryptionKey": "PatchedEncryptionKeyd3be4bd9-7616-4bad-b8f4-bb29f0148c51_2",
"signingKey": "PatchedSigningKeyd3be4bd9-7616-4bad-b8f4-bb29f0148c51_2",
"appId": "PatchedAppIdd3be4bd9-7616-4bad-b8f4-bb29f0148c51_2",
"type": "fido-uaf",
"state": "active",
"clientExtId": "cb83d087-e071-488c-b5cc-fbfc1b6055b1",
"userExtId": "4f589b77-8cda-4d01-8c74-e56092f80588"
},
{
"origId": 1017,
"versionDate": "2026-02-16T11:07:07Z",
"versionNumber": 4,
"transactionId": "40366a3a-0b1f-11f1-b678-92c7ef7822e6_888_31",
"operation": "u",
"modifiedBy": "Default/bootstrap",
"createdBy": "Default/bootstrap",
"modifiedAt": "2026-02-16T11:07:07Z",
"createdAt": "2026-02-16T11:07:06Z",
"versionedId": 49,
"name": "PatchedDispatchTargetd3be4bd9-7616-4bad-b8f4-bb29f0148c51_3",
"extId": "d3be4bd9-7616-4bad-b8f4-bb29f0148c51",
"userId": 99999994035,
"deviceId": "PatchedDeviceIdd3be4bd9-7616-4bad-b8f4-bb29f0148c51_3",
"hashedDeviceId": "a567a546a68e0c1e5a9f456128c4d09994b48274a9874a1dbd90a51c8f04ba67",
"target": "PatchedTargetd3be4bd9-7616-4bad-b8f4-bb29f0148c51_3",
"dispatcher": "FIDO_UAFd3be4bd9-7616-4bad-b8f4-bb29f0148c51",
"userAgent": "PatchedUserAgentd3be4bd9-7616-4bad-b8f4-bb29f0148c51_3",
"encryptionKey": "PatchedEncryptionKeyd3be4bd9-7616-4bad-b8f4-bb29f0148c51_3",
"signingKey": "PatchedSigningKeyd3be4bd9-7616-4bad-b8f4-bb29f0148c51_3",
"appId": "PatchedAppIdd3be4bd9-7616-4bad-b8f4-bb29f0148c51_3",
"type": "fido-uaf",
"state": "disabled",
"clientExtId": "cb83d087-e071-488c-b5cc-fbfc1b6055b1",
"userExtId": "4f589b77-8cda-4d01-8c74-e56092f80588"
},
{
"origId": 1017,
"versionDate": "2026-02-16T11:07:07Z",
"versionNumber": 5,
"transactionId": "40504c64-0b1f-11f1-b678-92c7ef7822e6_888_32",
"operation": "u",
"modifiedBy": "Default/bootstrap",
"createdBy": "Default/bootstrap",
"modifiedAt": "2026-02-16T11:07:07Z",
"createdAt": "2026-02-16T11:07:06Z",
"versionedId": 50,
"name": "PatchedDispatchTargetd3be4bd9-7616-4bad-b8f4-bb29f0148c51_4",
"extId": "d3be4bd9-7616-4bad-b8f4-bb29f0148c51",
"userId": 99999994035,
"deviceId": "PatchedDeviceIdd3be4bd9-7616-4bad-b8f4-bb29f0148c51_4",
"hashedDeviceId": "4919454a6b7c8b98a86d351876902c7c172c636e9dbf9b6b96ce464cadb867d5",
"target": "PatchedTargetd3be4bd9-7616-4bad-b8f4-bb29f0148c51_4",
"dispatcher": "FIDO_UAFd3be4bd9-7616-4bad-b8f4-bb29f0148c51",
"userAgent": "PatchedUserAgentd3be4bd9-7616-4bad-b8f4-bb29f0148c51_4",
"encryptionKey": "PatchedEncryptionKeyd3be4bd9-7616-4bad-b8f4-bb29f0148c51_4",
"signingKey": "PatchedSigningKeyd3be4bd9-7616-4bad-b8f4-bb29f0148c51_4",
"appId": "PatchedAppIdd3be4bd9-7616-4bad-b8f4-bb29f0148c51_4",
"type": "fido-uaf",
"state": "active",
"clientExtId": "cb83d087-e071-488c-b5cc-fbfc1b6055b1",
"userExtId": "4f589b77-8cda-4d01-8c74-e56092f80588"
}
],
"_pagination": {
"continuationToken": "1771236427000_50",
"limit": 5
}
}
Insufficient permissions
- application/json
- Schema
- Example (from schema)
- Permission denied
- Dataroom permission denied
Schema
- Array [
- CredentialExtIdIdentifierDTO
- FidoUafIdentifier
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- ]
errors ErrorMessageDTO[]
Possible values: [errors.fatalError, errors.unknownReason, errors.inconsistentData, errors.duplicateName, errors.invalidData, errors.duplicateValue, errors.duplicateEmail, errors.duplicateMobile, errors.undeletedDependencies, errors.noRecord, errors.invalidConfig, errors.missingReferenceData, errors.recordDeleted, errors.modifyReadonlyData, errors.tooManySearchResults, errors.pessimisticLockingFailure, errors.policyViolation, errors.deleteDefaultEntityFailure, errors.emailChannel, errors.noSmtpConnection, errors.SmtpNotConfigured, errors.propertyUniquenessViolated, errors.property.stringmaxlen, errors.property.stringregex, errors.property.regexinv, errors.pwdPolicyViolated, errors.certificatePolicyViolated, errors.identifierPolicyViolated, errors.passwordExists, errors.mtanFormatViolated, errors.mtanFormatE164Violated, errors.tempStrongPasswordExists, errors.safewordExists, errors.securidExists, errors.ticketExists, errors.kerberosExists, errors.tooManyOTPCards, errors.urlTicketMissingURLPrefix, errors.certificateExists, errors.vascoExists, errors.PUKExists, errors.URLTicketExists, errors.mobileSignatureExists, errors.securityQuestionsExists, errors.recoveryCodeExists, errors.securityQuestionsMaxReached, errors.qrCodeGenerationFailed, errors.oathSecretIsShared, errors.nocertcred, errors.CredTypeUnitPolicyViolated, errors.CredTypeClientPolicyViolated, errors.credentialNotActive, errors.dimensionNotMatch, errors.noTemplate, errors.pdfPrintingFailure, errors.missingMandatoryPlaceholder, errors.defaultCollectionDelete, errors.tableTypeMismatch, errors.nullRequestBody, errors.deserialization, errors.nullParameter, errors.invalidParameter, errors.invalidDate, errors.invalidDateOrDateTime, errors.invalidDateInterval, errors.invalidMobile, errors.mobileCannotBeDeleted, errors.mobileMissing, errors.userLoginIdNull, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userNameNull, errors.userFirstNameNull, errors.userSexNull, errors.userCountryNull, errors.userEmailNull, errors.userMobileNull, errors.userPhoneFormat, errors.userEmailFormat, errors.msisdnFormat, errors.applicationNameNull, errors.credentialFidoUaf.invalidAuthVersionFormat, errors.credentialFidoUaf.invalidPublicKeyAlgorithm, errors.credentialFidoUaf.invalidKeyIdFormat, errors.credentialFidoUaf.invalidAaidFormat, errors.credentialFidoUaf.emptyAppId, errors.credentialFidoUaf.notUnique, errors.msspIdentifierMissing, errors.invalidTimeInterval, errors.unitInvalidValidityPeriodParent, errors.unitInvalidValidFromParameterParent, errors.unitInvalidValidUntilParameterParent, errors.unitInvalidValidityPeriodChild, errors.unitInvalidValidFromParameterChild, errors.unitInvalidValidUntilParameterChild, errors.noClientFound, errors.inconsistentClientAssignment, errors.noDefaultUnitInClient, errors.samlAttributeFormat, errors.insufficientRightsFunction, errors.maxResetCount, errors.insufficientFineGrainedRights, errors.potentialPrivilegeEscalation, errors.applDataroomDenied, errors.unitDataroomDenied, errors.eRoleDataroomDenied, errors.combinedDataroomDenied, errors.clientDataroomDenied, errors.referenceDataChangeDenied, errors.attrAccessForbidden, errors.filesystemIO, errors.reporting.tooManyRequests, errors.modifyArchivedUser, errors.modifyArchivedCredential, errors.archiveCredentialDenied, errors.modifyArchivedProfile, errors.assignDisabledUnit, errors.assignProfilelessUnit, errors.profilelessFlagCannotBeSet, errors.modifyExtId, errors.docTypeNotModifiable, errors.addIdmToApplDataroom, errors.applicationLimitsDataroomUnitsMaxExceeded, errors.assignSubunitAsParent, errors.history.norecord, errors.loginIdGeneratorFailed, errors.fileupload.vasco, errors.techUser.oneProfile, errors.urlTicket.invalidFormat, errors.passwordChangeDeadlineExceeded, errors.pcyconf.invalidParamValue, errors.pcyconf.missingParam, errors.pcyconf.missingProfilePolicy, errors.pcyconf.multipleClientPolicy, errors.pcyconf.invalidParamName, errors.userImport.fileupload.invalidTemplate, errors.enterpriseRolesDisabled, errors.queryServiceDisabled, errors.serviceDisabled, errors.invalidUri, errors.unsupportedMediaType, errors.jsonProcessingError, errors.unsupportedOperation, errors.unsupportedCredentialTypeToCreate, errors.unsupportedCredentialTypeToDelete, errors.credentialTypeWithoutProperties, errors.invalidAssignIdmroleToErole, errors.invalidJWTToken, errors.modifyProtectedFieldInvalidJWTToken, errors.optimisticLockingFailure, errors.deleteDefaultUnitCredPolicyFailure, errors.otherGenderPolicyDisabled, error.login.userState, error.job.execution.failure, errors.invalidSyntax, errors.mandatoryParameterMissing, errors.fieldIsNotIndexed, errors.fieldIsNotDirectlyIndexed, errors.entityManagerNotOpen, errors.unsuccessfulQuery, errors.queryHasTimedOut, errors.emailPolicyViolated, errors.policyInconsistency]
A list of error messages describing the error(s) that occurred.
identifier object
The identifier of the entity related to the error, only used in certain error cases for BULK actions.
The external identifier of the client.
The external identifier of the user.
The external identifier of the credential.
The key identifier of the authenticator registered key.
The authenticator attestation identifier of the FIDO UAF credential.
Possible values: [errors.fatalError, errors.unknownReason, errors.inconsistentData, errors.duplicateName, errors.invalidData, errors.duplicateValue, errors.duplicateEmail, errors.duplicateMobile, errors.undeletedDependencies, errors.noRecord, errors.invalidConfig, errors.missingReferenceData, errors.recordDeleted, errors.modifyReadonlyData, errors.tooManySearchResults, errors.pessimisticLockingFailure, errors.policyViolation, errors.deleteDefaultEntityFailure, errors.emailChannel, errors.noSmtpConnection, errors.SmtpNotConfigured, errors.propertyUniquenessViolated, errors.property.stringmaxlen, errors.property.stringregex, errors.property.regexinv, errors.pwdPolicyViolated, errors.certificatePolicyViolated, errors.identifierPolicyViolated, errors.passwordExists, errors.mtanFormatViolated, errors.mtanFormatE164Violated, errors.tempStrongPasswordExists, errors.safewordExists, errors.securidExists, errors.ticketExists, errors.kerberosExists, errors.tooManyOTPCards, errors.urlTicketMissingURLPrefix, errors.certificateExists, errors.vascoExists, errors.PUKExists, errors.URLTicketExists, errors.mobileSignatureExists, errors.securityQuestionsExists, errors.recoveryCodeExists, errors.securityQuestionsMaxReached, errors.qrCodeGenerationFailed, errors.oathSecretIsShared, errors.nocertcred, errors.CredTypeUnitPolicyViolated, errors.CredTypeClientPolicyViolated, errors.credentialNotActive, errors.dimensionNotMatch, errors.noTemplate, errors.pdfPrintingFailure, errors.missingMandatoryPlaceholder, errors.defaultCollectionDelete, errors.tableTypeMismatch, errors.nullRequestBody, errors.deserialization, errors.nullParameter, errors.invalidParameter, errors.invalidDate, errors.invalidDateOrDateTime, errors.invalidDateInterval, errors.invalidMobile, errors.mobileCannotBeDeleted, errors.mobileMissing, errors.userLoginIdNull, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userNameNull, errors.userFirstNameNull, errors.userSexNull, errors.userCountryNull, errors.userEmailNull, errors.userMobileNull, errors.userPhoneFormat, errors.userEmailFormat, errors.msisdnFormat, errors.applicationNameNull, errors.credentialFidoUaf.invalidAuthVersionFormat, errors.credentialFidoUaf.invalidPublicKeyAlgorithm, errors.credentialFidoUaf.invalidKeyIdFormat, errors.credentialFidoUaf.invalidAaidFormat, errors.credentialFidoUaf.emptyAppId, errors.credentialFidoUaf.notUnique, errors.msspIdentifierMissing, errors.invalidTimeInterval, errors.unitInvalidValidityPeriodParent, errors.unitInvalidValidFromParameterParent, errors.unitInvalidValidUntilParameterParent, errors.unitInvalidValidityPeriodChild, errors.unitInvalidValidFromParameterChild, errors.unitInvalidValidUntilParameterChild, errors.noClientFound, errors.inconsistentClientAssignment, errors.noDefaultUnitInClient, errors.samlAttributeFormat, errors.insufficientRightsFunction, errors.maxResetCount, errors.insufficientFineGrainedRights, errors.potentialPrivilegeEscalation, errors.applDataroomDenied, errors.unitDataroomDenied, errors.eRoleDataroomDenied, errors.combinedDataroomDenied, errors.clientDataroomDenied, errors.referenceDataChangeDenied, errors.attrAccessForbidden, errors.filesystemIO, errors.reporting.tooManyRequests, errors.modifyArchivedUser, errors.modifyArchivedCredential, errors.archiveCredentialDenied, errors.modifyArchivedProfile, errors.assignDisabledUnit, errors.assignProfilelessUnit, errors.profilelessFlagCannotBeSet, errors.modifyExtId, errors.docTypeNotModifiable, errors.addIdmToApplDataroom, errors.applicationLimitsDataroomUnitsMaxExceeded, errors.assignSubunitAsParent, errors.history.norecord, errors.loginIdGeneratorFailed, errors.fileupload.vasco, errors.techUser.oneProfile, errors.urlTicket.invalidFormat, errors.passwordChangeDeadlineExceeded, errors.pcyconf.invalidParamValue, errors.pcyconf.missingParam, errors.pcyconf.missingProfilePolicy, errors.pcyconf.multipleClientPolicy, errors.pcyconf.invalidParamName, errors.userImport.fileupload.invalidTemplate, errors.enterpriseRolesDisabled, errors.queryServiceDisabled, errors.serviceDisabled, errors.invalidUri, errors.unsupportedMediaType, errors.jsonProcessingError, errors.unsupportedOperation, errors.unsupportedCredentialTypeToCreate, errors.unsupportedCredentialTypeToDelete, errors.credentialTypeWithoutProperties, errors.invalidAssignIdmroleToErole, errors.invalidJWTToken, errors.modifyProtectedFieldInvalidJWTToken, errors.optimisticLockingFailure, errors.deleteDefaultUnitCredPolicyFailure, errors.otherGenderPolicyDisabled, error.login.userState, error.job.execution.failure, errors.invalidSyntax, errors.mandatoryParameterMissing, errors.fieldIsNotIndexed, errors.fieldIsNotDirectlyIndexed, errors.entityManagerNotOpen, errors.unsuccessfulQuery, errors.queryHasTimedOut, errors.emailPolicyViolated, errors.policyInconsistency]
The error code identifying the type of error.
A human-readable message providing more details about the error.
policyViolations PolicyViolationDTO[]
A list of policy violations that caused the error.
The display name of the policy element that was violated.
The configuration string of the policy element that was violated.
The value that was supplied and caused the policy violation.
The limit value defined in the policy element that was violated.
The actual value that caused the policy violation.
policyViolation PolicyElementViolation
cause object
stackTrace object[]
stackTrace object[]
element PolicyElement
suppressed object[]
stackTrace object[]
{
"errors": [
{
"code": "errors.fatalError",
"message": "The user with the given external ID was not found."
}
],
"policyViolations": [
{
"displayName": "string",
"configString": "string",
"suppliedValue": "4",
"limitValue": 3,
"actualValue": "5"
}
],
"policyViolation": {
"cause": {
"stackTrace": [
{
"classLoaderName": "string",
"moduleName": "string",
"moduleVersion": "string",
"methodName": "string",
"fileName": "string",
"lineNumber": 0,
"className": "string",
"nativeMethod": true
}
],
"message": "string",
"localizedMessage": "string"
},
"stackTrace": [
{
"classLoaderName": "string",
"moduleName": "string",
"moduleVersion": "string",
"methodName": "string",
"fileName": "string",
"lineNumber": 0,
"className": "string",
"nativeMethod": true
}
],
"element": {
"displayName": "string",
"messageTag": "string",
"infoTag": "string",
"limitValue": 0,
"configString": "string"
},
"suppliedValue": "string",
"actualvalue": "string",
"description": "string",
"message": "string",
"suppressed": [
{
"stackTrace": [
{
"classLoaderName": "string",
"moduleName": "string",
"moduleVersion": "string",
"methodName": "string",
"fileName": "string",
"lineNumber": 0,
"className": "string",
"nativeMethod": true
}
],
"message": "string",
"localizedMessage": "string"
}
],
"localizedMessage": "string"
}
}
{
"errors": [
{
"code": "errors.insufficientRightsFunction",
"message": "Permission denied: Caller does not have the required right 'AccessControl.HistoryView' to perform this action"
}
]
}
{
"errors": [
{
"code": "errors.combinedDataroomDenied",
"message": "Permission denied: AccessControl.HistoryView"
}
]
}
Invalid filter criteria
- application/json
- Schema
- Example (from schema)
- Invalid operation filter
- Invalid userId filter
- Invalid origId filter
- Invalid state filter
Schema
- Array [
- CredentialExtIdIdentifierDTO
- FidoUafIdentifier
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- ]
errors ErrorMessageDTO[]
Possible values: [errors.fatalError, errors.unknownReason, errors.inconsistentData, errors.duplicateName, errors.invalidData, errors.duplicateValue, errors.duplicateEmail, errors.duplicateMobile, errors.undeletedDependencies, errors.noRecord, errors.invalidConfig, errors.missingReferenceData, errors.recordDeleted, errors.modifyReadonlyData, errors.tooManySearchResults, errors.pessimisticLockingFailure, errors.policyViolation, errors.deleteDefaultEntityFailure, errors.emailChannel, errors.noSmtpConnection, errors.SmtpNotConfigured, errors.propertyUniquenessViolated, errors.property.stringmaxlen, errors.property.stringregex, errors.property.regexinv, errors.pwdPolicyViolated, errors.certificatePolicyViolated, errors.identifierPolicyViolated, errors.passwordExists, errors.mtanFormatViolated, errors.mtanFormatE164Violated, errors.tempStrongPasswordExists, errors.safewordExists, errors.securidExists, errors.ticketExists, errors.kerberosExists, errors.tooManyOTPCards, errors.urlTicketMissingURLPrefix, errors.certificateExists, errors.vascoExists, errors.PUKExists, errors.URLTicketExists, errors.mobileSignatureExists, errors.securityQuestionsExists, errors.recoveryCodeExists, errors.securityQuestionsMaxReached, errors.qrCodeGenerationFailed, errors.oathSecretIsShared, errors.nocertcred, errors.CredTypeUnitPolicyViolated, errors.CredTypeClientPolicyViolated, errors.credentialNotActive, errors.dimensionNotMatch, errors.noTemplate, errors.pdfPrintingFailure, errors.missingMandatoryPlaceholder, errors.defaultCollectionDelete, errors.tableTypeMismatch, errors.nullRequestBody, errors.deserialization, errors.nullParameter, errors.invalidParameter, errors.invalidDate, errors.invalidDateOrDateTime, errors.invalidDateInterval, errors.invalidMobile, errors.mobileCannotBeDeleted, errors.mobileMissing, errors.userLoginIdNull, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userNameNull, errors.userFirstNameNull, errors.userSexNull, errors.userCountryNull, errors.userEmailNull, errors.userMobileNull, errors.userPhoneFormat, errors.userEmailFormat, errors.msisdnFormat, errors.applicationNameNull, errors.credentialFidoUaf.invalidAuthVersionFormat, errors.credentialFidoUaf.invalidPublicKeyAlgorithm, errors.credentialFidoUaf.invalidKeyIdFormat, errors.credentialFidoUaf.invalidAaidFormat, errors.credentialFidoUaf.emptyAppId, errors.credentialFidoUaf.notUnique, errors.msspIdentifierMissing, errors.invalidTimeInterval, errors.unitInvalidValidityPeriodParent, errors.unitInvalidValidFromParameterParent, errors.unitInvalidValidUntilParameterParent, errors.unitInvalidValidityPeriodChild, errors.unitInvalidValidFromParameterChild, errors.unitInvalidValidUntilParameterChild, errors.noClientFound, errors.inconsistentClientAssignment, errors.noDefaultUnitInClient, errors.samlAttributeFormat, errors.insufficientRightsFunction, errors.maxResetCount, errors.insufficientFineGrainedRights, errors.potentialPrivilegeEscalation, errors.applDataroomDenied, errors.unitDataroomDenied, errors.eRoleDataroomDenied, errors.combinedDataroomDenied, errors.clientDataroomDenied, errors.referenceDataChangeDenied, errors.attrAccessForbidden, errors.filesystemIO, errors.reporting.tooManyRequests, errors.modifyArchivedUser, errors.modifyArchivedCredential, errors.archiveCredentialDenied, errors.modifyArchivedProfile, errors.assignDisabledUnit, errors.assignProfilelessUnit, errors.profilelessFlagCannotBeSet, errors.modifyExtId, errors.docTypeNotModifiable, errors.addIdmToApplDataroom, errors.applicationLimitsDataroomUnitsMaxExceeded, errors.assignSubunitAsParent, errors.history.norecord, errors.loginIdGeneratorFailed, errors.fileupload.vasco, errors.techUser.oneProfile, errors.urlTicket.invalidFormat, errors.passwordChangeDeadlineExceeded, errors.pcyconf.invalidParamValue, errors.pcyconf.missingParam, errors.pcyconf.missingProfilePolicy, errors.pcyconf.multipleClientPolicy, errors.pcyconf.invalidParamName, errors.userImport.fileupload.invalidTemplate, errors.enterpriseRolesDisabled, errors.queryServiceDisabled, errors.serviceDisabled, errors.invalidUri, errors.unsupportedMediaType, errors.jsonProcessingError, errors.unsupportedOperation, errors.unsupportedCredentialTypeToCreate, errors.unsupportedCredentialTypeToDelete, errors.credentialTypeWithoutProperties, errors.invalidAssignIdmroleToErole, errors.invalidJWTToken, errors.modifyProtectedFieldInvalidJWTToken, errors.optimisticLockingFailure, errors.deleteDefaultUnitCredPolicyFailure, errors.otherGenderPolicyDisabled, error.login.userState, error.job.execution.failure, errors.invalidSyntax, errors.mandatoryParameterMissing, errors.fieldIsNotIndexed, errors.fieldIsNotDirectlyIndexed, errors.entityManagerNotOpen, errors.unsuccessfulQuery, errors.queryHasTimedOut, errors.emailPolicyViolated, errors.policyInconsistency]
A list of error messages describing the error(s) that occurred.
identifier object
The identifier of the entity related to the error, only used in certain error cases for BULK actions.
The external identifier of the client.
The external identifier of the user.
The external identifier of the credential.
The key identifier of the authenticator registered key.
The authenticator attestation identifier of the FIDO UAF credential.
Possible values: [errors.fatalError, errors.unknownReason, errors.inconsistentData, errors.duplicateName, errors.invalidData, errors.duplicateValue, errors.duplicateEmail, errors.duplicateMobile, errors.undeletedDependencies, errors.noRecord, errors.invalidConfig, errors.missingReferenceData, errors.recordDeleted, errors.modifyReadonlyData, errors.tooManySearchResults, errors.pessimisticLockingFailure, errors.policyViolation, errors.deleteDefaultEntityFailure, errors.emailChannel, errors.noSmtpConnection, errors.SmtpNotConfigured, errors.propertyUniquenessViolated, errors.property.stringmaxlen, errors.property.stringregex, errors.property.regexinv, errors.pwdPolicyViolated, errors.certificatePolicyViolated, errors.identifierPolicyViolated, errors.passwordExists, errors.mtanFormatViolated, errors.mtanFormatE164Violated, errors.tempStrongPasswordExists, errors.safewordExists, errors.securidExists, errors.ticketExists, errors.kerberosExists, errors.tooManyOTPCards, errors.urlTicketMissingURLPrefix, errors.certificateExists, errors.vascoExists, errors.PUKExists, errors.URLTicketExists, errors.mobileSignatureExists, errors.securityQuestionsExists, errors.recoveryCodeExists, errors.securityQuestionsMaxReached, errors.qrCodeGenerationFailed, errors.oathSecretIsShared, errors.nocertcred, errors.CredTypeUnitPolicyViolated, errors.CredTypeClientPolicyViolated, errors.credentialNotActive, errors.dimensionNotMatch, errors.noTemplate, errors.pdfPrintingFailure, errors.missingMandatoryPlaceholder, errors.defaultCollectionDelete, errors.tableTypeMismatch, errors.nullRequestBody, errors.deserialization, errors.nullParameter, errors.invalidParameter, errors.invalidDate, errors.invalidDateOrDateTime, errors.invalidDateInterval, errors.invalidMobile, errors.mobileCannotBeDeleted, errors.mobileMissing, errors.userLoginIdNull, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userLoginFailed, errors.userNameNull, errors.userFirstNameNull, errors.userSexNull, errors.userCountryNull, errors.userEmailNull, errors.userMobileNull, errors.userPhoneFormat, errors.userEmailFormat, errors.msisdnFormat, errors.applicationNameNull, errors.credentialFidoUaf.invalidAuthVersionFormat, errors.credentialFidoUaf.invalidPublicKeyAlgorithm, errors.credentialFidoUaf.invalidKeyIdFormat, errors.credentialFidoUaf.invalidAaidFormat, errors.credentialFidoUaf.emptyAppId, errors.credentialFidoUaf.notUnique, errors.msspIdentifierMissing, errors.invalidTimeInterval, errors.unitInvalidValidityPeriodParent, errors.unitInvalidValidFromParameterParent, errors.unitInvalidValidUntilParameterParent, errors.unitInvalidValidityPeriodChild, errors.unitInvalidValidFromParameterChild, errors.unitInvalidValidUntilParameterChild, errors.noClientFound, errors.inconsistentClientAssignment, errors.noDefaultUnitInClient, errors.samlAttributeFormat, errors.insufficientRightsFunction, errors.maxResetCount, errors.insufficientFineGrainedRights, errors.potentialPrivilegeEscalation, errors.applDataroomDenied, errors.unitDataroomDenied, errors.eRoleDataroomDenied, errors.combinedDataroomDenied, errors.clientDataroomDenied, errors.referenceDataChangeDenied, errors.attrAccessForbidden, errors.filesystemIO, errors.reporting.tooManyRequests, errors.modifyArchivedUser, errors.modifyArchivedCredential, errors.archiveCredentialDenied, errors.modifyArchivedProfile, errors.assignDisabledUnit, errors.assignProfilelessUnit, errors.profilelessFlagCannotBeSet, errors.modifyExtId, errors.docTypeNotModifiable, errors.addIdmToApplDataroom, errors.applicationLimitsDataroomUnitsMaxExceeded, errors.assignSubunitAsParent, errors.history.norecord, errors.loginIdGeneratorFailed, errors.fileupload.vasco, errors.techUser.oneProfile, errors.urlTicket.invalidFormat, errors.passwordChangeDeadlineExceeded, errors.pcyconf.invalidParamValue, errors.pcyconf.missingParam, errors.pcyconf.missingProfilePolicy, errors.pcyconf.multipleClientPolicy, errors.pcyconf.invalidParamName, errors.userImport.fileupload.invalidTemplate, errors.enterpriseRolesDisabled, errors.queryServiceDisabled, errors.serviceDisabled, errors.invalidUri, errors.unsupportedMediaType, errors.jsonProcessingError, errors.unsupportedOperation, errors.unsupportedCredentialTypeToCreate, errors.unsupportedCredentialTypeToDelete, errors.credentialTypeWithoutProperties, errors.invalidAssignIdmroleToErole, errors.invalidJWTToken, errors.modifyProtectedFieldInvalidJWTToken, errors.optimisticLockingFailure, errors.deleteDefaultUnitCredPolicyFailure, errors.otherGenderPolicyDisabled, error.login.userState, error.job.execution.failure, errors.invalidSyntax, errors.mandatoryParameterMissing, errors.fieldIsNotIndexed, errors.fieldIsNotDirectlyIndexed, errors.entityManagerNotOpen, errors.unsuccessfulQuery, errors.queryHasTimedOut, errors.emailPolicyViolated, errors.policyInconsistency]
The error code identifying the type of error.
A human-readable message providing more details about the error.
policyViolations PolicyViolationDTO[]
A list of policy violations that caused the error.
The display name of the policy element that was violated.
The configuration string of the policy element that was violated.
The value that was supplied and caused the policy violation.
The limit value defined in the policy element that was violated.
The actual value that caused the policy violation.
policyViolation PolicyElementViolation
cause object
stackTrace object[]
stackTrace object[]
element PolicyElement
suppressed object[]
stackTrace object[]
{
"errors": [
{
"code": "errors.fatalError",
"message": "The user with the given external ID was not found."
}
],
"policyViolations": [
{
"displayName": "string",
"configString": "string",
"suppliedValue": "4",
"limitValue": 3,
"actualValue": "5"
}
],
"policyViolation": {
"cause": {
"stackTrace": [
{
"classLoaderName": "string",
"moduleName": "string",
"moduleVersion": "string",
"methodName": "string",
"fileName": "string",
"lineNumber": 0,
"className": "string",
"nativeMethod": true
}
],
"message": "string",
"localizedMessage": "string"
},
"stackTrace": [
{
"classLoaderName": "string",
"moduleName": "string",
"moduleVersion": "string",
"methodName": "string",
"fileName": "string",
"lineNumber": 0,
"className": "string",
"nativeMethod": true
}
],
"element": {
"displayName": "string",
"messageTag": "string",
"infoTag": "string",
"limitValue": 0,
"configString": "string"
},
"suppliedValue": "string",
"actualvalue": "string",
"description": "string",
"message": "string",
"suppressed": [
{
"stackTrace": [
{
"classLoaderName": "string",
"moduleName": "string",
"moduleVersion": "string",
"methodName": "string",
"fileName": "string",
"lineNumber": 0,
"className": "string",
"nativeMethod": true
}
],
"message": "string",
"localizedMessage": "string"
}
],
"localizedMessage": "string"
}
}
{
"errors": [
{
"code": "errors.invalidParameter",
"message": "Invalid operation filter value (It has to be either 'i' or 'u' or 'd'): INVALID"
}
]
}
{
"errors": [
{
"code": "errors.invalidParameter",
"message": "Invalid userId filter value (It has to be numeric): INVALID"
}
]
}
{
"errors": [
{
"code": "errors.invalidParameter",
"message": "Invalid origId filter value (It has to be numeric):INVALID"
}
]
}
{
"errors": [
{
"code": "errors.invalidParameter",
"message": "Invalid DispatchTargetState name 'INVALID_STATE'"
}
]
}