SocialVO Data Type
name | data type | description |
---|---|---|
isAdmin | boolean | |
numberModerations | number | |
foundationUserId | number | |
lastName | string | |
userData | map of string | |
admin | SocialVO | |
uriCommunity | string | |
tenantAdmin | boolean | |
name | string | |
idpId | string | |
string | ||
permissions | array of string | |
isCommunityAdmin | boolean | |
followerStatus | SocialRelationStatus | |
hasMobileWidget | boolean | |
tenantUUID | string | |
page | string | |
approvalRequired | boolean | |
id | number | |
alias | string | |
favorite | boolean | |
privateContent | boolean | |
tenantId | number | |
ecmInfo | map of object | |
createDate | number | |
customPage | boolean | |
numberFollowers | number | |
participantStatus | SocialRelationStatus | |
numberFriends | number | |
state | UserState | |
userCode | string | |
type | SocialType | |
forumId | number | |
hidden | boolean | |
numberFollowing | number | |
followingStatus | SocialRelationStatus | |
lastUpdate | number | |
description | string | |
stateName | string | |
fullName | string | |
isModerator | boolean | |
numberParticipations | number |
Example
{ "isAdmin" : true, "numberModerations" : 12345, "foundationUserId" : 12345, "lastName" : "...", "userData" : { "property1" : "...", "property2" : "..." }, "admin" : { "isAdmin" : true, "numberModerations" : 12345, "foundationUserId" : 12345, "lastName" : "...", "userData" : { "property1" : "...", "property2" : "..." }, "admin" : { }, "uriCommunity" : "...", "tenantAdmin" : true, "name" : "...", "idpId" : "...", "email" : "...", "permissions" : [ "...", "..." ], "isCommunityAdmin" : true, "followerStatus" : "ITSELF", "hasMobileWidget" : true, "tenantUUID" : "...", "page" : "...", "approvalRequired" : true, "id" : 12345, "alias" : "...", "favorite" : true, "privateContent" : true, "tenantId" : 12345, "ecmInfo" : { "property1" : { }, "property2" : { } }, "createDate" : 12345, "customPage" : true, "numberFollowers" : 12345, "participantStatus" : "BLOCKED", "numberFriends" : 12345, "state" : "UNCONFIRMED", "userCode" : "...", "type" : "EVENT", "forumId" : 12345, "hidden" : true, "numberFollowing" : 12345, "followingStatus" : "REJECTED", "lastUpdate" : 12345, "description" : "...", "stateName" : "...", "fullName" : "...", "isModerator" : true, "numberParticipations" : 12345 }, "uriCommunity" : "...", "tenantAdmin" : true, "name" : "...", "idpId" : "...", "email" : "...", "permissions" : [ "...", "..." ], "isCommunityAdmin" : true, "followerStatus" : "BLOCKED", "hasMobileWidget" : true, "tenantUUID" : "...", "page" : "...", "approvalRequired" : true, "id" : 12345, "alias" : "...", "favorite" : true, "privateContent" : true, "tenantId" : 12345, "ecmInfo" : { "property1" : { }, "property2" : { } }, "createDate" : 12345, "customPage" : true, "numberFollowers" : 12345, "participantStatus" : "ITSELF", "numberFriends" : 12345, "state" : "REMOVED", "userCode" : "...", "type" : "USER", "forumId" : 12345, "hidden" : true, "numberFollowing" : 12345, "followingStatus" : "ACCEPTED", "lastUpdate" : 12345, "description" : "...", "stateName" : "...", "fullName" : "...", "isModerator" : true, "numberParticipations" : 12345 }