osapi.jive.corev3.OnBehalfOf
An entity representing the information when a message or discussion was posted on behalf of another person.
Since: 3.3
Properties
Property | Type | Mode † | Description |
---|---|---|---|
email | String | optional | ↑ Email of the person that wrote the message. This field is only present when the email belongs to a person
that is unknown to Jive. When the email of a Jive user is sent in this field then when retrieving this
information, the person field will be used instead. |
image | MediaLink | optional | ↑ Information about the image, usually an avatar, associated to the person that wrote the content. This field
is only present when the person that wrote the message is unknown to Jive. Since: 3.7 |
name | String | optional | ↑ Name of the person that wrote the message. This field is only present when the person that wrote the
message is unknown to Jive. |
person | Person | read-only | ↑ Person that wrote the message. This field is only present when the email belongs to a person
that is known to Jive. |
profileUrl | String | optional | ↑ URL to the profile, in an external system, of the person that wrote the content. This field is only present
when the person that wrote the message is unknown to Jive. Since: 3.7 |
typeCode | Integer | read-only | ↑ |
username | String | optional | ↑ Username, in an external system, of the person that wrote the content. This field is only present when
the person that wrote the message is unknown to Jive. Since: 3.7 |