SocialVO Data Type

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

Example

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