post https://api.banking.netevia.dev/api/subProfiles/add
This API method allows you to create a new authorized user within your banking application. By sending a POST request to this endpoint with the necessary user details, such as name, email, and role, you can efficiently add a authorized user to your primary account. This feature is useful for managing access control and delegating specific roles to individuals within your organization.
Response:
Upon successful creation of the authorized user, the response includes confirmation details such as the unique ID of the new authorized user and a success message.
Security:
- Proper authorization is required to call this API, ensuring that only authorized customer can add authorized user to the account.
- All mandatory fields must be included in the request to prevent errors.