Disable OTP for the subuser's operations

The POST /netevia/disableotp/authtorized/{profileId} API allows administrators to disable One-Time Password (OTP) authentication for specific subusers within a banking application. By providing the {profileId} of the subuser, this endpoint ensures that OTP is no longer required for their transactions, facilitating easier access and smoother operations. This feature is particularly useful for adjusting security settings based on individual user needs.

Functionality

  • Profile Identification: The API identifies the subuser profile linked to the provided profile ID to determine which account will have OTP authentication disabled.
  • OTP Deactivation: The API processes the request to remove the OTP requirement for transactions associated with that subuser, streamlining their access to the application.
  • Authorization Verification: The API checks that the requestor has the necessary permissions to disable OTP for the specified profile, ensuring that only authorized personnel can execute this action.

📘

Summary:

The POST /netevia/disableotp/authtorized/{profileId} API is a vital resource for administrators managing One-Time Password authentication for subusers in a banking application. By allowing the disabling of OTP requirements, this API facilitates easier access for users while ensuring that appropriate authorization is in place. With its focus on flexibility, security, and clear feedback, the API supports effective management of authentication settings, balancing convenience with the need for security oversight.

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