name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
vXPortalUsers | list of VXPortalUser | element | 0/unbounded | ||
Properties inherited from VList |
|||||
pageSize | int | element | 1/1 | ||
resultSize | int | element | 1/1 | Returns the value for the member attribute resultSize | |
sortBy | string | element | 0/1 | ||
sortType | string | element | 0/1 | ||
startIndex | int | element | 1/1 | ||
totalCount | long | element | 1/1 |
Example
<VXPortalUserList> <vXPortalUsers> <loginId>...</loginId> <password>...</password> <status>...</status> <emailAddress>...</emailAddress> <firstName>...</firstName> <lastName>...</lastName> <publicScreenName>...</publicScreenName> <userSource>...</userSource> <notes>...</notes> <userRoleList>...</userRoleList> <groupIdList>...</groupIdList> <userPermList> <userId>...</userId> <moduleId>...</moduleId> <isAllowed>...</isAllowed> <userName>...</userName> <moduleName>...</moduleName> <loginId>...</loginId> </userPermList> <groupPermissions> <groupId>...</groupId> <groupName>...</groupName> <moduleId>...</moduleId> <isAllowed>...</isAllowed> <moduleName>...</moduleName> </groupPermissions> <otherAttributes>...</otherAttributes> <configProperties>...</configProperties> <syncSource>...</syncSource> <id>...</id> <createDate>...</createDate> <updateDate>...</updateDate> <owner>...</owner> <updatedBy>...</updatedBy> </vXPortalUsers> <startIndex>...</startIndex> <pageSize>...</pageSize> <totalCount>...</totalCount> <resultSize>...</resultSize> <sortType>...</sortType> <sortBy>...</sortBy> </VXPortalUserList>