get https://api.banking.netevia.dev/api/subProfiles/me
The GET /api/subProfiles/me endpoint retrieves detailed information about authorized users associated with the currently authenticated user. This method provides comprehensive profiles of all authorized users linked to the account, including their IDs and key attributes.
Security Considerations
- Authentication and Authorization: This endpoint requires the user to be authenticated and authorized to access their authorized user profiles.
- Data Privacy: Ensure that sensitive user information is handled securely and in compliance with data protection regulations.
Summary
The GET /api/subProfiles/me endpoint allows users to access detailed information about authorized users associated with their account, facilitating efficient management and review of user profiles within the banking application.