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