Changes 2026.05.07

What's New

POST /api/identity-store/stores/{storeName}/passcodes/renewals/sessions/{sessionId}

Complete a passcode renewal.

POST /api/identity-store/stores/{storeName}/passcodes/registrations/sessions/{sessionId}

Complete a passcode registration.

POST /api/identity-store/stores/{storeName}/users/{extUserId}/passcodes/registrations/{policyName}/ext

Start a registration for a client-validated password belonging to an existing user identified by its external ID using the specified policy

GET /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/ext

List registered passcodes for a user (identified by external ID)

POST /api/identity-store/stores/{storeName}/users/{extUserId}/passcodes/authentications/{policyName}/ext

Start an authentication for a client-validated password belonging to an existing user identified by its external ID using the specified policy

POST /api/identity-store/stores/{storeName}/users/{userId}/passcodes/authentications/{policyName}

Start an authentication for a client-validated password belonging to an existing user identified by its internal ID using the specified policy

GET /api/identity-store/stores/{storeName}/passcodePolicy/{policyName}

Get an existing passcode policy by name

POST /api/identity-store/stores/{storeName}/passcodePolicy/{policyName}

Update an existing passcode policy

DELETE /api/identity-store/stores/{storeName}/passcodePolicy/{policyName}

Delete an existing passcode policy

GET /api/identity-store/stores/{storeName}/users/{userId}/passcodes/{id}

Get a passcode for a user identified by internal ID

POST /api/identity-store/stores/{storeName}/users/{userId}/passcodes/{id}

Update an existing passcode's status or expiration date by internal user ID

DELETE /api/identity-store/stores/{storeName}/users/{userId}/passcodes/{id}

Delete a user passcode by internal user ID and user passcode ID

GET /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/{id}/ext

Get a passcode for a user identified by external ID

POST /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/{id}/ext

Update an existing passcode's status or expiration date by external user ID

DELETE /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/{id}/ext

Delete a user passcode by external user ID and user passcode ID

GET /api/identity-store/stores/{storeName}/users/{userId}/passcodes

List registered passcodes for a user (identified by internal ID)

POST /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/deregistrations/{policyName}/ext

Deregister a passcode for user identified by external ID

POST /api/identity-store/stores/{storeName}/passcodePolicy

Create a new passcode policy within an identity store for policy name

POST /api/identity-store/stores/{storeName}/users/{userId}/passcodes/renewals/{policyName}

Start a renewal for a client-validated password belonging to an existing user identified by its internal ID using the specified policy

GET /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/registrations/{policyName}/ext

Get a user passcode by external user ID and policy

POST /api/identity-store/stores/{storeName}/passcodes/authentications/sessions/{sessionId}

Complete a passcode authentication.

POST /api/identity-store/stores/{storeName}/users/{extUserId}/passcodes/renewals/{policyName}/ext

Start a renewal for a client-validated password belonging to an existing user identified by its external ID using the specified policy

GET /api/identity-store/stores/{storeName}/users/{userId}/passcodes/registrations/{policyName}

Get a user passcode by internal user ID and policy

POST /api/identity-store/stores/{storeName}/users/{userId}/passcodes/registrations/{policyName}

Start a registration for a client-validated password belonging to an existing user identified by its internal ID using the specified policy

POST /api/identity-store/stores/{storeName}/users/{userId}/passcodes/deregistrations/{policyName}

Deregister a passcode for user identified by ID

What's Changed

POST /api/identity-store/stores/{storeName}/users/{extId}/biometrics/{type}/ext

Return Type:

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, appkeys and passkeys.
  • Added property passcodes (object) > A list of passcodes registered to the user

POST /api/identity-store/stores/{storeName}/users

Request:

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, appkeys and passkeys.
  • Added property passcodes (object) > A list of passcodes registered to the user

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, appkeys and passkeys.
  • Added property passcodes (object) > A list of passcodes registered to the user

GET /api/identity-store/stores/{storeName}/users/{userId}

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userId}

Request:

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, appkeys and passkeys.
  • Added property passcodes (object) > A list of passcodes registered to the user

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

DELETE /api/identity-store/stores/{storeName}/users/{userId}/appkeys/relyingParties/{rpId}/preferredDevice/{deviceId}

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

GET /api/identity-store/stores/{storeName}/users/{extId}/ext

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{extId}/ext

Request:

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, appkeys and passkeys.
  • Added property passcodes (object) > A list of passcodes registered to the user

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

