osapi.jive.corev3.privateprops.PrivateProps
Private Properties
is a way to store app / integration specific properties for user.
Each property has a name, value and a parent object. Only Jive Apps and Jive Integrations can make use of private properties.
Private properties are stored within the context of app or integration and user, i.e. properties created by an integration or app are available only for that app or integration and the user.
Example:
Save Private Properties
Private Properties can be created by executing osapi.jive.corev3.people.savePrivateProps method.
Fetch Private Properties
Private Properties can be fetched by executing osapi.jive.corev3.people.getPrivateProps methods on any person or place or content object. For e.g. Read getExtProps() to learn how to fetch private props.