Update Authorized user's address

The POST /api/subProfiles/address endpoint is used to update the address of a authorized user within the banking application. By providing the authorized user's unique ID and the new address details (such as street, city, state, and postal code) in the request body, this API allows you to efficiently modify the address associated with a authorized user profile.

Response:

Upon a successful update, the response will confirm that the address has been updated for the authorized user. In case of any issues, an error message will be returned explaining the problem.

Security:

  • Authentication and Authorization: Ensure that the request is properly authenticated and that only authorized customers can modify authorized user addresses.
  • Input validation will be performed to ensure that the provided address details are correct.
Body Params
int32
boolean
required
string
required
length ≥ 1
^\d+([\s/-]?[A-z\d/\]{1,2}|[A-z\d]+)?(?:\s[A-z\d'_-]+)+$
string | null
^[a-zA-Z\d',. \-#]+(([',. \-#][a-zA-Z ])?[a-zA-Z.]*)*$
string
required
length ≥ 1
^\d{5}$
int32
enum
required
string
required
length between 1 and 128
string
required
length between 3 and 3
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!