DELETE /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/relyingParties/{rpId}/preferredDevice/{deviceId}/ext

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userId}/biometrics/{type}

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userId}/totps/registrations/{policyName}

Return Type:

Changed response : 201 Created

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userId}/totps/authentications/{policyName}

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/relyingParties/{rpId}/preferredDevices/ext

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

DELETE /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/relyingParties/{rpId}/preferredDevices/ext

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userExtId}/totps/authentications/{policyName}/ext

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userId}/totps/deregistrations/{policyName}

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userId}/appkeys/relyingParties/{rpId}/preferredDevices

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

DELETE /api/identity-store/stores/{storeName}/users/{userId}/appkeys/relyingParties/{rpId}/preferredDevices

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/appkeys/authentications/sessions/{sessionId}

Return Type:

Changed response : 400 Bad Request

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userExtId}/totps/registrations/{policyName}/complete/ext

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userId}/totps/registrations/{policyName}/complete

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userExtId}/biometrics/authentications/failure/ext

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{extId}/biometrics/authentications/face/ext

Return Type:

Changed response : 400 Bad Request

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userId}/biometrics/authentications/failure

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userId}/biometrics/authentications/face

Return Type:

Changed response : 400 Bad Request

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userExtId}/totps/registrations/{policyName}/ext

Return Type:

Changed response : 201 Created

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/appkeys/registrations/sessions/{sessionId}

Request:

Changed content type : application/json

  • Changed property context (object) > Additional client context data to be audited

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userExtId}/totps/deregistrations/{policyName}/ext

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

DELETE /api/identity-store/stores/{storeName}/users/{userId}/appkeys/relyingParties/{rpId}/registrations/keyIds/{keyId}

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userExtId}/passkeys/relyingParties/{rpId}/registrations/{regPolicyName}/ext

Return Type:

Changed response : 201 Created

  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during authentication. Hints are ordered by decreasing preference and are not requirements.
  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.

POST /api/identity-store/stores/{storeName}/users/{userId}/appkeys/relyingParties/{rpId}/deregistrations

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/passkeys/registrations/sessions/{sessionId}

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/relyingParties/{rpId}/deregistrations/ext

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/passkeys/relyingParties/{rpId}/registrations/{regPolicyName}

Return Type:

Changed response : 201 Created

  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during authentication. Hints are ordered by decreasing preference and are not requirements.
  • Added property hints (object) > Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.

POST /api/identity-store/stores/{storeName}/users/{userId}/passkeys/relyingParties/{rpId}/authentications/{authPolicyName}

Return Type:

Changed response : 201 Created

  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during authentication. Hints are ordered by decreasing preference and are not requirements.
  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.

DELETE /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/relyingParties/{rpId}/registrations/keyIds/{keyId}/ext

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userId}/passkeys/relyingParties/{rpId}/registrations/{regPolicyName}

Return Type:

Changed response : 201 Created

  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during authentication. Hints are ordered by decreasing preference and are not requirements.
  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.

POST /api/identity-store/stores/{storeName}/passkeys/authentications/sessions/{sessionId}

Return Type:

Changed response : 400 Bad Request

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/users/{userExtId}/passkeys/relyingParties/{rpId}/authentications/{authPolicyName}/ext

Return Type:

Changed response : 201 Created

  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during authentication. Hints are ordered by decreasing preference and are not requirements.
  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.

POST /api/identity-store/stores/{storeName}/passkeys/relyingParties/{rpId}/authentications/{authPolicyName}

Return Type:

Changed response : 201 Created

  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during authentication. Hints are ordered by decreasing preference and are not requirements.
  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.

POST /api/identity-store/stores/{storeName}/appkeys/authentications

Return Type:

Changed response : 400 Bad Request

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

####

POST /api/identity-store/stores/{storeName}/appkeys/registrations

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/passkeys/authentications

Request:

Changed content type : application/json

  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during authentication. Hints are ordered by decreasing preference and are not requirements.
  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.

Return Type:

Changed response : 400 Bad Request

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

####

POST /api/identity-store/stores/{storeName}/passkeys/registrations

Request:

Changed content type : application/json

  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during authentication. Hints are ordered by decreasing preference and are not requirements.
  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.

Return Type:

Changed response : 200 OK

  • Changed property summaryInfo (object) > Summary information about items registered to the user such as biometrics, device keys and passkeys.
  • Added property passcodes (object)

POST /api/identity-store/stores/{storeName}/appkeyConfig/{rpId}

