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.

Properties

Properties

PropertyTypeMode Description
idStringread-only

Identifier (unique within an object type and Jive instance) of this object.

resourcesObjectread-only

Resource links (and related permissions for the requesting person) relevant to this object.

→ Fields used by update and create operations
→ Fields used only by create operations
→ Fields not used by update or create operations