Forum Discussion

teknetik's avatar
12 years ago

Admin Notes API

Is there an API method for accessing/updating this?

2 Replies

  • PaoloT's avatar
    PaoloT
    Lithium Alumni (Retired)
    12 years ago

    Hi teknetik 

     

    If I am not mistaken, the admin notes are mantained in a user profile field called "admin_notes" . So you should be able to access them

     

    http://<your community>/restapi/vc/users/id/<user id>/profiles/name/admin_notes

     and also to alter them using the set method

     

    Hope that helps,