Skip to main content

Version 2.4.0

· 2 min read

What's New

  • POST /managed_accounts/{id}/remove
  • POST /managed_cards/{id}/remove

What's Deprecated

  • POST /managed_accounts/{id}/destroy
  • POST /managed_cards/{id}/destroy

What's Changed

  • POST /passwords/validate
    • Now takes the identity profile id (instead of identity id) to validate passwords for new users

Detailed Changes

What's New


POST /managed_accounts/{id}/remove
POST /managed_cards/{id}/remove

What's Deprecated


POST /managed_accounts/{id}/destroy
POST /managed_cards/{id}/destroy

What's Changed


POST /passwords/identities/{identity_id}/create
Return Type:

Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum value:

      • "PASSWORD_PROFILE_ALREADY_CREATED"
POST /passwords/{credential_id}/create
Return Type:

Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum value:

      • "PASSWORD_ALREADY_CREATED"
POST /passwords/validate
Request:

Changed content type : application/json

New required properties:

  • identityProfileId

New optional properties:

  • identityId
  • Added property identityProfileId (integer)

    The ID of the identity profile for which given password will be validated.

  • Deleted property identityId (integer)

    The ID of the identity owning the credential for which a new password will be created.

  • Changed property credentialType (string)

    The type of the credential for which given password will be validated.