Solved
Forum Discussion
4 Replies
Sort By
- konerus5 years agoAdept
Is it the same company as in email User@Company.com? Can we consider it the same?
- MattV5 years agoKhoros Staff
You can get it with APIv1 : https://devdocportal.lithium.com/t5/Community-API-v1-Reference/bd-p/restv1docs?section=commv1&leaf-id=Settings.name.name#Settings.name.name
The setting name for company is profile.company, so a rest call might look like
https://community.lithium.com/restapi/vc/users/id/43/settings/name/profile.company
- konerus5 years agoAdeptIs it possible that we call this restapi from the javascript? Does webuisupport help in this case?
You would create an About endpoints for this purpose that you would then call from your frontend JavaScript code.