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 /privateprops REST method on any person. For e.g. POST to /person/{personID}/privateprops saves new set of properties. The minimum set of fields you must include are:

 {
  "any prop name": "any val",
  "any prop2 name": "any val"
  }
Fetch Private Properties

Private Properties can be fetched by executing /privateprops REST method on any person. For e.g. GET to returns private properties.

Fields

FieldTypeMode 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