Return Type:

Changed response : 200 OK

  • Changed content type : application/json
  • Added property attributeSchema (object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied.
  • Added property passcodePolicies (object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.

POST /api/identity-store/stores/{storeName}/appkeyConfig

Return Type:

Changed response : 201 Created

  • Added property attributeSchema (object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied.
  • Added property passcodePolicies (object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.

POST /api/identity-store/stores/{storeName}/totpPolicy/{policyName}

Return Type:

Changed response : 200 OK

  • Changed content type : application/json
  • Added property attributeSchema (object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied.
  • Added property passcodePolicies (object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.

POST /api/identity-store/stores/{storeName}/pushNotificationPolicy/{rpId}

Return Type:

Changed response : 200 OK

  • Added property attributeSchema (object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied.
  • Added property passcodePolicies (object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.

GET /api/identity-store/stores/{storeName}

Return Type:

Changed response : 200 OK

  • Added property attributeSchema (object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied.
  • Added property passcodePolicies (object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.

POST /api/identity-store/stores/{storeName}

Request:

New optional properties:

  • Added property passcodePolicies (object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.

Return Type:

Changed response : 200 OK

  • Added property attributeSchema (object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied.
  • Added property passcodePolicies (object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.

POST /api/identity-store/stores/{storeName}/passkeyConfig

Request:

Changed content type : application/json

  • Changed property authenticationPolicies (object) > Authentication policies keyed by policy name. > The policy name must not be more than 20 characters long and > must only contain alphanumeric characters and hyphens
  • Changed property registrationPolicies (object) > Registration policies keyed by policy name. > The policy name must not be more than 20 characters long and > must only contain alphanumeric characters and hyphens

Return Type:

Changed response : 201 Created

  • Added property attributeSchema (object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied.
  • Added property passcodePolicies (object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.

POST /api/identity-store/stores

Request:

  • Added property attributeSchema (object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied.
  • Added property passcodePolicies (object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.

Return Type:

Changed response : 201 Created

  • Changed content type : application/json
  • Added property attributeSchema (object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied.
  • Added property passcodePolicies (object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.

POST /api/identity-store/stores/{storeName}/totpPolicy

Return Type:

Changed response : 201 Created

  • Added property attributeSchema (object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied.
  • Added property passcodePolicies (object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.

POST /api/identity-store/stores/{storeName}/pushNotificationPolicy

Request:

Changed content type : application/json

  • Changed property apnsConfig (object)
  • Changed property fcmConfig (object)

Return Type:

Changed response : 201 Created

  • Added property attributeSchema (object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied.
  • Added property passcodePolicies (object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.

POST /api/identity-store/stores/{storeName}/passkeyConfig/{rpId}

Return Type:

Changed response : 200 OK

  • Added property attributeSchema (object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied.
  • Added property passcodePolicies (object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.

GET /api/identity-store/stores/{storeName}/users/{extUserId}/passkeys/{id}/registrationAudit/ext

Return Type:

Changed response : 200 OK

  • Added property passcodeAuditInfo (object) > A Passcode audit DTO, 1 to 1 mapped to what should be shown in UI for passcode authentication audit.

Enum value:

  • SRP

GET /api/identity-store/stores/{storeName}/users/{userId}/appkeys/{id}/registrationAudit

Return Type:

Changed response : 200 OK

  • Added property passcodeAuditInfo (object) > A Passcode audit DTO, 1 to 1 mapped to what should be shown in UI for passcode authentication audit.

Added enum value:

  • Passcode
  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.

GET /api/identity-store/stores/{storeName}/users/{userId}/authentications/{id}

Return Type:

Changed response : 200 OK

  • Added property passcodeAuditInfo (object) > A Passcode audit DTO, 1 to 1 mapped to what should be shown in UI for passcode authentication audit.
  • Added property passcodeInfo (object)

GET /api/identity-store/stores/{storeName}/users/{extId}/authentications/{id}/ext

Return Type:

Changed response : 200 OK

  • Added property passcodeAuditInfo (object) > A Passcode audit DTO, 1 to 1 mapped to what should be shown in UI for passcode authentication audit.
  • Added property passcodeInfo (object)
  • Changed property type (object) > The type of audit, for example Face

GET /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/{id}/registrationAudit/ext

Return Type:

Changed response : 200 OK

  • Added property passcodeAuditInfo (object) > A Passcode audit DTO, 1 to 1 mapped to what should be shown in UI for passcode authentication audit.

Added enum value:

  • Passcode
  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.

GET /api/identity-store/stores/{storeName}/users/{userId}/passkeys/{id}/registrationAudit

Return Type:

Changed response : 200 OK

  • Added property passcodeAuditInfo (object) > A Passcode audit DTO, 1 to 1 mapped to what should be shown in UI for passcode authentication audit.

Added enum value:

  • Passcode
  • Added property hints (object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
On This Page
Changes 2026.05.07What's NewPOST /api/identity-store/stores/{storeName}/passcodes/renewals/sessions/{sessionId}POST /api/identity-store/stores/{storeName}/passcodes/registrations/sessions/{sessionId}POST /api/identity-store/stores/{storeName}/users/{extUserId}/passcodes/registrations/{policyName}/extGET /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/extPOST /api/identity-store/stores/{storeName}/users/{extUserId}/passcodes/authentications/{policyName}/extPOST /api/identity-store/stores/{storeName}/users/{userId}/passcodes/authentications/{policyName}GET /api/identity-store/stores/{storeName}/passcodePolicy/{policyName}POST /api/identity-store/stores/{storeName}/passcodePolicy/{policyName}DELETE /api/identity-store/stores/{storeName}/passcodePolicy/{policyName}GET /api/identity-store/stores/{storeName}/users/{userId}/passcodes/{id}POST /api/identity-store/stores/{storeName}/users/{userId}/passcodes/{id}DELETE /api/identity-store/stores/{storeName}/users/{userId}/passcodes/{id}GET /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/{id}/extPOST /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/{id}/extDELETE /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/{id}/extGET /api/identity-store/stores/{storeName}/users/{userId}/passcodesPOST /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/deregistrations/{policyName}/extPOST /api/identity-store/stores/{storeName}/passcodePolicyPOST /api/identity-store/stores/{storeName}/users/{userId}/passcodes/renewals/{policyName}GET /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/registrations/{policyName}/extPOST /api/identity-store/stores/{storeName}/passcodes/authentications/sessions/{sessionId}POST /api/identity-store/stores/{storeName}/users/{extUserId}/passcodes/renewals/{policyName}/extGET /api/identity-store/stores/{storeName}/users/{userId}/passcodes/registrations/{policyName}POST /api/identity-store/stores/{storeName}/users/{userId}/passcodes/registrations/{policyName}POST /api/identity-store/stores/{storeName}/users/{userId}/passcodes/deregistrations/{policyName}What's ChangedPOST /api/identity-store/stores/{storeName}/users/{extId}/biometrics/{type}/extPOST /api/identity-store/stores/{storeName}/usersRequest:Return Type:GET /api/identity-store/stores/{storeName}/users/{userId}POST /api/identity-store/stores/{storeName}/users/{userId}Request:Return Type:DELETE /api/identity-store/stores/{storeName}/users/{userId}/appkeys/relyingParties/{rpId}/preferredDevice/{deviceId}Return Type:GET /api/identity-store/stores/{storeName}/users/{extId}/extReturn Type:POST /api/identity-store/stores/{storeName}/users/{extId}/extRequest:Return Type:DELETE /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/relyingParties/{rpId}/preferredDevice/{deviceId}/extReturn Type:POST /api/identity-store/stores/{storeName}/users/{userId}/biometrics/{type}Return Type:POST /api/identity-store/stores/{storeName}/users/{userId}/totps/registrations/{policyName}Return Type:POST /api/identity-store/stores/{storeName}/users/{userId}/totps/authentications/{policyName}Return Type:POST /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/relyingParties/{rpId}/preferredDevices/extReturn Type:DELETE /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/relyingParties/{rpId}/preferredDevices/extReturn Type:POST /api/identity-store/stores/{storeName}/users/{userExtId}/totps/authentications/{policyName}/extReturn Type:POST /api/identity-store/stores/{storeName}/users/{userId}/totps/deregistrations/{policyName}Return Type:POST /api/identity-store/stores/{storeName}/users/{userId}/appkeys/relyingParties/{rpId}/preferredDevicesReturn Type:DELETE /api/identity-store/stores/{storeName}/users/{userId}/appkeys/relyingParties/{rpId}/preferredDevicesReturn Type:POST /api/identity-store/stores/{storeName}/appkeys/authentications/sessions/{sessionId}Return Type:POST /api/identity-store/stores/{storeName}/users/{userExtId}/totps/registrations/{policyName}/complete/extReturn Type:POST /api/identity-store/stores/{storeName}/users/{userId}/totps/registrations/{policyName}/completeReturn Type:POST /api/identity-store/stores/{storeName}/users/{userExtId}/biometrics/authentications/failure/extReturn Type:POST /api/identity-store/stores/{storeName}/users/{extId}/biometrics/authentications/face/extReturn Type:POST /api/identity-store/stores/{storeName}/users/{userId}/biometrics/authentications/failureReturn Type:POST /api/identity-store/stores/{storeName}/users/{userId}/biometrics/authentications/faceReturn Type:POST /api/identity-store/stores/{storeName}/users/{userExtId}/totps/registrations/{policyName}/extReturn Type:POST /api/identity-store/stores/{storeName}/appkeys/registrations/sessions/{sessionId}Request:Return Type:POST /api/identity-store/stores/{storeName}/users/{userExtId}/totps/deregistrations/{policyName}/extReturn Type:DELETE /api/identity-store/stores/{storeName}/users/{userId}/appkeys/relyingParties/{rpId}/registrations/keyIds/{keyId}Return Type:POST /api/identity-store/stores/{storeName}/users/{userExtId}/passkeys/relyingParties/{rpId}/registrations/{regPolicyName}/extReturn Type:POST /api/identity-store/stores/{storeName}/users/{userId}/appkeys/relyingParties/{rpId}/deregistrationsReturn Type:POST /api/identity-store/stores/{storeName}/passkeys/registrations/sessions/{sessionId}Return Type:POST /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/relyingParties/{rpId}/deregistrations/extReturn Type:POST /api/identity-store/stores/{storeName}/passkeys/relyingParties/{rpId}/registrations/{regPolicyName}Return Type:POST /api/identity-store/stores/{storeName}/users/{userId}/passkeys/relyingParties/{rpId}/authentications/{authPolicyName}Return Type:DELETE /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/relyingParties/{rpId}/registrations/keyIds/{keyId}/extReturn Type:POST /api/identity-store/stores/{storeName}/users/{userId}/passkeys/relyingParties/{rpId}/registrations/{regPolicyName}Return Type:POST /api/identity-store/stores/{storeName}/passkeys/authentications/sessions/{sessionId}Return Type:POST /api/identity-store/stores/{storeName}/users/{userExtId}/passkeys/relyingParties/{rpId}/authentications/{authPolicyName}/extReturn Type:POST /api/identity-store/stores/{storeName}/passkeys/relyingParties/{rpId}/authentications/{authPolicyName}Return Type:POST /api/identity-store/stores/{storeName}/appkeys/authenticationsReturn Type:POST /api/identity-store/stores/{storeName}/appkeys/registrationsReturn Type:POST /api/identity-store/stores/{storeName}/passkeys/authenticationsRequest:Return Type:POST /api/identity-store/stores/{storeName}/passkeys/registrationsRequest:Return Type:POST /api/identity-store/stores/{storeName}/appkeyConfig/{rpId}Return Type:POST /api/identity-store/stores/{storeName}/appkeyConfigReturn Type:POST /api/identity-store/stores/{storeName}/totpPolicy/{policyName}Return Type:POST /api/identity-store/stores/{storeName}/pushNotificationPolicy/{rpId}Return Type:GET /api/identity-store/stores/{storeName}Return Type:POST /api/identity-store/stores/{storeName}Request:Return Type:POST /api/identity-store/stores/{storeName}/passkeyConfigRequest:Return Type:POST /api/identity-store/storesRequest:Return Type:POST /api/identity-store/stores/{storeName}/totpPolicyReturn Type:POST /api/identity-store/stores/{storeName}/pushNotificationPolicyRequest:Return Type:POST /api/identity-store/stores/{storeName}/passkeyConfig/{rpId}Return Type:GET /api/identity-store/stores/{storeName}/users/{extUserId}/passkeys/{id}/registrationAudit/extReturn Type:GET /api/identity-store/stores/{storeName}/users/{userId}/appkeys/{id}/registrationAuditReturn Type:GET /api/identity-store/stores/{storeName}/users/{userId}/authentications/{id}Return Type:GET /api/identity-store/stores/{storeName}/users/{extId}/authentications/{id}/extReturn Type:GET /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/{id}/registrationAudit/extReturn Type:GET /api/identity-store/stores/{storeName}/users/{userId}/passkeys/{id}/registrationAuditReturn Type: