Update Authorized user

This API method allows you to update the details of a authorized user within a banking application. By sending a POST request with the authorized user's unique ID and the fields to be updated (such as name, email, or permissions), you can efficiently manage authorized user information and ensure that profiles remain current and accurate.

Response:

Upon successful update, the response will confirm the changes made to the authorized user's profile. If there are any issues, error messages will be returned to explain the problem.

Security:

  • Authentication and Authorization: Ensure that only authorized customers can make updates to authorized user profiles.
  • Proper validation of input fields is required to avoid errors or security risks.
Body Params
int32
string
required
length between 1 and 255
string
required
length between 1 and 255
string | null
deprecated
int32 | null
string
required
length between 1 and 128
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response
200

Success

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