SocialVO Data Type

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

Example

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