SocialVO Data Type

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

Example

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