SocialVO Data Type

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

Example

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