Skip to content

Conversation

@tanya732
Copy link
Contributor

@tanya732 tanya732 commented Sep 30, 2025

This PR introduces a new paginated response model for the User Attribute Profiles Management API in the SDK. It replaces the previous use of ListUserAttributeProfile with a dedicated UserAttributeProfilePage to better support pagination and future extensibility.

Key Changes
New Model:
Added UserAttributeProfilePage and its custom deserializer (UserAttributeProfilePageDeserializer) in com.auth0.json.mgmt.userAttributeProfiles.

UserAttributeProfilePage extends the generic paginated Page class and encapsulates a list of UserAttributeProfile items.
The deserializer ensures correct mapping from the API's user attribute profiles paginated response.
API Signature Update:

@tanya732 tanya732 requested a review from a team as a code owner September 30, 2025 05:44
@tanya732 tanya732 merged commit 1e8a78e into master Sep 30, 2025
5 checks passed
@tanya732 tanya732 deleted the sdk-6843-self-service-provisioning-java-support branch September 30, 2025 07:21
@tanya732 tanya732 mentioned this pull request Sep 30, 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.

3 participants