Attach financial account to Authorized user

The POST /api/subProfiles/attachToFinancialAccount endpoint allows you to link a financial account to an authorized user profile. By sending a request with the sub-user ID and financial account details, you can associate a specific financial account with an authorized user. This method enhances account organization and access control within your banking application.

Response

Upon successful execution, the API will respond with a confirmation message indicating that the financial account has been successfully linked to the authorized user profile.

Security Considerations

  • Authentication and Authorization: The request must be made by an authenticated and authorized user with the necessary permissions.
  • Input Validation: Ensure that both the sub-user ID and financial account ID are valid and properly formatted.

Summary

The POST /api/subProfiles/attachToFinancialAccount endpoint allows you to efficiently link a financial account to an authorized user profile, facilitating improved account management and access control within the banking application.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!