Skip to content

Conversation

@tanya732
Copy link
Contributor

@tanya732 tanya732 commented Jul 9, 2025

Changes

Added organization support for Change Password.

References

https://auth0.com/docs/api/authentication/change-password/change-password

Manual Testing code

Get Domain and Client-ID and Client-Secret from tenant dashboard
Create auth instance
AuthAPI auth = AuthAPI.newBuilder("{domain}", "{clientId}", "{clientSecret}").build();

Request a password reset for the given client ID, email, database connection and organization ID
auth.resetPassword("{clientId}", "{email}", "{connection}", "{organizationId}").execute().getBody();

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • This change adds test coverage
  • This change has been tested on the latest version of the platform/language or why not

Checklist

@tanya732 tanya732 requested a review from a team as a code owner July 9, 2025 13:06
@tanya732 tanya732 merged commit 318babc into master Jul 14, 2025
6 checks passed
@tanya732 tanya732 deleted the sdk-6220-update-change-password-endpoint branch July 14, 2025 10:19
This was referenced Jul 14, 2025
@tanya732 tanya732 mentioned this pull request Jul 21, 2025
This was referenced Aug 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants