Copy PageEdit User Notepatch https://bo-api.drivewealth.io/back-office/users/{userID}/notes/{userNoteID}Updates an existing note on a user. Behaves identically to PUT on this same path - both are fully supported.Path ParamsuserIDstringrequiredThe User's unique identifier.userNoteIDstringrequiredThe unique identifier of the note being edited.Body ParamssubjectstringrequiredA short title for the note.notestringThe note body. Required when creating a note; optional when editing one.categorystringenumThe area of the business a note relates to.Show DetailsUSERSRelates to the user's profile or identity.ACCOUNTSRelates to one of the user's accounts.ORDERSRelates to order entry or execution.ACATSRelates to an ACATS (Automated Customer Account Transfer Service) transfer.KYCRelates to Know Your Customer identity verification.CORPORATE_ACTIONSRelates to a corporate action (e.g. a stock split or merger).INSTRUMENTSRelates to a tradable instrument.PAYMENTSRelates to a deposit, withdrawal, or other payment.TRANSACTIONSRelates to a ledger transaction.TAXRelates to tax reporting or withholding.STATEMENTSRelates to an account statement.SUBSCRIPTIONSRelates to a recurring subscription.PORTFOLIORelates to portfolio or managed-allocation activity.GFVRelates to a Good Faith Violation.FPSLRelates to Fully Paid Securities Lending.POSITIONSRelates to a held position.PDTRelates to Pattern Day Trading status or restrictions.TEFRARelates to TEFRA (Tax Equity and Fiscal Responsibility Act) withholding.OTHERDoesn't fit any other category.KYCUSERSACCOUNTSORDERSACATSKYCCORPORATE_ACTIONSINSTRUMENTSPAYMENTSTRANSACTIONSTAXSTATEMENTSSUBSCRIPTIONSPORTFOLIOGFVFPSLPOSITIONSPDTTEFRAOTHERShow 19 enum valuesvisibilitystringenumOn create (POST): a value of INTERNAL from any caller outside DriveWealth is silently treated as EXTERNAL - no error is raised, unlike the GET list filter's 403 for the same case. On edit (PUT/PATCH): this field is not honored at all - a note's visibility is fixed at creation and cannot be changed by editing it, for any caller.Show DetailsINTERNALVisible only to DriveWealth-internal callers.EXTERNALVisible to DriveWealth-internal callers and the partner.EXTERNALINTERNALEXTERNALAllowed:INTERNALEXTERNALResponses 200The note was updated successfully. 400Bad RequestUpdated about 1 hour ago Edit User NoteViolationsDid this page help you?YesNo