PersonActivityObject

An object entity representing a Jive user.

Fields

FieldTypeMode Description
displayNameStringread-only

Natural language, human readable, plain text name of this object. This value can be null in cases such as a status update or an idea.

emailStringread-only

Email for this person. This information is only available when person is anonymous

Since: 3.3
idStringread-only

Permanent and universally unique identifier for this object. For standard Jive objects (those for which the objectType field starts with "jive:"), this will be an IRI that resolves to the Jive Core API endpoint to retrieve this particular object.

imageMediaLinkread-only

Description of a resource providing a visual representation of this object, intended for human consumption.

jiveJiveread-only

Jive entity for this person.

nameNameread-only

Name components for this person. This information is only available when person is anonymous

Since: 3.3
objectTypeStringread-onlyThe type of this activity object. Standard Jive objects all have a prefix of jive:. Possible values include:
  • jive:comment - activity associated with a comment
  • jive:discussion - activity associated with a discussion
  • jive:file - activity associated with an uploaded file
  • jive:idea - activity associated with an idea
  • jive:message - activity associated with a message
  • jive:post - activity associated with a blog post
  • jive:update - activity associated with a status update
publishedISO 8601 Dateread-only

Date and time when this object was initially published.

updatedISO 8601 Dateread-only

Date and time at which a previously published object was modified.

urlStringread-only

URI identifying a resource that provides an HTML representation of the object.

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