SocialVO Data Type

Properties
name data type description
participantStatus SocialRelationStatus
isAdmin boolean
isModerator boolean
stateName string
createDate number
alias string
userData map of string
isCommunityAdmin boolean
tenantUUID string
followingStatus SocialRelationStatus
name string
hasMobileWidget boolean
privateContent boolean
uriCommunity string
foundationUserId number
lastUpdate number
tenantId number
numberParticipations number
numberModerations number
ecmInfo map of object
favorite boolean
hidden boolean
approvalRequired boolean
admin SocialVO
userCode string
type SocialType
followerStatus SocialRelationStatus
tenantAdmin boolean
state UserState
id number
numberFollowers number
forumId number
fullName string
customPage boolean
page string
description string
lastName string
idpId string
permissions array of string
numberFollowing number
numberFriends number
email string

Example

{
  "participantStatus" : "REJECTED",
  "isAdmin" : true,
  "isModerator" : true,
  "stateName" : "...",
  "createDate" : 12345,
  "alias" : "...",
  "userData" : {
    "property1" : "...",
    "property2" : "..."
  },
  "isCommunityAdmin" : true,
  "tenantUUID" : "...",
  "followingStatus" : "BLOCKED",
  "name" : "...",
  "hasMobileWidget" : true,
  "privateContent" : true,
  "uriCommunity" : "...",
  "foundationUserId" : 12345,
  "lastUpdate" : 12345,
  "tenantId" : 12345,
  "numberParticipations" : 12345,
  "numberModerations" : 12345,
  "ecmInfo" : {
    "property1" : { },
    "property2" : { }
  },
  "favorite" : true,
  "hidden" : true,
  "approvalRequired" : true,
  "admin" : {
    "participantStatus" : "PENDING",
    "isAdmin" : true,
    "isModerator" : true,
    "stateName" : "...",
    "createDate" : 12345,
    "alias" : "...",
    "userData" : {
      "property1" : "...",
      "property2" : "..."
    },
    "isCommunityAdmin" : true,
    "tenantUUID" : "...",
    "followingStatus" : "ACCEPTED",
    "name" : "...",
    "hasMobileWidget" : true,
    "privateContent" : true,
    "uriCommunity" : "...",
    "foundationUserId" : 12345,
    "lastUpdate" : 12345,
    "tenantId" : 12345,
    "numberParticipations" : 12345,
    "numberModerations" : 12345,
    "ecmInfo" : {
      "property1" : { },
      "property2" : { }
    },
    "favorite" : true,
    "hidden" : true,
    "approvalRequired" : true,
    "admin" : { },
    "userCode" : "...",
    "type" : "EVENT",
    "followerStatus" : "BLOCKED",
    "tenantAdmin" : true,
    "state" : "REMOVED",
    "id" : 12345,
    "numberFollowers" : 12345,
    "forumId" : 12345,
    "fullName" : "...",
    "customPage" : true,
    "page" : "...",
    "description" : "...",
    "lastName" : "...",
    "idpId" : "...",
    "permissions" : [ "...", "..." ],
    "numberFollowing" : 12345,
    "numberFriends" : 12345,
    "email" : "..."
  },
  "userCode" : "...",
  "type" : "COMMUNITY",
  "followerStatus" : "PENDING",
  "tenantAdmin" : true,
  "state" : "UNCONFIRMED",
  "id" : 12345,
  "numberFollowers" : 12345,
  "forumId" : 12345,
  "fullName" : "...",
  "customPage" : true,
  "page" : "...",
  "description" : "...",
  "lastName" : "...",
  "idpId" : "...",
  "permissions" : [ "...", "..." ],
  "numberFollowing" : 12345,
  "numberFriends" : 12345,
  "email" : "..."
}