Forum Discussion

liaodm's avatar
liaodm
Contributor
11 years ago

API objects for properties not available via User/Profiles?

I am currently working on a custom component that will replace Lithium's stock 'MyProfilePage' (which reloads the page to display various tab states) with a single-page JavaScript application that ta...
  • YuriK's avatar
    11 years ago

    Hey liaodm,

     

    I think the items you are looking for can be found using the Settings API.

     

    The particular ones you are looking for can be looked up using the following:

     

    restapi/vc/users/id/<id>/settings/name/config.timezone

     

    restapi/vc/users/id/<id>/settings/name/layout.ignore

     Hope this helps,

     

    Yuri