Forum Discussion
Hi PerBonomi
I am assuming you are trying to make the call from outside the Lithium Platform. if you need to make a call on behalf of the currently logged in user, you can either use the username and password (which means that you need to ask them to the user first), or the lithium SSO token. This is described in here. Once you have authenticated, the API will return a session key that can be used in further authenticated calls. As the key can expire, you may need to renew it by authenticating again later on.
I hope you'll find this useful!
Hey PaoloT, actually I'm trying to do it from within the community, but the logged in user doesn't seem to have read access for that db field.
- VarunGrazitti11 years agoBoss
You mean to read the field and get the data from this for a user? If thats the requrement, make the call as restadmin("/users/login/pmbonomi/profiles/name/misc")
Related Content
- 9 months ago
- 6 years ago