liaodm
11 years agoContributor
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...
- 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