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