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